Include fix for invalid cursor wl_buffer access

This commit is contained in:
Florian Müllner
2016-03-03 16:51:21 +01:00
parent 1453abc2bf
commit 91b6bf9657
2 changed files with 76 additions and 1 deletions

View File

@@ -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