Update to 3.13.3

This commit is contained in:
Florian Müllner
2014-06-25 00:17:57 +02:00
parent 362fd3e07b
commit 69a9976084
4 changed files with 7 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
Name: mutter
Version: 3.13.2
Release: 3%{?dist}
Version: 3.13.3
Release: 1%{?dist}
Summary: Window and compositing manager based on Clutter
Group: User Interface/Desktops
@@ -9,8 +9,6 @@ License: GPLv2+
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
Patch1: 0001-constraints-Translate-frame-to-client-rect-for-legac.patch
BuildRequires: clutter-devel >= 1.19.2
BuildRequires: pango-devel
BuildRequires: startup-notification-devel
@@ -70,7 +68,6 @@ utilities for testing Metacity/Mutter themes.
%prep
%setup -q
%patch1 -p1 -b .fix-legacy-fullscreen-check
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -134,6 +131,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%exclude %{_datadir}/gtk-doc
%changelog
* Wed Jun 25 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.3-1
- Update to 3.13.1
* Wed Jun 11 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.2-2
- Backport fix for legacy fullscreen check