Accepting request 819369 from GNOME:Next

New stable rel

OBS-URL: https://build.opensuse.org/request/show/819369
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=353
This commit is contained in:
Dominique Leuenberger 2020-07-10 10:09:53 +00:00 committed by Git OBS Bridge
parent b3de254f87
commit e7254716ef
6 changed files with 23 additions and 8 deletions

View File

@ -2,7 +2,7 @@
<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">0d9ded40</param> <param name="revision">3.36.4</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>

View File

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

3
mutter-3.36.4.obscpio Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jul 8 07:29:08 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.36.4:
+ Fix crash on area screenshots with fractional scaling.
+ Do not paint textures of fully obscured windows.
+ Turn off CRTCs as well when enabling DPMS.
+ Improve selection support.
+ Use a more appropriate combine function on opaque areas.
+ Fix remote desktop being broken without screencast session.
+ Fix popovers disappearing on wayland and HiDPI.
+ Fixed crashes.
+ Plugged memory leaks.
+ Misc. bug fixes and cleanups.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 4 09:45:27 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com> Thu Jun 4 09:45:27 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,5 +1,5 @@
name: mutter name: mutter
version: 3.36.3+1 version: 3.36.4
mtime: 1591165657 mtime: 1594147314
commit: 0d9ded403f6e285b6e928c5c850e0481b3a69291 commit: d03deb006c4154232ee257a8a16fee4ea61f3286

View File

@ -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.3+1 Version: 3.36.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-or-later License: GPL-2.0-or-later