Accepting request 181302 from GNOME:Factory
Push GNOME 3.9.3, as announced OBS-URL: https://build.opensuse.org/request/show/181302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=59
This commit is contained in:
commit
053e7616a4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d09e468fa9edb909d62138a1b34746bbf2905d43ccae8228aeb27054f7629d4
|
||||
size 1733572
|
3
mutter-3.9.3.tar.xz
Normal file
3
mutter-3.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3b1e3fd0aedcf124b80b5bf63f51a28b4f0e45f171cf48a665fb50c875e7942
|
||||
size 1682688
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 10:31:46 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.3:
|
||||
+ Ensure events are always reported to the grab window
|
||||
(bgo#701219).
|
||||
+ Use new clutter_stage_set_paint_callback() function to prevent
|
||||
dropping frames with frame synced toolkits (bgo#698794).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 19:54:40 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.2:
|
||||
+ Add meta_window_can_close() function (bgo#699269).
|
||||
+ Add support for string-array preferences (bgo#700223).
|
||||
+ Fix a potential race condition with _NET_WM_MOVERESIZE
|
||||
(bgo#699777).
|
||||
+ Fix shade window action (bgo#693714).
|
||||
+ Remove overlay_group (bgo#700735).
|
||||
+ Improve tracking of the focus window (bgo#647706).
|
||||
+ Add API to freeze/unfreeze the keyboard (bgo#697001).
|
||||
+ Grab and emit a signal when XK_ISO_Next_Group is pressed
|
||||
(bgo#697002).
|
||||
+ Other fixed bugs: bgo##699636, bgo#700735, bgo#697000.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 1 08:18:03 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: mutter
|
||||
Version: 3.9.1
|
||||
Version: 3.9.3
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0+
|
||||
@ -36,7 +36,7 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: zenity
|
||||
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
||||
BuildRequires: pkgconfig(clutter-1.0) >= 1.13.5
|
||||
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(gsettings-desktop-schemas) >= 3.7.3
|
||||
|
Loading…
Reference in New Issue
Block a user