Accepting request 111768 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/111768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=44
This commit is contained in:
commit
bea18f8a78
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f883cdb55620c445c137540fc1991a38f4f472e18060b4c3eb1fa32827c1c44
|
||||
size 1642476
|
3
mutter-3.4.0.tar.xz
Normal file
3
mutter-3.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aa8a91ec7f20eee20b8fd9f93a9529c5a530c21b607ec6656bb9c8b80190431
|
||||
size 1596428
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 19:00:23 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.4.0:
|
||||
+ Fix crash when a full-screen window is opened [bgo#672797]
|
||||
+ Fix memory leaks [bgo#672640]
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 21:37:11 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.3.92:
|
||||
+ Automaximize large windows on map (bgo#671677).
|
||||
+ When unmaximizing windows, make sure the unminimized size
|
||||
is signficantly less than the maximized size (bgo#671677).
|
||||
+ Don't offer maximize option for windows larger than the screen
|
||||
(bgo#643606).
|
||||
+ Always focus the window immediately underneath without
|
||||
restacking when closing a window (bgo#620744).
|
||||
+ Avoid drawing shadows when two windows are tiled together
|
||||
(bgo#643075).
|
||||
+ Remove tooltips for window decorations (bgo#645101)
|
||||
+ Add org.gnome.mutter.dynamic-workspaces GSetting - when this is
|
||||
set to true, workspace counts are never saved to GSettings,
|
||||
avoiding pointless disk traffic for GNOME dynamic workspaces
|
||||
(bgo#671568).
|
||||
+ Add ::grab-op-begin, ::grab-op-end signals to MetaDisplay
|
||||
(bgo#670658).
|
||||
+ Add meta_display_get_ignored_modifier_mask() (bgo#665215).
|
||||
+ Remove pointless wrapper methods on MetaPlugin (bgo#671103).
|
||||
+ Fix frame drawing with 3.3.x GTK+ releases (bgo#671796).
|
||||
+ Build fixes.
|
||||
+ Bugs fixed: bgo#661256, bgo#667437, bgo#671087, bgo#671601,
|
||||
bgo#672374.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 07:25:31 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: mutter
|
||||
Version: 3.3.90
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/mutter/3.3/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/mutter/3.4/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gobject-introspection-devel >= 0.9.5
|
||||
|
Loading…
Reference in New Issue
Block a user