From 048fdea2a92866b43b162423101739fc1e6b318fb585a42dfa7e2f81b9955b20 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 12 Aug 2022 14:22:05 +0000 Subject: [PATCH] Accepting request 994625 from home:iznogood:branches:GNOME:Factory - Update to version 42.4: + screencast: Set correct stride when using dmabufs + Fix glitches in apps using subsurfaces + Reduce client work when entering overview + Highlight actors becoming reactive under the pointer + Fall back to ARGB if XRGB is not supported + Support direct scanout on GPUs without modifiers support + Fix registering as X11 window manager if GDK_BACKEND is set + Fixed crash + Plugged leak + Misc. bug fixes and cleanups. OBS-URL: https://build.opensuse.org/request/show/994625 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=417 --- _service | 2 +- mutter-42.3.obscpio | 3 --- mutter-42.4.obscpio | 3 +++ mutter.changes | 15 +++++++++++++++ mutter.obsinfo | 6 +++--- mutter.spec | 2 +- 6 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 mutter-42.3.obscpio create mode 100644 mutter-42.4.obscpio diff --git a/_service b/_service index bca309d..1b11a81 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/mutter.git - refs/tags/42.3 + refs/tags/42.4 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/mutter-42.3.obscpio b/mutter-42.3.obscpio deleted file mode 100644 index c97ea37..0000000 --- a/mutter-42.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a0b457cc0b37135ecae96a16b321a3c03ceff50294858483ed78c63114bf962 -size 25094669 diff --git a/mutter-42.4.obscpio b/mutter-42.4.obscpio new file mode 100644 index 0000000..0388bae --- /dev/null +++ b/mutter-42.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34044d2599d28c0a5b43b76715bdeb29c8a2187a92cfdd8459013f67988fa3f +size 25102349 diff --git a/mutter.changes b/mutter.changes index 885ea57..43b8c68 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Aug 11 18:41:55 UTC 2022 - Bjørn Lie + +- Update to version 42.4: + + screencast: Set correct stride when using dmabufs + + Fix glitches in apps using subsurfaces + + Reduce client work when entering overview + + Highlight actors becoming reactive under the pointer + + Fall back to ARGB if XRGB is not supported + + Support direct scanout on GPUs without modifiers support + + Fix registering as X11 window manager if GDK_BACKEND is set + + Fixed crash + + Plugged leak + + Misc. bug fixes and cleanups. + ------------------------------------------------------------------- Wed Jul 6 12:10:17 UTC 2022 - Dominique Leuenberger diff --git a/mutter.obsinfo b/mutter.obsinfo index f8bd954..a087851 100644 --- a/mutter.obsinfo +++ b/mutter.obsinfo @@ -1,4 +1,4 @@ name: mutter -version: 42.3 -mtime: 1656946111 -commit: 1903356b45c6c884a0451580f32494ff1288656d +version: 42.4 +mtime: 1660224623 +commit: 9a25838e4e3f705b69b7f2e0bf22e970d8829f1f diff --git a/mutter.spec b/mutter.spec index f2ada3f..e5ac958 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: 42.3 +Version: 42.4 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0-or-later