include the patch

This commit is contained in:
Matthias Clasen 2011-04-29 13:43:38 -04:00
parent e25ef0f358
commit 71d5e79ad0

View File

@ -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@redhat.com> - 3.0.1-3
- Actually apply the patch for #700276
* Thu Apr 28 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
- Make session saving of gnome-shell work