Backport fix for raise-on-click regression
Resolves: rhbz#1151918
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: mutter
|
||||
Version: 3.14.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@@ -11,6 +11,8 @@ License: GPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-display-Fix-accidental-inversion-from-2f9c601.patch
|
||||
|
||||
BuildRequires: clutter-devel >= %{clutter_version}
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
@@ -75,6 +77,7 @@ utilities for testing Metacity/Mutter themes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fix-raise-on-click-regression
|
||||
|
||||
%build
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||
@@ -139,6 +142,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%exclude %{_datadir}/gtk-doc
|
||||
|
||||
%changelog
|
||||
* Tue Oct 21 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-2
|
||||
- Fix regression in handling raise-on-click option (rhbz#1151918)
|
||||
|
||||
* Tue Oct 14 2014 Florian Müllner <fmuellner@redhat.com> - 3.14.1-1
|
||||
- Update to 3.14.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user