Accepting request 395502 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/395502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=91
This commit is contained in:
Dominique Leuenberger 2016-05-20 09:54:09 +00:00 committed by Git OBS Bridge
commit f10c4ec9b5
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a4903b9e2b0699c95195c36d1f31a789571c63f2ee3cfe2475e2955e7dca21c
size 1487956

3
mutter-3.20.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e8c46a81e21f382f56729282fcd0bb1c3a2067135f4b0f3651b307bf7a5b454
size 1488636

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 11 08:03:31 UTC 2016 - zaitor@opensuse.org
- Update to version 3.20.2:
+ Notify clients of pending modifier state changes (bgo#748526).
+ Add get_is_builtin_display_on() method (bgo#765267).
+ Fix 2-finger titlebar taps on wayland (bgo#764519).
+ Misc. bug fixes: bgo#765058, bgo#765252, bgo#765062.
+ Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 13 17:48:40 UTC 2016 - zaitor@opensuse.org Wed Apr 13 17:48:40 UTC 2016 - zaitor@opensuse.org

View File

@ -23,7 +23,7 @@
%endif %endif
Name: mutter Name: mutter
Version: 3.20.1 Version: 3.20.2
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+
@ -36,7 +36,9 @@ BuildRequires: intltool
BuildRequires: libSM-devel BuildRequires: libSM-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXinerama-devel BuildRequires: libXinerama-devel
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream BuildRequires: translation-update-upstream
%endif
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: zenity BuildRequires: zenity
BuildRequires: pkgconfig(cairo) >= 1.10.0 BuildRequires: pkgconfig(cairo) >= 1.10.0
@ -136,7 +138,9 @@ to develop applications that require these.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%if !0%{?is_opensuse}
translation-update-upstream translation-update-upstream
%endif
%build %build
%configure \ %configure \