[mutter/f15/master] include the patch

Matthias Clasen mclasen at fedoraproject.org
Fri Apr 29 17:44:37 UTC 2011


commit 71d5e79ad0bac5f3fa2b7df0bf3bb5ea66e64a15
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Apr 29 13:43:38 2011 -0400

    include the patch

 mutter.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/mutter.spec b/mutter.spec
index bbb8098..d748bc0 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -1,6 +1,6 @@
 Name:          mutter
 Version:       3.0.1
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Window and compositing manager based on Clutter
 
 Group:         User Interface/Desktops
@@ -8,6 +8,9 @@ License:       GPLv2+
 #VCS:	       git:git://git.gnome.org/mutter
 Source0:       ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.0/%{name}-%{version}.tar.bz2
 
+# upstream fix
+Patch0: libmutter-session-save.patch
+
 BuildRequires: clutter-devel >= 1.5.8
 BuildRequires: pango-devel
 BuildRequires: startup-notification-devel
@@ -60,6 +63,7 @@ utilities for testing Metacity/Mutter themes.
 
 %prep
 %setup -q
+%patch0 -p1 -b .session-save
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -143,6 +147,9 @@ gconftool-2 --makefile-install-rule \
 %doc %{_mandir}/man1/mutter-window-demo.1.gz
 
 %changelog
+* Fri Apr 29 2011 Matthias Clasen <mclasen at redhat.com> - 3.0.1-3
+- Actually apply the patch for #700276
+
 * Thu Apr 28 2011 Matthias Clasen <mclasen at redhat.com> - 3.0.1-2
 - Make session saving of gnome-shell work
 


More information about the scm-commits mailing list