Accepting request 799563 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/799563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=150
This commit is contained in:
commit
d229376714
3
_service
3
_service
@ -2,11 +2,10 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||
<param name="revision">refs/tags/3.36.1</param>
|
||||
<param name="revision">refs/tags/3.36.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||
<param name="changesrevision">52e5d6fc948ecd7d78c3bddf2cff13eb3c386f4c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63751f164e5160be9e79d9bce6194d09863db35cc1073dffdc6c19470ab7f428
|
||||
size 24182797
|
3
mutter-3.36.2.obscpio
Normal file
3
mutter-3.36.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:326a32fc9b0c135aaa4804b467e9fe38a77821b5fc837d9f9d9d4312765aeca2
|
||||
size 24208397
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 1 20:27:46 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Enable SLE patches on leap (jsc#SLE-11897).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 05:20:49 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.36.2:
|
||||
+ Sync timelines to hardware vsync.
|
||||
+ Fix screencasting non-maximized windows.
|
||||
+ Make window-aliveness checks less aggressive.
|
||||
+ Fix stylus coordinates when using screen rotation.
|
||||
+ Preserve keyboard state on VT switch.
|
||||
+ Fix trackball button scrolling.
|
||||
+ Fix tiled monitor support.
|
||||
+ Fix various clipboard issues.
|
||||
+ Synchronize shadows to server-side decorations.
|
||||
+ Fix overview key on X11 when using multiple keyboard layouts.
|
||||
+ Fix capturing with multiple stage views.
|
||||
+ Fixed crashes.
|
||||
+ Misc. bug fixes and cleanups.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 03:36:02 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mutter
|
||||
version: 3.36.1
|
||||
mtime: 1585596543
|
||||
commit: 52e5d6fc948ecd7d78c3bddf2cff13eb3c386f4c
|
||||
version: 3.36.2
|
||||
mtime: 1588191732
|
||||
commit: 63bf5f11505f980070eb714a52753a64462c5721
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 3.36.1
|
||||
Version: 3.36.2
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
@ -79,7 +79,7 @@ BuildRequires: pkgconfig(pango) >= 1.2.0
|
||||
BuildRequires: pkgconfig(sm)
|
||||
%if %{with profiler}
|
||||
BuildRequires: pkgconfig(sysprof-3)
|
||||
BuildRequires: pkgconfig(sysprof-capture-3)
|
||||
BuildRequires: pkgconfig(sysprof-capture-3) >= 3.35.2
|
||||
%endif
|
||||
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.18
|
||||
@ -159,7 +159,7 @@ applications that want to make use of the mutter library.
|
||||
|
||||
# SLE-only patches and translations.
|
||||
translation-update-upstream po mutter
|
||||
%if !0%{?is_opensuse}
|
||||
%if 0%{?sle_version}
|
||||
%patch1000 -p1
|
||||
%patch1001 -p1
|
||||
# %patch1002 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user