Hello community,

here is the log from the commit of package clutter for openSUSE:Factory checked 
in at 2016-03-29 14:37:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clutter (Old)
 and      /work/SRC/openSUSE:Factory/.clutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clutter"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clutter/clutter.changes  2015-10-25 
19:10:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes     2016-03-29 
14:37:21.000000000 +0200
@@ -1,0 +2,62 @@
+Mon Mar 21 15:21:31 UTC 2016 - [email protected]
+
+- Update to version 1.26.0:
+  + Avoid spamming accessibility state changes in clones.
+  + Ignore GDK deprecation compiler warnings.
+  + Resync build configuration for Windows.
+  + Bugs fixed: bgo#756371.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Mar  4 14:13:34 UTC 2016 - [email protected]
+
+- Remove obsolete --disable-conformance configure flag.
+- Only BuildRequires: pkgconfig(libinput) when building wayland
+  support.
+
+-------------------------------------------------------------------
+Thu Feb 18 18:57:02 UTC 2016 - [email protected]
+
+- Update to version 1.25.6:
+  + Enable swap throttling for fullscreen windows with GDK. Avoids
+    performance penalties with the GDK backend on constrained
+    devices running full screen Clutter and Clutter-GTK
+    applications.
+  + Add platform-specific data for the libinput input backend. This
+    allows implementing high level functionality when writing
+    Wayland compositors based on Clutter.
+  + Bugs fixed: bgo#752752, bgo#755849.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 12 15:02:38 UTC 2016 - [email protected]
+
+- Resync BuildRequires with the ones from configure.ac:
+  + pkgconfig(gdk-3.0) >= 3.16.0 (needed when building X11 and
+    libinput).
+  + pkgconfig(libinput) >= 0.19.0.
+  + pkgconfig(gobject-2.0) >= 2.44.0.
+
+-------------------------------------------------------------------
+Fri Jan 22 08:30:40 UTC 2016 - [email protected]
+
+- Update to version 1.25.4:
+  + Add more scrolling information inside ClutterScrollEvent
+  + Bugs fixed: bgo#757026.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Dec 17 21:57:56 UTC 2015 - [email protected]
+
+- Update to version 1.25.2:
+  + Set event code on button and key events in the evdev input
+    backend.
+  + Take scaling factor into account on Wayland with GDK.
+  + Decouple selectability from editability in ClutterText.
+  + Allow overriding the Cogl driver used by Clutter.
+  + Rework the windowing system backend selection.
+  + Bugs fixed: bgo#758238, bgo#755245, bgo#757470, bgo#752752,
+    bgo#759074, bgo#759191, bgo#742678.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  clutter-1.24.2.tar.xz

New:
----
  clutter-1.26.0.tar.xz

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

Other differences:
------------------
++++++ clutter.spec ++++++
--- /var/tmp/diff_new_pack.PHfUFu/_old  2016-03-29 14:37:22.000000000 +0200
+++ /var/tmp/diff_new_pack.PHfUFu/_new  2016-03-29 14:37:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clutter
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,13 @@
 %endif
 
 Name:           clutter
-Version:        1.24.2
+Version:        1.26.0
 Release:        0
 Summary:        The clutter library
 License:        LGPL-2.1+
 Group:          System/Libraries
 Url:            http://clutter-project.org/
-Source0:        
http://download.gnome.org/sources/clutter/1.24/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/clutter/1.26/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  xmlto
@@ -37,13 +37,12 @@
 BuildRequires:  pkgconfig(cairo) >= 1.14.0
 BuildRequires:  pkgconfig(cogl-1.0) >= 1.21.2
 BuildRequires:  pkgconfig(cogl-path-1.0)
-BuildRequires:  pkgconfig(gdk-3.0) >= 3.3.18
+BuildRequires:  pkgconfig(gdk-3.0) >= 3.16.0
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.37.3
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
 BuildRequires:  pkgconfig(json-glib-1.0) >= 0.12
 BuildRequires:  pkgconfig(libdrm)
-BuildRequires:  pkgconfig(libinput) >= 0.8.0
 BuildRequires:  pkgconfig(libudev) >= 136
 BuildRequires:  pkgconfig(pangocairo) >= 1.30
 BuildRequires:  pkgconfig(pangoft2)
@@ -54,6 +53,7 @@
 BuildRequires:  pkgconfig(xi)
 %if %{build_wayland_backend}
 BuildRequires:  pkgconfig(gudev-1.0)
+BuildRequires:  pkgconfig(libinput) >= 0.19.0
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-cursor)
 BuildRequires:  pkgconfig(wayland-server)
@@ -113,7 +113,6 @@
 %configure \
         --disable-static \
         --enable-xinput \
-        --disable-conformance \
 %if %{build_wayland_backend}
         --enable-evdev-input \
         --enable-wayland-backend \

++++++ clutter-1.24.2.tar.xz -> clutter-1.26.0.tar.xz ++++++
++++ 86072 lines of diff (skipped)


Reply via email to