Hello community, here is the log from the commit of package clutter-gtk for openSUSE:Factory checked in at 2012-01-09 12:02:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clutter-gtk (Old) and /work/SRC/openSUSE:Factory/.clutter-gtk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clutter-gtk", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/clutter-gtk/clutter-gtk.changes 2011-10-04 18:08:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.clutter-gtk.new/clutter-gtk.changes 2012-01-09 12:03:01.000000000 +0100 @@ -1,0 +2,23 @@ +Thu Dec 8 15:03:24 UTC 2011 - [email protected] + +- Split typelib file into typelib-1_0-GtkClutter-1_0 subpackage. +- Add typelib-1_0-GtkClutter-1_0 Requires to devel subpackage. + +------------------------------------------------------------------- +Wed Dec 7 10:26:51 UTC 2011 - [email protected] + +- fix license to be in spdx.org format + +------------------------------------------------------------------- +Wed Nov 23 21:31:28 UTC 2011 - [email protected] + +- Update to version 1.1.2: + + Drop all flavours (since Clutter 1.9 and GTK+ 3.0 support + multiple backends with selection at run-time). + + Do not disable multi-device. + + Make GtkClutterEmbed expand by default. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. + +------------------------------------------------------------------- Old: ---- clutter-gtk-1.0.4.tar.bz2 New: ---- clutter-gtk-1.1.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clutter-gtk.spec ++++++ --- /var/tmp/diff_new_pack.c8wxEP/_old 2012-01-09 12:03:02.000000000 +0100 +++ /var/tmp/diff_new_pack.c8wxEP/_new 2012-01-09 12:03:02.000000000 +0100 @@ -16,19 +16,20 @@ # -Summary: GTK+ integration for Clutter - Name: clutter-gtk -Version: 1.0.4 -Release: 1 -License: LGPLv2.1+ +Version: 1.1.2 +Release: 0 +Summary: GTK+ integration for Clutter +License: LGPL-2.1+ Group: System/Libraries Url: http://clutter-project.org/ -Source0: http://download.gnome.org/sources/clutter-gtk/1.0/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/clutter-gtk/1.1/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: libtool +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz BuildRequires: pkgconfig(clutter-x11-1.0) BuildRequires: pkgconfig(gtk+-x11-3.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,7 +41,6 @@ Clutter GTK+ enables the use of GTK+ with Clutter. %package -n libclutter-gtk-1_0-0 -License: LGPLv2.1+ Summary: GTK+ integration for Clutter Group: System/Libraries Recommends: %{name}-lang @@ -53,13 +53,26 @@ Clutter GTK+ enables the use of GTK+ with Clutter. +%package -n typelib-1_0-GtkClutter-1_0 +Summary: GTK+ integration for Clutter -- Introspection bindings +Group: System/Libraries + +%description -n typelib-1_0-GtkClutter-1_0 +Clutter is an open source software library for creating fast, visually +rich and animated graphical user interfaces. + +Clutter GTK+ enables the use of GTK+ with Clutter. + +This package provides the GObject Introspection bindings for Clutter +GTK+. + %package devel -License: LGPLv2.1+ Summary: GTK+ integration for Clutter - Development Files +Group: Development/Libraries/GNOME Requires: libclutter-gtk-1_0-0 = %{version} +Requires: typelib-1_0-GtkClutter-1_0 = %{version} Provides: clutter-gtk-doc = %{version} Obsoletes: clutter-gtk-doc < %{version} -Group: Development/Libraries/GNOME %description devel Clutter is an open source software library for creating fast, visually @@ -92,6 +105,9 @@ %defattr(-,root,root) %doc README COPYING %{_libdir}/*.so.* + +%files -n typelib-1_0-GtkClutter-1_0 +%defattr(-,root,root) %{_libdir}/girepository-1.0/GtkClutter-1.0.typelib %files devel -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
