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:
parent
b3de254f87
commit
e7254716ef
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<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">0d9ded40</param>
|
||||
<param name="revision">3.36.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -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
3
mutter-3.36.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5385f165c4f416c2b2ce330fe9837f6c972290c151ef7bd026a5ccb1a59096f
|
||||
size 24272909
|
@ -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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: mutter
|
||||
version: 3.36.3+1
|
||||
mtime: 1591165657
|
||||
commit: 0d9ded403f6e285b6e928c5c850e0481b3a69291
|
||||
version: 3.36.4
|
||||
mtime: 1594147314
|
||||
commit: d03deb006c4154232ee257a8a16fee4ea61f3286
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 3.36.3+1
|
||||
Version: 3.36.4
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user