From 1fdea16fbebd1a5239ca7f2a29255a1b4538459e0ef2b90150e9bc7646ed6127 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 1 Jul 2011 09:52:41 +0000 Subject: [PATCH] Accepting request 74969 from home:dimstar:branches:GNOME:Factory Update to 3.1.3 - tweaked with vuntz OBS-URL: https://build.opensuse.org/request/show/74969 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=61 --- mutter-3.0.2.1.tar.bz2 | 3 --- mutter-3.1.3.tar.bz2 | 3 +++ mutter.changes | 27 +++++++++++++++++++++++++++ mutter.spec | 11 ++++++----- 4 files changed, 36 insertions(+), 8 deletions(-) delete mode 100644 mutter-3.0.2.1.tar.bz2 create mode 100644 mutter-3.1.3.tar.bz2 diff --git a/mutter-3.0.2.1.tar.bz2 b/mutter-3.0.2.1.tar.bz2 deleted file mode 100644 index bf687c8..0000000 --- a/mutter-3.0.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b122ffe170078af3edb9d4aa076c89eefd7a12a8aa57a1025227c1ab92912b3c -size 2005161 diff --git a/mutter-3.1.3.tar.bz2 b/mutter-3.1.3.tar.bz2 new file mode 100644 index 0000000..7fdb2fd --- /dev/null +++ b/mutter-3.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0c38afdf9db071759895fa470f0a47f96ae3d20fa6450564923c9d4d2896ec +size 2002120 diff --git a/mutter.changes b/mutter.changes index d320e89..ca26a23 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Jul 1 09:04:24 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.1.3: + + bgo#645355: Support dark window theme variants for windows with + a dark widget theme; this is selected by the _GTK_THEME_VARIANT + property + + bgo#635268: Don't draw a shadow under windows with an alpha- + channel - this fixes transparency for GNOME Terminal + + bgo#649315: Add a MetaWindow:wm-class property for notification + + Add a MetaWindow:minimized property for notification + + bgo#627880: Fix handling of unusual window shapes that Wine was + setting causing some applications to draw wrong + + bgo#653121: Improve replacing another compositor and being + replaced: release compositor selection in the right order and + wait for compositors that get it wrong. + + bgo#652369: Remove behavior where left clicking on a window + border with the titlebar offscreen gave the window menu + + bgo#649202: Don't set the global default textdomain, since + Mutter is a library as well as an application + + Exit with the right (success or failure) exit status + + Code cleanup + + Other bugs fixed: bgo#649114, bgo#652507 + + Updated translations. +- Process %{_datadir}/gnome/wm-properties/mutter-wm.desktop with + suse_update_desktop_file to fix a rpmlint warning. + ------------------------------------------------------------------- Thu May 26 12:36:24 CEST 2011 - dimstar@opensuse.org diff --git a/mutter.spec b/mutter.spec index 6e4b6ec..a25a8fd 100644 --- a/mutter.spec +++ b/mutter.spec @@ -36,10 +36,10 @@ BuildRequires: gnome-common %endif License: GPLv2+ Group: System/GUI/GNOME -Version: 3.0.2.1 -Release: 2 +Version: 3.1.3 +Release: 1 Summary: Window and compositing manager based on Clutter -Source: %{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/mutter/3.1/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: zenity @@ -87,6 +87,7 @@ translation-update-upstream %endif %{__rm} %{buildroot}/%{_libdir}/*.la %suse_update_desktop_file %{name} +%suse_update_desktop_file %{buildroot}%{_datadir}/gnome/wm-properties/mutter-wm.desktop %find_lang %{name} %{?no_lang_C} %find_gconf_schemas %fdupes %{buildroot} @@ -114,7 +115,7 @@ rm -rf %{buildroot} %{_bindir}/* %{_libdir}/*.so.* %{_libdir}/mutter/ -%exclude %{_libdir}/mutter/Meta-3.0.gir +%exclude %{_libdir}/mutter/Meta-3.1.gir %{_datadir}/applications/mutter.desktop %{_datadir}/mutter/ # Do not depend on libgnome just for a directory @@ -129,7 +130,7 @@ rm -rf %{buildroot} %defattr (-, root, root) %{_includedir}/mutter/ %{_libdir}/*.so -%{_libdir}/mutter/Meta-3.0.gir +%{_libdir}/mutter/Meta-3.1.gir %{_libdir}/pkgconfig/*.pc %changelog