Accepting request 994795 from 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. (forwarded request 994625 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/994795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=188
This commit is contained in:
Dominique Leuenberger 2022-08-14 13:55:29 +00:00 committed by Git OBS Bridge
commit 37d5385586
6 changed files with 23 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="revision">refs/tags/42.3</param>
<param name="revision">refs/tags/42.4</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

3
mutter-42.4.obscpio Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 11 18:41:55 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: mutter
version: 42.3
mtime: 1656946111
commit: 1903356b45c6c884a0451580f32494ff1288656d
version: 42.4
mtime: 1660224623
commit: 9a25838e4e3f705b69b7f2e0bf22e970d8829f1f

View File

@ -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