Accepting request 256561 from GNOME:Next
Update to 3.14.1 OBS-URL: https://build.opensuse.org/request/show/256561 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=157
This commit is contained in:
parent
135dc3ffe7
commit
75aa54cb19
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ac00496fdd40c42bf2254c43e5d242d07ddd4d878b7642ca078c60b61ef754f
|
||||
size 1606352
|
3
mutter-3.14.1.tar.xz
Normal file
3
mutter-3.14.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6010d816327ebad1a0e81f0f9ea294517397a5c46128abc0a13d5156fdbfc0bf
|
||||
size 1607980
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 15 06:17:23 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.14.1:
|
||||
+ Fix move-titlebar-onscreen function (bgo#736915).
|
||||
+ Fix stacking of the guard window (bgo#737233).
|
||||
+ Fix keycode lookup for non-default layouts (bgo#737134).
|
||||
+ Fix workspaces-only-on-primary handling (bgo#737178).
|
||||
+ Don't unstick sticky windows on workspace removal (bgo#737625).
|
||||
+ Do not auto-minimize fullscreen windows (bgo#705177).
|
||||
+ Upload keymap to newly added keyboard devices (bgo#737673).
|
||||
+ Apply keyboard repeat settings (bgo#728055).
|
||||
+ Don't send pressed keys on enter (bgo#727178).
|
||||
+ Fix build without wayland/native (bgo#738225).
|
||||
+ Send modifiers after the key event (bgo#738238).
|
||||
+ Fix unredirect heuristic (bgo#738271).
|
||||
+ Do not show system chrome over fullscreen windows (bgo#693991).
|
||||
+ Misc. bug fixes: bgo#737135, bgo#737581, bgo#738146,
|
||||
bgo#738384.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 09:44:41 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: mutter
|
||||
Version: 3.14.0
|
||||
Version: 3.14.1
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0+
|
||||
@ -39,7 +39,7 @@ BuildRequires: pkgconfig(clutter-egl-1.0)
|
||||
BuildRequires: pkgconfig(clutter-wayland-1.0)
|
||||
BuildRequires: pkgconfig(clutter-wayland-compositor-1.0)
|
||||
BuildRequires: pkgconfig(cogl-1.0) >= 1.17.1
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(gbm) >= 10.3
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.25.10
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.7.3
|
||||
|
Loading…
Reference in New Issue
Block a user