Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2013-08-30 17:17:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mutter (Old)
 and      /work/SRC/openSUSE:Factory/.mutter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mutter"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mutter/mutter.changes    2013-08-16 
12:21:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes       2013-08-30 
17:17:49.000000000 +0200
@@ -1,0 +2,24 @@
+Thu Aug 22 05:54:07 UTC 2013 - [email protected]
+
+- Update to version 3.9.90:
+  + Add support for _GTK_FRAME_EXTENTS (bgo#705766).
+  + Fix quick consecutive <super> presses breaking keyboard input
+    (bgo#666101).
+  + Work towards running as wayland compositor:
+    - Add DBus API for display configuration (bgo##705670,
+      bgo#706231, bgo#706233, bgo#706322, bgo#706382).
+    - Add abstraction layer for cursor tracking (bgo#705911).
+    - Add support for plugin modality under wayland (bgo#705917).
+  + Disable GTK+ scaling (bgo#706388).
+  + Disable blending while updating tower.
+  + Misc bug fixes and cleanups: bgo##703332, bgo#704437,
+    bgo#706207.
+  + Updated translations.
+- Add pkgconfig(upower-glib) and pkgconfig(gnome-desktop-3.0)
+  BuildRequires: new dependencies.
+- Drop now empty mutter-tools subpackage (empty, as the related
+  utilities were removed upstream.
+- Obsolete mutter-tools by the main package (not provided). This
+  helps for clean updates.
+
+-------------------------------------------------------------------

Old:
----
  mutter-3.9.5.tar.xz

New:
----
  mutter-3.9.90.tar.xz

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

Other differences:
------------------
++++++ mutter.spec ++++++
--- /var/tmp/diff_new_pack.SUfJTF/_old  2013-08-30 17:17:50.000000000 +0200
+++ /var/tmp/diff_new_pack.SUfJTF/_new  2013-08-30 17:17:50.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           mutter
-Version:        3.9.5
+Version:        3.9.90
 Release:        0
 Summary:        Window and compositing manager based on Clutter
 License:        GPL-2.0+
@@ -39,11 +39,13 @@
 BuildRequires:  pkgconfig(clutter-1.0) >= 1.14.3
 BuildRequires:  pkgconfig(cogl-1.0) >= 1.13.3
 BuildRequires:  pkgconfig(gio-2.0) >= 2.25.10
+BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.7.3
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.7
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.11
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(pango) >= 1.2.0
+BuildRequires:  pkgconfig(upower-glib) > 0.9.11
 BuildRequires:  pkgconfig(xcomposite) >= 0.2
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xdamage)
@@ -53,6 +55,8 @@
 Requires:       zenity
 Recommends:     %{name}-lang
 Provides:       windowmanager
+# mutter 3.9.90 dropped old, unused tools. Likely, nobody has them installed 
anyway
+Obsoletes:      %{name}-tools < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -94,18 +98,6 @@
 
 This package contains data files needed by mutter and its library.
 
-%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
@@ -129,6 +121,11 @@
 
 %install
 %make_install
+# clean up remaining man pages of no longer existing tools
+rm %{buildroot}%{_mandir}/man1/mutter-theme-viewer.1
+rm %{buildroot}%{_mandir}/man1/mutter-window-demo.1
+rm %{buildroot}%{_mandir}/man1/mutter-message.1
+# end man page cleanup
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/gnome/wm-properties/mutter-wm.desktop
@@ -158,11 +155,9 @@
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS rationales.txt README
 %{_bindir}/mutter
-%{_bindir}/mutter-message
 %{_libdir}/mutter/plugins/default.so
 %{_datadir}/applications/mutter.desktop
 %doc %{_mandir}/man1/mutter.1%{?ext_man}
-%doc %{_mandir}/man1/mutter-message.1%{?ext_man}
 %doc %{_datadir}/gtk-doc/html/meta/
 
 %files -n libmutter0
@@ -191,16 +186,6 @@
 %{_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

++++++ mutter-3.9.5.tar.xz -> mutter-3.9.90.tar.xz ++++++
++++ 33732 lines of diff (skipped)

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

Reply via email to