From 91b224e166fde529ccd42598a83139ee22969018ec750b1746b39ff2948502ca Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 May 2024 08:23:05 +0000 Subject: [PATCH] Accepting request 1177042 from GNOME:Next - Update to version 46.2: + Fix hardware cursor with non-atomic KMS drivers. + Fix night light state getting stuck on monitor changes. + Fix sending preferred buffer transform. + Fix key press events with immediate release being ignored. + Fix unsetting clipboard on screen lock. + Fix wrong input region of undecorated X11 windows. + Fix windows potentially shrinking unexpectedly on configure. + Fix popup menus sometimes closing immediately. + Fixed crashes. + Misc. bug fixes and cleanups. + Updated transltions. OBS-URL: https://build.opensuse.org/request/show/1177042 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=506 --- _service | 2 +- mutter-46.1.obscpio | 3 --- mutter-46.2.obscpio | 3 +++ mutter.changes | 16 ++++++++++++++++ mutter.obsinfo | 6 +++--- mutter.spec | 2 +- 6 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 mutter-46.1.obscpio create mode 100644 mutter-46.2.obscpio diff --git a/_service b/_service index ee678d5..672f565 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/mutter.git - 46.1 + 46.2 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/mutter-46.1.obscpio b/mutter-46.1.obscpio deleted file mode 100644 index 5d0a388..0000000 --- a/mutter-46.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4d4c627f6e0ca3023e95a395aaaf90265e120299ed372d1485a380ca8b5d18d -size 30450701 diff --git a/mutter-46.2.obscpio b/mutter-46.2.obscpio new file mode 100644 index 0000000..3e3d63d --- /dev/null +++ b/mutter-46.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3630afa7ea7f0edef6720a8956b3bf154fe91e88fe5c1bd06744e6b84862df +size 30467085 diff --git a/mutter.changes b/mutter.changes index da6d8a4..8dde097 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon May 27 07:13:01 UTC 2024 - Dominique Leuenberger + +- Update to version 46.2: + + Fix hardware cursor with non-atomic KMS drivers. + + Fix night light state getting stuck on monitor changes. + + Fix sending preferred buffer transform. + + Fix key press events with immediate release being ignored. + + Fix unsetting clipboard on screen lock. + + Fix wrong input region of undecorated X11 windows. + + Fix windows potentially shrinking unexpectedly on configure. + + Fix popup menus sometimes closing immediately. + + Fixed crashes. + + Misc. bug fixes and cleanups. + + Updated transltions. + ------------------------------------------------------------------- Fri May 17 03:26:48 UTC 2024 - Alynx Zhou diff --git a/mutter.obsinfo b/mutter.obsinfo index ff955b4..9ac3081 100644 --- a/mutter.obsinfo +++ b/mutter.obsinfo @@ -1,4 +1,4 @@ name: mutter -version: 46.1 -mtime: 1713548914 -commit: b57c80602d3780bb9b13fddcf2caca394910e6b4 +version: 46.2 +mtime: 1716654802 +commit: 02050414855b370dbf2b08a971c8b332f7b3c9f4 diff --git a/mutter.spec b/mutter.spec index 5e19fbd..06b99cf 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: 46.1 +Version: 46.2 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0-or-later