From 4c09f709fb6041551f6bb5535111d2bc452ef3190b6297d55944337b5d7b4b9c Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 18 Feb 2011 11:56:08 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/mutter revision 28.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=b375f3665ac978813d0cbe3052e74bcf --- mutter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutter.spec b/mutter.spec index 75559d7..8b841e0 100644 --- a/mutter.spec +++ b/mutter.spec @@ -37,7 +37,7 @@ BuildRequires: gnome-common License: GPLv2+ Group: System/GUI/GNOME Version: 2.91.6 -Release: 1 +Release: 5 # FIXME: add libcanberra-devel BuildRequires when it has support for gtk3 Summary: Window and compositing manager based on Clutter Source: %{name}-%{version}.tar.bz2 From 1f019b7a24220abf935f396cd389b5dc2b49b9074194f38c5ce53ed177807c2a Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 22 Apr 2011 09:28:00 +0000 Subject: [PATCH 2/4] Accepting request 67437 from GNOME:Next thanks OBS-URL: https://build.opensuse.org/request/show/67437 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=53 --- mutter-2.91.6.tar.bz2 | 3 -- mutter-3.0.0.tar.bz2 | 3 ++ mutter.changes | 75 +++++++++++++++++++++++++++++++++++++++++++ mutter.spec | 13 ++++---- 4 files changed, 84 insertions(+), 10 deletions(-) delete mode 100644 mutter-2.91.6.tar.bz2 create mode 100644 mutter-3.0.0.tar.bz2 diff --git a/mutter-2.91.6.tar.bz2 b/mutter-2.91.6.tar.bz2 deleted file mode 100644 index efcf8d4..0000000 --- a/mutter-2.91.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:898f91531010921381ac8c526e08ed1bafaf2d07dae217da5cf5df5b56d1fc2c -size 2027982 diff --git a/mutter-3.0.0.tar.bz2 b/mutter-3.0.0.tar.bz2 new file mode 100644 index 0000000..35b950f --- /dev/null +++ b/mutter-3.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2560c8b3b5d47f0f4d4440c3087da76765b6ad9de6010662983846a3fed87eb2 +size 2000457 diff --git a/mutter.changes b/mutter.changes index 949b971..56221ab 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,78 @@ +------------------------------------------------------------------- +Tue Apr 5 15:58:27 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.0: + + Avoid crashing when you have a single window and try to move it + between workspaces. bgo#642957. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 29 08:23:06 UTC 2011 - fcrozat@novell.com + +- Update to version 2.91.93: + + bgo#645408: Fix bug where, when a monitor was hot-plugged, all + workspaces would collapse to a single workspace. (There are + still issues when a secondary monitor is hot-plugged to the + left of the primary monitor). + + bgo#645843: Fix a crash for the cycle_group action + + bgo#636904: Fix misdrawing of window shadows on some focus + changes. + + bgo#645590: Export meta_get_replace_current_wm() to allow + fixing a GNOME Shell bug with --replace. + + Updated translations. +- Changes from version 2.91.92: + + Add a workspaces_only_on_primary preferences. When set, this + makes workspaces switching only apply to windows on the primary + monitor, while windows on other monitors are unaffected. + + Export API for monitor handling: + MetaScreen::monitors-changed signal + meta_screen_get_primary_monitor() + meta_window_is_on_primary_monitor() + meta_window_get_monitor() + MetaWindow::window-entered-monitor, + MetaWindow::window-left-monitor. + meta_window_move_to_monitor() + + Behavior improvemnts for attached modal dialogs: + - Allow dragging dragging on the titlebar to move the parent + - Allow resizing + - Constrain to be on the current monitor + + Don't turn on XSMP autorestart + + Combine libmutter-wm and libmutter-private into a single + libmutter. + + Export methods to move and resize windows + meta_window_move(), meta_window_resize(), + meta_window_move_frame(). + + Add a MUTTER_WM_CLASS_FILTER environment variable to allow + existing windows to be ignored when performance testing. + + Add a new compositor-based flash for visual bell + + Fix bug where application specified values for properties like + "skip taskbar" were sometimes ignored. + + Bug fixes. + + Build fixes +- Changes from version 2.91.91: + + Build a libmutter-wm that contains all of the logic and that + can be linked to to create custom executables. The mutter + executable becomes a small stub linked to this library. + + Move installed headers files into a meta/ subdirectory instead + of polluting the toplevel namespace. + + Remove various unused complications: + - Ability to set the set of plugins via GConf + - Plugin 'params' + - meta_restart() and "mutter-message restart" + + Don't exit when we are requested to exit via XSMP, assume we'll + be killed along with the X server; this avoids visual artifacts + from unmanaging windows when logging out. + + Build fixes +- Changes from version 2.91.90: + + Change Above_Tab from being a cycle_group binding to + a switch_group binding + + Make plugin-loading failure fatal + + Add 'position-changed' signal to MetaWindowActor + + When 'live_hidden_previews' is enabled, position hidden + windows to allow the creation of workspace previews + + Fix bug with opacity of MetaBackgroundActor +- Fix BuildRequires to use pkgconfig(libcanberra-gtk3) + ------------------------------------------------------------------- Mon Feb 14 19:49:23 CET 2011 - sbrabec@suse.cz diff --git a/mutter.spec b/mutter.spec index 8b841e0..331f643 100644 --- a/mutter.spec +++ b/mutter.spec @@ -30,15 +30,14 @@ BuildRequires: startup-notification-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: zenity -BuildRequires: pkgconfig(libcanberra-gtk) +BuildRequires: pkgconfig(libcanberra-gtk3) %if 0%{?BUILD_FROM_VCS} BuildRequires: gnome-common %endif License: GPLv2+ Group: System/GUI/GNOME -Version: 2.91.6 -Release: 5 -# FIXME: add libcanberra-devel BuildRequires when it has support for gtk3 +Version: 3.0.0 +Release: 1 Summary: Window and compositing manager based on Clutter Source: %{name}-%{version}.tar.bz2 Url: http://www.gnome.org @@ -77,7 +76,7 @@ translation-update-upstream --libexecdir=%{_libexecdir}/%{name} \ --disable-static \ --disable-schemas-install -%__make %{?jobs:-j%jobs} +%__make %{?jobs:-j%jobs} V=1 %install %makeinstall @@ -115,7 +114,7 @@ rm -rf %{buildroot} %{_bindir}/* %{_libdir}/*.so.* %{_libdir}/mutter/ -%exclude %{_libdir}/mutter/Meta-2.91.gir +%exclude %{_libdir}/mutter/Meta-3.0.gir %{_datadir}/applications/mutter.desktop %{_datadir}/mutter/ # Do not depend on libgnome just for a directory @@ -130,7 +129,7 @@ rm -rf %{buildroot} %defattr (-, root, root) %{_includedir}/mutter/ %{_libdir}/*.so -%{_libdir}/mutter/Meta-2.91.gir +%{_libdir}/mutter/Meta-3.0.gir %{_libdir}/pkgconfig/*.pc %changelog From 11866e42756744e0d0e13702a8350aa87ae71811275b6732de1b7f6a4f5a3813 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 22 Apr 2011 09:28:35 +0000 Subject: [PATCH 3/4] Accepting request 68157 from home:vuntz:branches:GNOME:Factory ok OBS-URL: https://build.opensuse.org/request/show/68157 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=54 --- mutter.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutter.changes b/mutter.changes index 56221ab..733a63e 100644 --- a/mutter.changes +++ b/mutter.changes @@ -32,7 +32,7 @@ Tue Mar 29 08:23:06 UTC 2011 - fcrozat@novell.com MetaWindow::window-entered-monitor, MetaWindow::window-left-monitor. meta_window_move_to_monitor() - + Behavior improvemnts for attached modal dialogs: + + Behavior improvements for attached modal dialogs: - Allow dragging dragging on the titlebar to move the parent - Allow resizing - Constrain to be on the current monitor From 88effb12a3709fe0688feac611256a2cda6967ca585fc4349f5fa0b0926c91ba Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 27 Apr 2011 14:06:06 +0000 Subject: [PATCH 4/4] Accepting request 68585 from home:fcrozat:branches:GNOME:Factory thanks OBS-URL: https://build.opensuse.org/request/show/68585 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=55 --- mutter-3.0.0.tar.bz2 | 3 --- mutter-3.0.1.tar.bz2 | 3 +++ mutter.changes | 14 ++++++++++++++ mutter.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 mutter-3.0.0.tar.bz2 create mode 100644 mutter-3.0.1.tar.bz2 diff --git a/mutter-3.0.0.tar.bz2 b/mutter-3.0.0.tar.bz2 deleted file mode 100644 index 35b950f..0000000 --- a/mutter-3.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2560c8b3b5d47f0f4d4440c3087da76765b6ad9de6010662983846a3fed87eb2 -size 2000457 diff --git a/mutter-3.0.1.tar.bz2 b/mutter-3.0.1.tar.bz2 new file mode 100644 index 0000000..38604c2 --- /dev/null +++ b/mutter-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3190789f935a2c982e78447726e87cf1d4b7af2f0b407cb6d6aca636e3d708 +size 2003296 diff --git a/mutter.changes b/mutter.changes index 733a63e..ff185d0 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Apr 27 13:49:42 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.1: + + bgo#647662: if WM_CLIENT_MACHINE isn't set, don't assume a + window is remote; fixes behavior of Fox toolkit applications + under GNOME Shell. + + bgo#647613: fix cases where windows could get stuck drawing as + focused after an attached modal dialog was closed. + + Fix a bug where a window that is too big to be tiled + side-by-side would behave strangely when using the gesture of + dragging to the top to maximize. + + Updated translations. + ------------------------------------------------------------------- Tue Apr 5 15:58:27 UTC 2011 - fcrozat@novell.com diff --git a/mutter.spec b/mutter.spec index 331f643..2161781 100644 --- a/mutter.spec +++ b/mutter.spec @@ -36,7 +36,7 @@ BuildRequires: gnome-common %endif License: GPLv2+ Group: System/GUI/GNOME -Version: 3.0.0 +Version: 3.0.1 Release: 1 Summary: Window and compositing manager based on Clutter Source: %{name}-%{version}.tar.bz2