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
This commit is contained in:
parent
e5b3709fcd
commit
b1b327559a
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<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">refs/tags/43.2</param>
|
<param name="revision">refs/tags/43.3</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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7729656281f1202fde9060434374d8fd44e5fb8d57568ee49fe1b8f979347b4c
|
|
||||||
size 25321485
|
|
3
mutter-43.3.obscpio
Normal file
3
mutter-43.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c8c9a447bbb2b4ca92bec03bffea2d600df48fe9bb8948a07145900f95fbe3d
|
||||||
|
size 25326605
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 14 10:37:02 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Sat Dec 10 08:41:31 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: mutter
|
name: mutter
|
||||||
version: 43.2
|
version: 43.3
|
||||||
mtime: 1670279105
|
mtime: 1676311946
|
||||||
commit: 46f4143619734ec2b95503ba96e444f61f27e18e
|
commit: a63755bdad7d8bffdbbc649178d759c37dacce01
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mutter
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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: 43.2
|
Version: 43.3
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user