Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2012-02-16 12:24:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mutter (Old)
 and      /work/SRC/openSUSE:Factory/.mutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mutter", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mutter/mutter.changes    2012-01-26 
14:06:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes       2012-02-16 
12:24:12.000000000 +0100
@@ -1,0 +2,17 @@
+Wed Feb  8 06:45:44 UTC 2012 - [email protected]
+
+- Update to version 3.3.5:
+  + MetaShapedTexture no longer is a ClutterTexture subclass
+    [bgo#660941]
+  + Add meta_shaped_texture_get_image() [bgo#660941]
+  + Cleanups [bgo#657639]
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Split non-essential tools to a mutter-tools subpackage.
+- Stop checking for non-supported versions of openSUSE (<= 11.1).
+- Stop passing --disable-schemas-install to configure: there is no
+  gconf schema anymore.
+- Stop changing libexecdir in configure: there is no need for that.
+
+-------------------------------------------------------------------

Old:
----
  mutter-3.3.4.tar.xz

New:
----
  mutter-3.3.5.tar.xz

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

Other differences:
------------------
++++++ mutter.spec ++++++
--- /var/tmp/diff_new_pack.cokSI6/_old  2012-02-16 12:24:13.000000000 +0100
+++ /var/tmp/diff_new_pack.cokSI6/_new  2012-02-16 12:24:13.000000000 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           mutter
-Version:        3.3.4
+Version:        3.3.5
 Release:        0
 Summary:        Window and compositing manager based on Clutter
 License:        GPL-2.0+
@@ -27,13 +28,11 @@
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk3-devel >= 3.3.3
+BuildRequires:  gtk3-devel >= 3.3.7
 BuildRequires:  intltool
 BuildRequires:  startup-notification-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  zenity
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.3.0
 BuildRequires:  pkgconfig(libcanberra-gtk3)
@@ -50,6 +49,18 @@
 Mutter is a window and compositing manager based on Clutter, forked
 from Metacity.
 
+%package tools
+Summary:        Window and compositing manager based on Clutter -- Tools
+Group:          System/GUI/GNOME
+Requires:       %{name} = %{version}
+
+%description tools
+Mutter is a window and compositing manager based on Clutter, forked
+from Metacity.
+
+This package contains tools related to mutter, including an utility to
+test themes and a small application to test window managers.
+
 %package devel
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/GNOME
@@ -71,19 +82,12 @@
 
 %build
 %configure \
-       --libexecdir=%{_libexecdir}/%{name} \
        --disable-static \
-       --disable-schemas-install \
         --enable-compile-warnings=maximum
 %__make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall
-%if 0%{?suse_version} <= 1110
-%{__rm} %{buildroot}%{_datadir}/locale/ha/LC_MESSAGES/*
-%{__rm} %{buildroot}%{_datadir}/locale/la/LC_MESSAGES/*
-%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
-%endif
 %{__rm} %{buildroot}/%{_libdir}/*.la
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/gnome/wm-properties/mutter-wm.desktop
@@ -106,12 +110,12 @@
 %files
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS rationales.txt README
-%{_bindir}/*
-%{_libdir}/*.so.*
+%{_bindir}/mutter
+%{_bindir}/mutter-message
+%{_libdir}/libmutter.so.*
 %{_libdir}/mutter/
 %exclude %{_libdir}/mutter/Meta-3.0.gir
 %{_datadir}/applications/mutter.desktop
-%{_datadir}/mutter/
 # Do not depend on libgnome just for a directory
 %dir %{_datadir}/gnome
 %dir %{_datadir}/gnome/wm-properties
@@ -120,10 +124,21 @@
 %dir %{_datadir}/gnome-control-center
 %dir %{_datadir}/gnome-control-center/keybindings
 %{_datadir}/gnome-control-center/keybindings/50-mutter-windows.xml
-%doc %{_mandir}/man*/*
+%doc %{_mandir}/man1/mutter.1%{?ext_man}
+%doc %{_mandir}/man1/mutter-message.1%{?ext_man}
 %{_datadir}/GConf/gsettings/mutter-schemas.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
 
+%files tools
+%defattr (-, root, root)
+%{_bindir}/mutter-theme-viewer
+%{_bindir}/mutter-window-demo
+%dir %{_datadir}/mutter
+%dir %{_datadir}/mutter/icons
+%{_datadir}/mutter/icons/mutter-window-demo.png
+%doc %{_mandir}/man1/mutter-theme-viewer.1%{?ext_man}
+%doc %{_mandir}/man1/mutter-window-demo.1%{?ext_man}
+
 %files lang -f %{name}.lang
 
 %files devel

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

Reply via email to