Accepting request 799078 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/799078 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=348
This commit is contained in:
parent
9fe910b74e
commit
49a3dbba10
3
_service
3
_service
@ -2,11 +2,10 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" 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,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Apr 17 03:36:02 UTC 2020 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: mutter
|
name: mutter
|
||||||
version: 3.36.1
|
version: 3.36.2
|
||||||
mtime: 1585596543
|
mtime: 1588191732
|
||||||
commit: 52e5d6fc948ecd7d78c3bddf2cff13eb3c386f4c
|
commit: 63bf5f11505f980070eb714a52753a64462c5721
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%define api_minor 0
|
%define api_minor 0
|
||||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.36.1
|
Version: 3.36.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-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -79,7 +79,7 @@ BuildRequires: pkgconfig(pango) >= 1.2.0
|
|||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
%if %{with profiler}
|
%if %{with profiler}
|
||||||
BuildRequires: pkgconfig(sysprof-3)
|
BuildRequires: pkgconfig(sysprof-3)
|
||||||
BuildRequires: pkgconfig(sysprof-capture-3)
|
BuildRequires: pkgconfig(sysprof-capture-3) >= 3.35.2
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.18
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.18
|
||||||
|
Loading…
x
Reference in New Issue
Block a user