Hello community,

here is the log from the commit of package clutter for openSUSE:Factory checked 
in at 2012-01-09 12:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2011-10-18 
14:10:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes     2012-01-09 
12:02:54.000000000 +0100
@@ -1,0 +2,36 @@
+Tue Dec  6 10:50:15 UTC 2011 - [email protected]
+
+- Split typelib file into typelib-1_0-Clutter-1_0 subpackage.
+- Add typelib-1_0-Clutter-1_0. Requires to devel subpackage.
+- Move the libclutter-glx-1_0-0 Conflicts to the new
+  typelib-1_0-Clutter-1_0 subpackage.
+
+-------------------------------------------------------------------
+Tue Dec  6 08:41:58 UTC 2011 - [email protected]
+
+- Add conflicts between libclutter-1_0-0 and the older
+  libclutter-glx-1_0-0; Obsoletes/Provides is technically wrong.
+
+-------------------------------------------------------------------
+Tue Nov 22 14:31:11 UTC 2011 - [email protected]
+
+- Update to version 1.9.2:
+  + Major changes:
+    - Multi-backend build, and run-time backend selection
+    - GDK windowing system backend
+    - Show a hint when ClutterText is in password mode
+    - Improve Windows build support
+    - Remove the requirement for using clutter_threads_init()
+    - Deprecate the default ClutterStage
+    - Move the deprecated headers into their own directory
+    - Change deprecation policy
+  + Bugs fixed: bgo#652588, bgo#659625, bgo#659601, bgo#659928,
+    bgo#659893, bgo#656663, bgo#660354, bgo#660471, bgo#660512,
+    bgo#660623, bgo#660985, bgo#661015, bgo#660786, bgo#661887,
+    bgo#657434, bgo#663332, bgo#663594, bgo#663733, bgo#651718,
+    bgo#663999, bgo#663720, bgo#663636
+  + Updated translations.
+- Rename subpackage libclutter-glx-1_0-0 to libclutter-1_0-0,
+  following the upstream changes.
+
+-------------------------------------------------------------------

Old:
----
  clutter-1.8.2.tar.bz2

New:
----
  clutter-1.9.2.tar.bz2

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

Other differences:
------------------
++++++ clutter.spec ++++++
--- /var/tmp/diff_new_pack.uwYFda/_old  2012-01-09 12:02:56.000000000 +0100
+++ /var/tmp/diff_new_pack.uwYFda/_new  2012-01-09 12:02:56.000000000 +0100
@@ -16,21 +16,20 @@
 #
 
 
-Summary:        The clutter library
-
 Name:           clutter
-Version:        1.8.2
-Release:        1
-License:        LGPLv2.1+
-Url:            http://clutter-project.org/
+Version:        1.9.2
+Release:        0
+Summary:        The clutter library
+License:        LGPL-2.1+
 Group:          System/Libraries
-Source0:        
http://download.gnome.org/sources/clutter/1.8/%{name}-%{version}.tar.bz2
+Url:            http://clutter-project.org/
+Source0:        
http://download.gnome.org/sources/clutter/1.9/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(atk) >= 2.1.5
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(cogl-1.0) >= 1.8.0
+BuildRequires:  pkgconfig(cogl-1.0) >= 1.9.1
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -50,23 +49,35 @@
 Clutter is an open source software library for creating fast, visually
 rich and animated graphical user interfaces.
 
-%package -n libclutter-glx-1_0-0
-License:        LGPLv2.1+
+%package -n libclutter-1_0-0
 Summary:        The clutter library
 Group:          System/Libraries
 Recommends:     %{name}-lang = %{version}
 # To make the lang package installable
 Provides:       %{name} = %{version}
 
-%description  -n libclutter-glx-1_0-0
+%package -n typelib-1_0-Clutter-1_0
+Summary:        The clutter library -- Introspection bindings
+Group:          System/Libraries
+# The library got renamed to libclutter-1_0-0. Installation of both
+# packages conflicts (on filelevel: the .typelib kept the name).
+Conflicts:      libclutter-glx-1_0-0
+
+%description -n typelib-1_0-Clutter-1_0
+Clutter is an open source software library for creating fast, visually
+rich and animated graphical user interfaces.
+
+This package provides the GObject Introspection bindings for Clutter.
+
+%description  -n libclutter-1_0-0
 Clutter is an open source software library for creating fast, visually
 rich and animated graphical user interfaces.
 
 %package devel
-License:        LGPLv2.1+
 Summary:        The clutter library (Development)
 Group:          Development/Libraries/GNOME
-Requires:       libclutter-glx-1_0-0 = %{version}
+Requires:       libclutter-1_0-0 = %{version}
+Requires:       typelib-1_0-Clutter-1_0 = %{version}
 Provides:       %{name}-doc = %{version}
 Obsoletes:      %{name}-doc < %{version}
 
@@ -97,14 +108,17 @@
 %check
 make %{?_smp_mflags} check
 
-%post -n libclutter-glx-1_0-0 -p /sbin/ldconfig
+%post -n libclutter-1_0-0 -p /sbin/ldconfig
 
-%postun -n libclutter-glx-1_0-0 -p /sbin/ldconfig
+%postun -n libclutter-1_0-0 -p /sbin/ldconfig
 
-%files -n libclutter-glx-1_0-0
+%files -n libclutter-1_0-0
 %defattr(-,root,root)
 %doc README COPYING ChangeLog
 %{_libdir}/*.so.*
+
+%files -n typelib-1_0-Clutter-1_0
+%defattr(-, root, root)
 %{_libdir}/girepository-1.0/*.typelib
 
 %files devel

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.uwYFda/_old  2012-01-09 12:02:56.000000000 +0100
+++ /var/tmp/diff_new_pack.uwYFda/_new  2012-01-09 12:02:56.000000000 +0100
@@ -1 +1 @@
-libclutter-glx-1_0-0
+libclutter-1_0-0

++++++ clutter-1.8.2.tar.bz2 -> clutter-1.9.2.tar.bz2 ++++++
++++ 192324 lines of diff (skipped)

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

Reply via email to