Accepting request 893940 from GNOME:Next

Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/893940
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=377
This commit is contained in:
Dominique Leuenberger 2021-05-18 08:13:52 +00:00 committed by Git OBS Bridge
parent 206a057660
commit da03433a5e
5 changed files with 36 additions and 13 deletions

View File

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

3
mutter-40.1.tar.xz Normal file
View File

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

View File

@ -1,8 +1,8 @@
Index: mutter-3.34.1+27/src/meson.build Index: mutter-40.1/src/meson.build
=================================================================== ===================================================================
--- mutter-3.34.1+27.orig/src/meson.build 2019-10-21 15:03:25.000000000 +0200 --- mutter-40.1.orig/src/meson.build
+++ mutter-3.34.1+27/src/meson.build 2019-12-02 13:30:20.320685900 +0100 +++ mutter-40.1/src/meson.build
@@ -722,6 +722,7 @@ @@ -824,6 +824,7 @@ if have_profiler
endif endif
if have_native_backend if have_native_backend
@ -10,7 +10,7 @@ Index: mutter-3.34.1+27/src/meson.build
cvt = find_program('cvt') cvt = find_program('cvt')
gen_default_modes = find_program('backends/native/gen-default-modes.py') gen_default_modes = find_program('backends/native/gen-default-modes.py')
@@ -729,6 +730,9 @@ @@ -831,6 +832,9 @@ if have_native_backend
output: 'meta-default-modes.h', output: 'meta-default-modes.h',
command: [gen_default_modes, '@OUTPUT@'] command: [gen_default_modes, '@OUTPUT@']
) )
@ -19,11 +19,11 @@ Index: mutter-3.34.1+27/src/meson.build
+ endif + endif
mutter_built_sources += default_modes_h mutter_built_sources += default_modes_h
gdbus_codegen = find_program('gdbus-codegen') dbus_login1_built_sources = gnome.gdbus_codegen('meta-dbus-login1',
Index: mutter-3.34.1+27/src/backends/native/meta-default-modes.h Index: mutter-40.1/src/backends/native/meta-default-modes.h
=================================================================== ===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000 --- /dev/null
+++ mutter-3.34.1+27/src/backends/native/meta-default-modes.h 2019-12-02 13:09:44.832632052 +0100 +++ mutter-40.1/src/backends/native/meta-default-modes.h
@@ -0,0 +1,57 @@ @@ -0,0 +1,57 @@
+/* Generated by gen-default-modes.py */ +/* Generated by gen-default-modes.py */
+ +

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri May 14 19:53:33 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 40.1:
+ Prevent clients from pasting old selection data.
+ Fix forward_key IM functionality on wayland.
+ Ensure valid window texture size after viewport changes.
+ Only update cached paint volumes when necessary.
+ Only disable KMS modifiers for drivers with known problems.
+ Fix X11 client resize during moves.
+ Fix performance drop during night light transition with Nvidia.
+ kms: Don't add common modes that exceed the max bandwidth.
+ Create virtual input devices on demand.
+ Fix wrong night light gamma when leaving power saving.
+ Fix picking edge case.
+ Properly tear down things when shutting down.
+ Fix monitor screencasting with fractional scaling.
+ Fixed crash.
+ Plugged memory leak.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Rebase mutter-disable-cvt-s390x.patch.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 23 00:47:06 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com> Fri Apr 23 00:47:06 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>

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: 40.0 Version: 40.1
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