Accepting request 1083026 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1083026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=201
This commit is contained in:
Dominique Leuenberger 2023-04-28 14:23:07 +00:00 committed by Git OBS Bridge
commit fb94bbc6c9
8 changed files with 33 additions and 47 deletions

View File

@ -1,32 +0,0 @@
From 455456a9abdf72250fe53eab2f06ca3161831f05 Mon Sep 17 00:00:00 2001
From: Robert Mader <robert.mader@collabora.com>
Date: Sun, 16 Apr 2023 11:21:49 +0200
Subject: [PATCH] xdg-shell: Always handle frame callbacks in
popup_apply_state()
Just like we do in `toplevel_apply_state()`.
Closes https://gitlab.gnome.org/GNOME/mutter/-/issues/2752
---
src/wayland/meta-wayland-xdg-shell.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/wayland/meta-wayland-xdg-shell.c b/src/wayland/meta-wayland-xdg-shell.c
index b0ce310d2a..45663aba15 100644
--- a/src/wayland/meta-wayland-xdg-shell.c
+++ b/src/wayland/meta-wayland-xdg-shell.c
@@ -1240,7 +1240,10 @@ meta_wayland_xdg_popup_apply_state (MetaWaylandSurfaceRole *surface_role,
finish_popup_setup (xdg_popup);
if (!meta_wayland_surface_get_window (surface))
- return;
+ {
+ meta_wayland_actor_surface_queue_frame_callbacks (actor_surface, pending);
+ return;
+ }
if (pending->xdg_positioner)
{
--
GitLab

View File

@ -3,11 +3,11 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param> <param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="revision">6b57ab89</param> <param name="revision">refs/tags/44.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param> <!-- <param name="changesgenerate">enable</param> -->
</service> </service>
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime"> <service name="recompress" mode="buildtime">

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="changesrevision">6b57ab897582dfc8dce09ca343bdca6f3371f037</param></service></servicedata>

View File

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

3
mutter-44.1.obscpio Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Apr 25 16:42:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.1:
+ Fall back to the default, not the unknown color space.
+ Fix resizing windows via keyboard.
+ Fix possible screen freeze after resume with multiple monitors.
+ Fix anchor position when dragging window.
+ Fix applying XSettings to decorations on X11.
+ Allow clipped redraws for headless backend.
+ Improve screencast support.
+ Fix focus-on-click for server-side decorated windows.
+ Fix initial fullscreen state of server-side decorated windows.
+ Fix feedback loop triggering bursts of excessive CPU load.
+ Enable modifiers by default on non-native backend.
+ Check EDID for supported sink Colorimetry.
+ Fix artifacts in titlebars on some hardware.
+ Fix map transitions for X11 windows on wayland.
+ Fixed crashes.
+ Plugged leaks.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Drop 2963.patch: Fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 16 21:20:57 UTC 2023 - bjorn.lie@gmail.com Sun Apr 16 21:20:57 UTC 2023 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
name: mutter name: mutter
version: 44.0+54 version: 44.1
mtime: 1681638517 mtime: 1682439377
commit: 6b57ab897582dfc8dce09ca343bdca6f3371f037 commit: 28a6447ff060ae1fbac8f20a13908d6e230eddc2

View File

@ -22,7 +22,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: 44.0+54 Version: 44.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
@ -36,8 +36,6 @@ Patch1: mutter-disable-cvt-s390x.patch
Patch2: mutter-window-actor-Special-case-shaped-Java-windows.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 # 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 Patch3: mutter-crash-meta_context_terminate.patch
# PATCH-FIX-UPSTREAM 2963.patch glgo#GNOME/mutter#2963 -- xdg-shell: Always handle frame callbacks in popup_apply_state()
Patch4: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2963.patch
## SLE-only patches start at 1000 ## 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. # PATCH-FEATURE-SLE mutter-SLE-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box.