Include fix for invalid cursor wl_buffer access
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: mutter
|
||||
Version: 3.19.91
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@@ -15,6 +15,7 @@ Source0: http://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1200901
|
||||
Patch0: 0001-Force-cursor-update-after-applying-configuration.patch
|
||||
Patch1: 0001-wayland-Don-t-access-the-cursor-wl_buffer-when-updat.patch
|
||||
|
||||
BuildRequires: clutter-devel >= %{clutter_version}
|
||||
BuildRequires: pango-devel
|
||||
@@ -100,6 +101,7 @@ the functionality of the installed %{name} package.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fix-cursor
|
||||
%patch1 -p1 -b .dont-access-cursor-buffer
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
@@ -170,6 +172,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/mutter/tests
|
||||
|
||||
%changelog
|
||||
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-2
|
||||
- Include fix for invalid cursor wl_buffer access
|
||||
|
||||
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-1
|
||||
- Update to 3.19.91
|
||||
|
||||
|
||||
Reference in New Issue
Block a user