From b1b327559a9ca7f6a8b1f5b47f1c121c7f3f323f6af78f6215b70ba50e21cf1b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 Feb 2023 12:06:25 +0000 Subject: [PATCH] Accepting request 1065709 from GNOME:Next - Update to version 43.3: + Skip resize effects for tiled windows during user grabs + Disable direct scanout during drag-n-drop operations + Ignore unmapped subsurfaces in direct scanout check + Fix cursor disappearing over windows during grabs + Fix pointer constrains with subsurfaces + Make wl_output mode independent of the orientation + Improve focus handling on workspace switches + Fix cursor position in window screencasts + Do not require a physical device to update pointer visibility + Fix initialization of keyboard accessibility + Fix freeze when crossing monitors under some conditions + Don't allow window activation to break global grabs + Fixed crashes + Plugged leak + Misc. bug fixes and cleanups + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1065709 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=430 --- _service | 2 +- mutter-43.2.obscpio | 3 --- mutter-43.3.obscpio | 3 +++ mutter.changes | 21 +++++++++++++++++++++ mutter.obsinfo | 6 +++--- mutter.spec | 4 ++-- 6 files changed, 30 insertions(+), 9 deletions(-) delete mode 100644 mutter-43.2.obscpio create mode 100644 mutter-43.3.obscpio diff --git a/_service b/_service index 334ec20..2c7e106 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/mutter.git - refs/tags/43.2 + refs/tags/43.3 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/mutter-43.2.obscpio b/mutter-43.2.obscpio deleted file mode 100644 index 5594730..0000000 --- a/mutter-43.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7729656281f1202fde9060434374d8fd44e5fb8d57568ee49fe1b8f979347b4c -size 25321485 diff --git a/mutter-43.3.obscpio b/mutter-43.3.obscpio new file mode 100644 index 0000000..5ea29a5 --- /dev/null +++ b/mutter-43.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8c9a447bbb2b4ca92bec03bffea2d600df48fe9bb8948a07145900f95fbe3d +size 25326605 diff --git a/mutter.changes b/mutter.changes index 0019046..825b8be 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Feb 14 10:37:02 UTC 2023 - Bjørn Lie + +- Update to version 43.3: + + Skip resize effects for tiled windows during user grabs + + Disable direct scanout during drag-n-drop operations + + Ignore unmapped subsurfaces in direct scanout check + + Fix cursor disappearing over windows during grabs + + Fix pointer constrains with subsurfaces + + Make wl_output mode independent of the orientation + + Improve focus handling on workspace switches + + Fix cursor position in window screencasts + + Do not require a physical device to update pointer visibility + + Fix initialization of keyboard accessibility + + Fix freeze when crossing monitors under some conditions + + Don't allow window activation to break global grabs + + Fixed crashes + + Plugged leak + + Misc. bug fixes and cleanups + + Updated translations. + ------------------------------------------------------------------- Sat Dec 10 08:41:31 UTC 2022 - Bjørn Lie diff --git a/mutter.obsinfo b/mutter.obsinfo index 1f05000..2d00623 100644 --- a/mutter.obsinfo +++ b/mutter.obsinfo @@ -1,4 +1,4 @@ name: mutter -version: 43.2 -mtime: 1670279105 -commit: 46f4143619734ec2b95503ba96e444f61f27e18e +version: 43.3 +mtime: 1676311946 +commit: a63755bdad7d8bffdbbc649178d759c37dacce01 diff --git a/mutter.spec b/mutter.spec index 2bc5c51..f46f95c 100644 --- a/mutter.spec +++ b/mutter.spec @@ -1,7 +1,7 @@ # # spec file for package mutter # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define api_minor 0 %define libmutter libmutter-%{api_major}-%{api_minor} Name: mutter -Version: 43.2 +Version: 43.3 Release: 0 Summary: Window and compositing manager based on Clutter License: GPL-2.0-or-later