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
This commit is contained in:
Dominique Leuenberger 2024-05-27 08:23:05 +00:00 committed by Git OBS Bridge
parent 0027d3045c
commit 91b224e166
6 changed files with 24 additions and 8 deletions

View File

@ -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">46.1</param> <param name="revision">46.2</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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4d4c627f6e0ca3023e95a395aaaf90265e120299ed372d1485a380ca8b5d18d
size 30450701

3
mutter-46.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce3630afa7ea7f0edef6720a8956b3bf154fe91e88fe5c1bd06744e6b84862df
size 30467085

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon May 27 07:13:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <alynx.zhou@suse.com> Fri May 17 03:26:48 UTC 2024 - Alynx Zhou <alynx.zhou@suse.com>

View File

@ -1,4 +1,4 @@
name: mutter name: mutter
version: 46.1 version: 46.2
mtime: 1713548914 mtime: 1716654802
commit: b57c80602d3780bb9b13fddcf2caca394910e6b4 commit: 02050414855b370dbf2b08a971c8b332f7b3c9f4

View File

@ -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: 46.1 Version: 46.2
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