Accepting request 511581 from home:Zaitor
New stable release OBS-URL: https://build.opensuse.org/request/show/511581 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=245
This commit is contained in:
parent
d8492b64a2
commit
ec97b04c03
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:51a453b60b727adb11dcf70ba21ce7b8dccb38256d39ae06a1177118d5bea504
|
|
||||||
size 3580320
|
|
3
mutter-3.24.4.tar.xz
Normal file
3
mutter-3.24.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7300b3fbf1bd0f7fe25e4869dd37134f2127bb6d9b8aa3aadd0eaf3c8bbf9aea
|
||||||
|
size 3583916
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 20 08:24:20 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.24.4:
|
||||||
|
+ Fix wacom cursor offset on wayland (bgo#784009).
|
||||||
|
+ Do not throttle motion events on tablet tools (bgo#783535).
|
||||||
|
+ Handle left-handed mode on pen/eraser devices (bgo#782027).
|
||||||
|
+ Fix crash when decreasing number of workspaces (bgo#784223).
|
||||||
|
+ Fix crash when moving across on-adjacent monitors (bgo#783630).
|
||||||
|
+ Fix window moving/resizing via tablet tools (bgo#777333).
|
||||||
|
+ Improve stability of tablet plugs/unplugs (bgo#784881).
|
||||||
|
+ Implement tablet rings/strips configuration (bgo#782033).
|
||||||
|
+ Support tablet wheel events on wayland (bgo#783716).
|
||||||
|
+ Misc. bug fixes: bgo#784402, bgo#784867, bgo#781723.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(libudev) BuildRequires: New explicit dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 6 10:39:29 CEST 2017 - vliaskovitis@suse.com
|
Thu Jul 6 10:39:29 CEST 2017 - vliaskovitis@suse.com
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.24.3
|
Version: 3.24.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -61,6 +61,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.7
|
|||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
||||||
|
BuildRequires: pkgconfig(libudev) >= 136
|
||||||
BuildRequires: pkgconfig(libwacom)
|
BuildRequires: pkgconfig(libwacom)
|
||||||
BuildRequires: pkgconfig(pango) >= 1.2.0
|
BuildRequires: pkgconfig(pango) >= 1.2.0
|
||||||
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
||||||
@ -101,9 +102,9 @@ from Metacity.
|
|||||||
|
|
||||||
%package -n libmutter-0-0
|
%package -n libmutter-0-0
|
||||||
Summary: Window and compositing manager based on Clutter
|
Summary: Window and compositing manager based on Clutter
|
||||||
Group: System/Libraries
|
|
||||||
# we need the gsettings schema; hopefully, they'll stay backwards compatible
|
# we need the gsettings schema; hopefully, they'll stay backwards compatible
|
||||||
# (since we can't require = version, to not break SLPP)
|
# (since we can't require = version, to not break SLPP)
|
||||||
|
Group: System/Libraries
|
||||||
Requires: %{name}-data >= %{version}
|
Requires: %{name}-data >= %{version}
|
||||||
Obsoletes: libmutter0
|
Obsoletes: libmutter0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user