Accepting request 979901 from GNOME:Next
GNOME 42.2 OBS-URL: https://build.opensuse.org/request/show/979901 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=413
This commit is contained in:
parent
fa50126439
commit
551ffe74d8
2
_service
2
_service
@ -3,7 +3,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">refs/tags/42.1</param>
|
||||
<param name="revision">refs/tags/42.2</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:e0aae69ebd27faa14f351631bdfe5fb3cab1334938fd052c244a213a5d4ca384
|
||||
size 25077261
|
3
mutter-42.2.obscpio
Normal file
3
mutter-42.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cff03975673633988a3979d09fc7978c31f81cd2d59a6e85b8ad3000e23a7add
|
||||
size 25083917
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 11:35:40 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 42.2:
|
||||
+ Don't use direct scanout for transparent windows.
|
||||
+ Fix initialization of privacy mode in displays that support it.
|
||||
+ Fix --replace again.
|
||||
+ Improve picking a window for direct scanout.
|
||||
+ Do not allow windows to steal focus when the shell has a grab.
|
||||
+ Fix night light without GAMMA_LUT property.
|
||||
+ Fixed crash.
|
||||
+ Misc. bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 13 08:22:15 UTC 2022 - Xiaoguang Wang <xiaoguang.wang@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mutter
|
||||
version: 42.1
|
||||
mtime: 1651777298
|
||||
commit: 94bd385bf3ece2a746d8755049fc1fa5c8c0a808
|
||||
version: 42.2
|
||||
mtime: 1653764569
|
||||
commit: 10cece870cf25c15daa8b20130d328257ec5f132
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 42.1
|
||||
Version: 42.2
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user