Accepting request 1033601 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/1033601
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=422
This commit is contained in:
Dominique Leuenberger 2022-11-07 11:43:51 +00:00 committed by Git OBS Bridge
parent 1bbf4ce213
commit 89d8c35480
7 changed files with 32 additions and 37 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="revision">refs/tags/43.0</param>
<param name="revision">refs/tags/43.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,26 +0,0 @@
From b81429ac386fc50493043878d62850792a56691f Mon Sep 17 00:00:00 2001
From: Sebastian Wick <sebastian.wick@redhat.com>
Date: Tue, 13 Sep 2022 20:03:42 +0200
Subject: [PATCH] meta-monitor: Keep the dbus night-light-supported property in
sync
---
src/backends/meta-monitor-manager.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/backends/meta-monitor-manager.c b/src/backends/meta-monitor-manager.c
index a60518850d..5c9a540299 100644
--- a/src/backends/meta-monitor-manager.c
+++ b/src/backends/meta-monitor-manager.c
@@ -1184,6 +1184,8 @@ update_night_light_supported (MetaMonitorManager *manager)
priv->night_light_supported = night_light_supported;
g_object_notify_by_pspec (G_OBJECT (manager),
obj_props[PROP_NIGHT_LIGHT_SUPPORTED]);
+ meta_dbus_display_config_set_night_light_supported (manager->display_config,
+ night_light_supported);
}
void
--
GitLab

View File

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

3
mutter-43.1.obscpio Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Nov 4 17:40:18 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.1:
+ Add quirk to work around issue with Mali GPUs.
+ Notify changes to night-light support over D-Bus.
+ Fix always-on-top windows unexpectedly taking focus.
+ Fix accidental direct scanout.
+ Disable client modifiers with amdgpu driver.
+ Cancel pointer gesture on wl_pointer.leave.
+ Add black padding to fixed-size wayland fullscreen windows.
+ Stop sending frame callbacks to minimized clients.
+ Fix scrolling in clients with no hi-res scroll support in RDP.
+ Fix skipped low-res scroll events with some high-res mice.
+ Throttle interactive move and resize updates.
+ wayland-keyboard: Send pressed keys on enter.
+ Fix some X11 windows getting unredirected erroneously.
+ Fix Flatpak applications bypassing X11 permission.
+ Fix always visible cursor in virtual streams.
+ Fixed crashes.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Drop b81429ac.patch: Fixed upstream.
-------------------------------------------------------------------
Sun Sep 18 07:37:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: mutter
version: 43.0
mtime: 1663432124
commit: bdf3470a8a89206a39dc45824a8080dc6a9666ca
version: 43.1
mtime: 1667488776
commit: 8329a3eb5f4960df919e0348bd445c40568d3d60

View File

@ -22,7 +22,7 @@
%define api_minor 0
%define libmutter libmutter-%{api_major}-%{api_minor}
Name: mutter
Version: 43.0
Version: 43.1
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0-or-later
@ -40,8 +40,6 @@ Patch1: mutter-disable-cvt-s390x.patch
Patch2: mutter-window-actor-Special-case-shaped-Java-windows.patch
# PATCH-FIX-UPSTREAM mutter-crash-meta_context_terminate.patch bsc#1199382 glgo#GNOME/mutter#2267 xwang@suse.com -- Fix SIGSEGV in meta_context_terminate
Patch3: mutter-crash-meta_context_terminate.patch
# PATCH-FIX-UPSTREAM b81429ac.patch -- meta-monitor: Keep the dbus night-light-supported property in sync
Patch4: https://gitlab.gnome.org/GNOME/mutter/-/commit/b81429ac.patch
## SLE-only patches start at 1000
# PATCH-FEATURE-SLE mutter-SLE-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box.
@ -150,7 +148,6 @@ applications that want to make use of the mutter library.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
# SLE-only patches and translations.
%if 0%{?sle_version}