Mailinglist Archive: opensuse-commit (1314 mails)
| < Previous | Next > |
commit clutter for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 26 Jan 2012 14:18:12 +0100
- Message-id: <20120126131812.6FD372021D@hilbert.suse.de>
Hello community,
here is the log from the commit of package clutter for openSUSE:Factory checked
in at 2012-01-26 14:18:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clutter (Old)
and /work/SRC/openSUSE:Factory/.clutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clutter", Maintainer is "gnome-maintainers@xxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/clutter/clutter.changes 2012-01-17
16:04:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes 2012-01-26
14:18:11.000000000 +0100
@@ -1,0 +2,36 @@
+Tue Jan 24 18:53:53 UTC 2012 - vuntz@xxxxxxxxxxxx
+
+- Update to version 1.9.8:
+ + Fix regressions in users of deprecated API. Also, allow to mix
+ the new Actor API with the old Container API without breaking.
+ + Add GResource support in ClutterScript
+ + Update the Wayland client backend
+
+-------------------------------------------------------------------
+Thu Jan 19 14:33:34 UTC 2012 - vuntz@xxxxxxxxxxxx
+
+- Update to version 1.9.6:
+ + Deprecate clutter_actor_show_all() and clutter_actor_hide_all()
+ + Gracefully handle existing code
+ + Fix build with binutils-gold
+ + Allow tracking of an actor's first and last child
+ + Bugs fixed: bgo#668137.
+
+-------------------------------------------------------------------
+Tue Jan 17 15:20:59 UTC 2012 - vuntz@xxxxxxxxxxxx
+
+- Update to version 1.9.4:
+ + New scene graph API in ClutterActor
+ + Layout management updates
+ + Add ClutterTextBuffer
+ + Several deprecations (see NEWS for details)
+ + ClutterTimeline can parse markers from ClutterScript
+ + Add a diagnostic mode
+ + Wayland backend updates
+ + Bugs fixed: bgo#665040, bgo#665052, bgo#664996, bgo#664336,
+ bgo#664252, bgo#664582, bgo#660997.
+- 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-1.9.2.tar.bz2
New:
----
clutter-1.9.8.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ clutter.spec ++++++
--- /var/tmp/diff_new_pack.g2SC63/_old 2012-01-26 14:18:12.000000000 +0100
+++ /var/tmp/diff_new_pack.g2SC63/_new 2012-01-26 14:18:12.000000000 +0100
@@ -16,21 +16,23 @@
#
Name: clutter
-Version: 1.9.2
+Version: 1.9.8
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.9/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/clutter/1.9/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: xmlto
+# Only needed because we don't (and won't) support building xz tarballs by
default... See bnc#697467
+BuildRequires: xz
BuildRequires: pkgconfig(atk) >= 2.1.5
BuildRequires: pkgconfig(cairo)
-BuildRequires: pkgconfig(cogl-1.0) >= 1.9.1
+BuildRequires: pkgconfig(cogl-1.0) >= 1.9.4
BuildRequires: pkgconfig(gl)
-BuildRequires: pkgconfig(gobject-2.0) >= 2.28.0
+BuildRequires: pkgconfig(gobject-2.0) >= 2.31.10
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libdrm)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package clutter for openSUSE:Factory checked
in at 2012-01-26 14:18:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clutter (Old)
and /work/SRC/openSUSE:Factory/.clutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clutter", Maintainer is "gnome-maintainers@xxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:Factory/clutter/clutter.changes 2012-01-17
16:04:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes 2012-01-26
14:18:11.000000000 +0100
@@ -1,0 +2,36 @@
+Tue Jan 24 18:53:53 UTC 2012 - vuntz@xxxxxxxxxxxx
+
+- Update to version 1.9.8:
+ + Fix regressions in users of deprecated API. Also, allow to mix
+ the new Actor API with the old Container API without breaking.
+ + Add GResource support in ClutterScript
+ + Update the Wayland client backend
+
+-------------------------------------------------------------------
+Thu Jan 19 14:33:34 UTC 2012 - vuntz@xxxxxxxxxxxx
+
+- Update to version 1.9.6:
+ + Deprecate clutter_actor_show_all() and clutter_actor_hide_all()
+ + Gracefully handle existing code
+ + Fix build with binutils-gold
+ + Allow tracking of an actor's first and last child
+ + Bugs fixed: bgo#668137.
+
+-------------------------------------------------------------------
+Tue Jan 17 15:20:59 UTC 2012 - vuntz@xxxxxxxxxxxx
+
+- Update to version 1.9.4:
+ + New scene graph API in ClutterActor
+ + Layout management updates
+ + Add ClutterTextBuffer
+ + Several deprecations (see NEWS for details)
+ + ClutterTimeline can parse markers from ClutterScript
+ + Add a diagnostic mode
+ + Wayland backend updates
+ + Bugs fixed: bgo#665040, bgo#665052, bgo#664996, bgo#664336,
+ bgo#664252, bgo#664582, bgo#660997.
+- 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-1.9.2.tar.bz2
New:
----
clutter-1.9.8.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ clutter.spec ++++++
--- /var/tmp/diff_new_pack.g2SC63/_old 2012-01-26 14:18:12.000000000 +0100
+++ /var/tmp/diff_new_pack.g2SC63/_new 2012-01-26 14:18:12.000000000 +0100
@@ -16,21 +16,23 @@
#
Name: clutter
-Version: 1.9.2
+Version: 1.9.8
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.9/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/clutter/1.9/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: xmlto
+# Only needed because we don't (and won't) support building xz tarballs by
default... See bnc#697467
+BuildRequires: xz
BuildRequires: pkgconfig(atk) >= 2.1.5
BuildRequires: pkgconfig(cairo)
-BuildRequires: pkgconfig(cogl-1.0) >= 1.9.1
+BuildRequires: pkgconfig(cogl-1.0) >= 1.9.4
BuildRequires: pkgconfig(gl)
-BuildRequires: pkgconfig(gobject-2.0) >= 2.28.0
+BuildRequires: pkgconfig(gobject-2.0) >= 2.31.10
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libdrm)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |