[clutter/f17] Add patches to fix crashes with touch events

Bastien Nocera hadess at fedoraproject.org
Thu May 3 17:16:55 UTC 2012


commit d9cc4611b0e0a9dd3d591ba671a66a67f9525996
Author: Bastien Nocera <hadess at hadess.net>
Date:   Thu May 3 19:16:26 2012 +0200

    Add patches to fix crashes with touch events

 clutter.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/clutter.spec b/clutter.spec
index dab8dd8..23fb348 100644
--- a/clutter.spec
+++ b/clutter.spec
@@ -1,6 +1,6 @@
 Name:          clutter
 Version:       1.10.4
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Open Source software library for creating rich graphical user interfaces
 
 Group:         Development/Libraries
@@ -19,6 +19,10 @@ BuildRequires: libXdamage-devel
 BuildRequires: libXi-devel
 Requires:      gobject-introspection
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=675371
+Patch0: 0001-event-Fix-copying-touch-events.patch
+Patch1: 0002-x11-device-manager-xi2-Fix-assertions-with-touch.patch
+
 # Obsolete clutter packages that have been removed from Fedora
 Obsoletes:     clutter-gesture < 0.0.2-3
 Obsoletes:     clutter-gesture-devel < 0.0.2-3
@@ -59,6 +63,8 @@ This package contains documentation for clutter.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@@ -103,6 +109,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_datadir}/gtk-doc/html/cally
 
 %changelog
+* Thu May 03 2012 Bastien Nocera <bnocera at redhat.com> 1.10.4-2
+- Add patches to fix crashes with touch events
+
 * Tue May  1 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.10.4-1
 - Update to 1.10.4
 


More information about the scm-commits mailing list