Hello community,

here is the log from the commit of package clutter for openSUSE:Factory checked 
in at 2015-10-06 16:11:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-05 
17:54:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes     2015-10-06 
16:11:57.000000000 +0200
@@ -1,0 +2,64 @@
+Wed Sep 16 08:26:44 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.24.0:
+  + Fix ClutterGridLayout's preferred size computation.
+  + Improve embeddability of Clutter in foreign toolkits.
+  + Bugs fixed: bgo#754134, bgo#754671, bgo#754697, bgo#754766,
+    bgo#754889, bgo#754890, bgo#754938, bgo#754993, bgo#755014.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Aug 21 18:06:18 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.23.6:
+  + Require Cogl 1.21.2.
+  + Prefer the OpenGL 3.x Cogl driver. The GL3 driver drops legacy
+    API, and should bring a slight performance improvement, as well
+    as lower memory overhead. If GL3 is not supported, Clutter
+    falls back to the older GL driver transparently.
+  + Bugs fixed: bgo#742678, bgo#746279, bgo#753895.
+  + Updated translations.
+- Add pkgconfig(gio-2.0) BuildRequires: This is now an explicit
+  dependency.
+
+-------------------------------------------------------------------
+Thu Jul 23 12:15:00 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.23.4:
+  + Add functions for binding a GListModel to a ClutterActor. The
+    bind_model() and bind_model_with_propertis() methods on
+    ClutterActor allow binding objects inside a GListModel
+    implementation to children or an actor.
+  + Add event types for touchpad gestures. Currently, the libinput
+    input backend is the only one that will generate the touchpad
+    events for swipe and pinch/zoom/rotate, but support for other
+    backends is planned in the future.
+  + Documentation fixes.
+  + Bugs fixed: bgo#752272, bgo#752056, bgo#752104, bgo#751472.
+
+-------------------------------------------------------------------
+Tue Jun 30 13:24:04 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.23.2:
+  + Add accessor functions for ClutterActor state. Currently, actor
+    state is accessible only via GObject properties and via
+    pre-processor macros; the former are not very friendly for C
+    developers, while the latter are not usable from language
+    bindings. New functions have been added to fill in the gap; the
+    macros have a "soft" deprecation, since compiler warnings
+    cannot be used to detect their use.
+  + Merge the Cally API reference into Clutter's. The Cally API is
+    part of the Clutter shared library; it makes sense to have the
+    API references merged.
+  + Improve visual handling with the GDK backend running on X11.
+    Cogl has its own visual, based on its preferred GLXFBConfig;
+    this means that Clutter should use and expose the correct
+    GdkVisual instance when creating the GdkWindow used for drawing
+    the contents of the stage.
+  + Improve input device handling in the GDK backend. Properly
+    detect touchpad devices; translate touch events.
+  + Bugs fixed: bgo#707982, bgo#750496, bgo#747489, bgo#747951,
+    bgo#749739, bgo#749482.
+- Drop clutter-fix-touchpad-detection.patch: Fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  clutter-1.22.4.tar.xz

New:
----
  clutter-1.24.0.tar.xz

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

Other differences:
------------------
++++++ clutter.spec ++++++
--- /var/tmp/diff_new_pack.dKhESX/_old  2015-10-06 16:11:58.000000000 +0200
+++ /var/tmp/diff_new_pack.dKhESX/_new  2015-10-06 16:11:58.000000000 +0200
@@ -23,21 +23,22 @@
 %endif
 
 Name:           clutter
-Version:        1.22.4
+Version:        1.24.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.22/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/clutter/1.24/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(atk) >= 2.5.3
 BuildRequires:  pkgconfig(cairo) >= 1.14.0
-BuildRequires:  pkgconfig(cogl-1.0) >= 1.20.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(gio-2.0)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.37.3
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
 BuildRequires:  pkgconfig(json-glib-1.0) >= 0.12
@@ -154,7 +155,6 @@
 %{_datadir}/gir-1.0/*.gir
 %dir %{_datadir}/clutter-1.0/
 %doc %{_datadir}/clutter-1.0/cookbook/
-%doc %{_datadir}/gtk-doc/html/cally/
 %doc %{_datadir}/gtk-doc/html/clutter/
 %doc %{_datadir}/gtk-doc/html/clutter-cookbook/
 

++++++ clutter-1.22.4.tar.xz -> clutter-1.24.0.tar.xz ++++++
++++ 402633 lines of diff (skipped)


Reply via email to