Hello community, here is the log from the commit of package clutter for openSUSE:Factory checked in at 2013-04-03 23:33:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-10-19 11:57:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes 2013-04-03 23:33:21.000000000 +0200 @@ -1,0 +2,75 @@ +Thu Mar 28 23:16:35 UTC 2013 - [email protected] + +- Add build_wayland_backend define and set it to 0, as we do not + want to build wayland support yet. Pass conditional + --enable-wayland-backend to configure. +- Add conditional pkgconfig(wayland-client, wayland-cursor and + xkbcommon) BuildRequires, needed for wayland backend building. + +------------------------------------------------------------------- +Mon Mar 25 20:33:30 UTC 2013 - [email protected] + +- Update to version 1.14.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 19 09:19:53 UTC 2013 - [email protected] + +- Update to version 1.13.10: + + Fix a typo in the ClutterTimeline::stopped signal declaration + + Use the XKB groups state when computing key modifiers on X11 + + Fixes for the Visual Studio build + + Documentation and introspection fixes + + Add a function to disable accessibility + + Performance improvements + + Bugs fixed: bgo#695158, bgo#695260, bgo#695188, bgo#691468, + bgo#695838, bgo#695870, bgo#695982. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 5 09:17:18 UTC 2013 - [email protected] + +- Update to version 1.13.8: + + Use ClutterActor:child-transform with ClutterScrollActor. + + Add progress-based marker API to ClutterTimeline. + + Allow building Wayland compositor and client support together. + + Documentation fixes. + + Bugs fixed: bgo#686225, bgo#692851, bgo#694267, bgo#694319, + bgo#695119, bgo#695158. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 21 06:52:34 UTC 2013 - [email protected] + +- Update to version 1.13.6: + + Perform the picking in a separate buffer. + + Add experimental API for changing the draw timing. + + Always request XInput 2.3 on the X11 backend. + + Bugs fixed: bgo#692466, bgo#692971, bgo#669122, bgo#693348, + bgo#692901, bgo#693696, bgo#693767, bgo#694187, bgo#693741, + bgo#694229, bgo#687652, bgo#694237. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 5 19:49:57 UTC 2013 - [email protected] + +- Update to version 1.13.4: + + Fix for the fullscreen support of the ClutterStage on Windows. + + Documentation fixes. + + Use XFixes to show and hide the cursor on X11 backends. + + Allow setting Pango attributes on editable ClutterText actors. + + Bugs fixed: bgo#690735, bgo#691651, bgo#686477, bgo#690836, + bgo#690835, bgo#690833, bgo#691114, bgo#690664, bgo#690497. +- Changes from version 1.13.2: + + Add ClutterTapAction, a gesture recogniser for single touch + taps. + + Add ClutterSwipeAction::swipe. + + Enable XInput 2.x support by default. + + Documentation fixes. + + Bugs fixed: bgo#685589, bgo#685028, bgo#685221, bgo#683948, + bgo#685737, bgo#686776, bgo#689073, bgo#685186, bgo#689258, + bgo#689061, bgo#689316, bgo#689399, bgo#689496, bgo#690214, + bgo#673838, bgo#686692, bgo#685982, bgo#688457, bgo#689392. + + Updated translations. + +------------------------------------------------------------------- Old: ---- clutter-1.12.2.tar.xz New: ---- clutter-1.14.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clutter.spec ++++++ --- /var/tmp/diff_new_pack.PeD1le/_old 2013-04-03 23:33:34.000000000 +0200 +++ /var/tmp/diff_new_pack.PeD1le/_new 2013-04-03 23:33:34.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package clutter # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,22 @@ # +%define build_wayland_backend 0 + Name: clutter -Version: 1.12.2 +Version: 1.14.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.12/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/clutter/1.14/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes BuildRequires: xmlto BuildRequires: pkgconfig(atk) >= 2.5.3 BuildRequires: pkgconfig(cairo) >= 1.10 -BuildRequires: pkgconfig(cogl-1.0) >= 1.9.6 +BuildRequires: pkgconfig(cogl-1.0) >= 1.14.0 BuildRequires: pkgconfig(gdk-3.0) >= 3.3.18 BuildRequires: pkgconfig(gobject-2.0) >= 2.31.19 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5 @@ -43,6 +45,11 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xi) +%if %{build_wayland_backend} +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-cursor) +BuildRequires: pkgconfig(xkbcommon) +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -98,6 +105,9 @@ --disable-static \ --enable-xinput \ --disable-conformance \ +%if %{build_wayland_backend} + --enable-wayland-backend \ +%endif --enable-docs make %{?_smp_mflags} V=1 ++++++ clutter-1.12.2.tar.xz -> clutter-1.14.0.tar.xz ++++++ ++++ 186513 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
