summaryrefslogtreecommitdiffstats
path: root/mutter.spec
diff options
context:
space:
mode:
Diffstat (limited to 'mutter.spec')
-rw-r--r--mutter.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/mutter.spec b/mutter.spec
index 0005df3..dcac0c8 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -1,6 +1,6 @@
Name: mutter
Version: 3.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Window and compositing manager based on Clutter
Group: User Interface/Desktops
@@ -10,6 +10,7 @@ Source0: http://download.gnome.org/sources/%{name}/3.4/%{name}-%{version}.
Patch0: mutter-never-slice-shape-mask.patch
Patch1: mutter-use-cogl-texrect-api.patch
+Patch2: mutter-meta_stack_default_focus_window.patch
BuildRequires: clutter-devel >= 1.7.5
BuildRequires: pango-devel
@@ -68,6 +69,7 @@ utilities for testing Metacity/Mutter themes.
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -136,7 +138,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%doc %{_mandir}/man1/mutter-window-demo.1.gz
%changelog
-* Wed May 09 2012 Adam Jackson <ajax@redhat.com> 3.4.1-3
+* Sun Sep 09 2012 Simon Piette <simonp@fedorapeople.org> - 3.4.1-4
+- Fix https://bugzilla.gnome.org/show_bug.cgi?id=675468 with
+ http://git.gnome.org/browse/mutter/commit/?id=e257580b
+
+* Wed May 09 2012 Adam Jackson <ajax@redhat.com> - 3.4.1-3
- mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch:
Fix window texturing on hardware without ARB_texture_non_power_of_two
(#813648)