Hello community,

here is the log from the commit of package clutter for openSUSE:Factory checked 
in at 2012-06-25 12:23:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clutter (Old)
 and      /work/SRC/openSUSE:Factory/.clutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clutter", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clutter/clutter.changes  2012-06-07 
15:37:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes     2012-06-25 
12:23:28.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Jun 19 09:18:43 UTC 2012 - [email protected]
+
+- Update to version 1.10.8:
+  + Fix touch event delivery and implementation
+  + Introspection fixes
+  + Bugs fixed: bgo#677778, bgo#677921
+- Add clutter-brpfix.patch: Fix brp check errors.
+
+-------------------------------------------------------------------

Old:
----
  clutter-1.10.6.tar.xz

New:
----
  clutter-1.10.8.tar.xz
  clutter-brpfix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clutter.spec ++++++
--- /var/tmp/diff_new_pack.BFr0NZ/_old  2012-06-25 12:23:30.000000000 +0200
+++ /var/tmp/diff_new_pack.BFr0NZ/_new  2012-06-25 12:23:30.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           clutter
-Version:        1.10.6
+Version:        1.10.8
 Release:        0
 # FIXME: on update to > 1.10.6, check if workaround for bgo#674365 can be 
dropped
 Summary:        The clutter library
@@ -26,6 +26,8 @@
 Url:            http://clutter-project.org/
 Source0:        
http://download.gnome.org/sources/clutter/1.10/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM clutter-brpfix.patch bgo#678391 [email protected] -- 
Fix brp check, taken from git commit b850696.
+Patch0:         clutter-brpfix.patch
 BuildRequires:  fdupes
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(atk) >= 2.1.5
@@ -93,6 +95,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++++++ clutter-brpfix.patch ++++++
>From b850696b311817a68e29bcf8735780cdd3b8fd4c Mon Sep 17 00:00:00 2001
From: Emmanuele Bassi <[email protected]>
Date: Tue, 19 Jun 2012 11:18:32 +0000
Subject: interactive/touch-events: Add a missing return value

The draw_touches() function must return a boolean value.

https://bugzilla.gnome.org/show_bug.cgi?id=678391
---
(limited to 'tests/interactive/test-touch-events.c')

diff --git a/tests/interactive/test-touch-events.c 
b/tests/interactive/test-touch-events.c
index a1122c2..905eea1 100644
--- a/tests/interactive/test-touch-events.c
+++ b/tests/interactive/test-touch-events.c
@@ -75,6 +75,8 @@ draw_touches (ClutterCairoTexture *canvas,
               cairo_t             *cr)
 {
   g_slist_foreach (events, (GFunc) draw_touch, cr);
+
+  return TRUE;
 }
 
 static gboolean
--
cgit v0.9.0.2

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to