diff --git a/_service b/_service index e98e5e4..611629d 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/mutter.git - refs/tags/43.0 + refs/tags/43.1 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/b81429ac.patch b/b81429ac.patch deleted file mode 100644 index 994375a..0000000 --- a/b81429ac.patch +++ /dev/null @@ -1,26 +0,0 @@ -From b81429ac386fc50493043878d62850792a56691f Mon Sep 17 00:00:00 2001 -From: Sebastian Wick -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 - diff --git a/mutter-43.0.obscpio b/mutter-43.0.obscpio deleted file mode 100644 index b0d431a..0000000 --- a/mutter-43.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad21efbfbd277723ea4ef8eba5288d825176191f9d7b2891be3a7ce71268e4c5 -size 25239565 diff --git a/mutter-43.1.obscpio b/mutter-43.1.obscpio new file mode 100644 index 0000000..a4ba2fc --- /dev/null +++ b/mutter-43.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03127c3e91a1c5e1188b6472581f70fe0a2d7b7961a0a9e54f3c65a6dd9f5cc5 +size 25299469 diff --git a/mutter.changes b/mutter.changes index 2998803..5151cf2 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Nov 4 17:40:18 UTC 2022 - Bjørn Lie + +- 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 diff --git a/mutter.obsinfo b/mutter.obsinfo index 8153363..5ede73c 100644 --- a/mutter.obsinfo +++ b/mutter.obsinfo @@ -1,4 +1,4 @@ name: mutter -version: 43.0 -mtime: 1663432124 -commit: bdf3470a8a89206a39dc45824a8080dc6a9666ca +version: 43.1 +mtime: 1667488776 +commit: 8329a3eb5f4960df919e0348bd445c40568d3d60 diff --git a/mutter.spec b/mutter.spec index 140c76b..a1d5fb8 100644 --- a/mutter.spec +++ b/mutter.spec @@ -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}