diff --git a/0002-Drop-CI-test-setup-that-needs-catchsegv.patch b/0002-Drop-CI-test-setup-that-needs-catchsegv.patch new file mode 100644 index 0000000..fde5e29 --- /dev/null +++ b/0002-Drop-CI-test-setup-that-needs-catchsegv.patch @@ -0,0 +1,21 @@ +diff -Nur orig-mutter-41.3/meson.build mutter-41.3/meson.build +--- orig-mutter-41.3/meson.build 2022-02-08 10:46:01.196708089 +0100 ++++ mutter-41.3/meson.build 2022-02-08 10:46:22.448982100 +0100 +@@ -305,17 +305,6 @@ + exe_wrapper: default_test_wrappers, + ) + +- add_test_setup('CI', +- env: [ +- 'MUTTER_DEBUG_DUMMY_MODE_SPECS=800x600@10.0', +- ], +- exe_wrapper: [ +- default_test_wrappers, +- find_program('catchsegv'), +- find_program('xvfb-run'), '-a', '-s', '+iglx -noreset', +- ], +- timeout_multiplier: 10, +- ) + endif + + have_profiler = get_option('profiler') diff --git a/_service b/_service index dc4979a..8f1f59a 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/mutter.git - refs/tags/41.3 + refs/tags/41.4 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/mutter-41.3.obscpio b/mutter-41.3.obscpio deleted file mode 100644 index 268e99e..0000000 --- a/mutter-41.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:993ed29a9c95637e3fb9793dad3f7ef0451e2570a7420f9a2f5bfe9e1aa8c4f5 -size 24804365 diff --git a/mutter-41.4.obscpio b/mutter-41.4.obscpio new file mode 100644 index 0000000..96c6fdc --- /dev/null +++ b/mutter-41.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c75def68e118332c1529325db7cecaad1d70d94ae78da855e77f06c0a6b05d +size 24809997 diff --git a/mutter.changes b/mutter.changes index e387639..af7676d 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 15 20:16:03 UTC 2022 - Bjørn Lie + +- Update to version 41.4: + + Fix DND between X11 and wayland clients. + + Fix resetting idle time on lid open. + + wayland/gtk: Only perform allowed titlebar gestures. + + Place popups on the same monitor as the anchor rect. + + Fix wrong resizes of some clients on focus changes. + + Misc. bug fixes. + + Fixed crashes. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 8 09:35:57 UTC 2022 - Bjørn Lie + +- Add 0002-Drop-CI-test-setup-that-needs-catchsegv.patch: Fix build + with glibc 2.35 and newer. + ------------------------------------------------------------------- Tue Jan 11 17:28:52 UTC 2022 - Bjørn Lie diff --git a/mutter.obsinfo b/mutter.obsinfo index 2e46455..39e8e91 100644 --- a/mutter.obsinfo +++ b/mutter.obsinfo @@ -1,4 +1,4 @@ name: mutter -version: 41.3 -mtime: 1641851077 -commit: f51ad2911419ee2ab88b5548581227a57d0fd987 +version: 41.4 +mtime: 1644948247 +commit: 83a34957046c5b6bca609fda4b68c8c5d1276d14 diff --git a/mutter.spec b/mutter.spec index 005b038..bbe4dfa 100644 --- a/mutter.spec +++ b/mutter.spec @@ -23,7 +23,7 @@ %define api_minor 0 %define libmutter libmutter-%{api_major}-%{api_minor} Name: mutter -Version: 41.3 +Version: 41.4 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0-or-later @@ -39,6 +39,8 @@ Patch0: mutter-Lower-HIDPI_LIMIT-to-144.patch Patch1: mutter-disable-cvt-s390x.patch # PATCH-FIX-OPENSUSE mutter-window-actor-Special-case-shaped-Java-windows.patch -- window-actor: Special-case shaped Java windows Patch2: mutter-window-actor-Special-case-shaped-Java-windows.patch +# PATCH-FIX-OPENSUSE 0002-Drop-CI-test-setup-that-needs-catchsegv.patch -- Fix build with glibc 2.35 and newer +Patch3: 0002-Drop-CI-test-setup-that-needs-catchsegv.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. @@ -146,6 +148,7 @@ applications that want to make use of the mutter library. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 # SLE-only patches and translations. %if 0%{?sle_version}