Accepting request 1226515 from GNOME:Factory

- Update to version 47.2:
  + Fix warping pointer after releasing pointer constraints
  + Default to high thread instead of realtime priority for KMS
    thread
  + Avoid CPU stalls with NVIDIA secondary GPUs with
    directly-attached monitors
  + Fix updating cursor immediately when starting window drag
  + Add pipeline hooks to user program pipelines
  + Prefer GPUs with built-in panels connected as primary GPU
  + Fix cursor glitches when using virtual monitors
  + Ensure frame events are sent for cursor surfaces
  + Allow BGRX8888 format on big endian
  + Fix touchscreen drag-and-drop on wayland
  + Fixed crashes
  + Misc. bug fixes and cleanups (forwarded request 1226356 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1226515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=241
This commit is contained in:
Ana Guerrero 2024-11-27 21:05:16 +00:00 committed by Git OBS Bridge
commit d07f75d735
7 changed files with 28 additions and 13 deletions

View File

@ -3,11 +3,11 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="revision">d73b402e92b1ba9906b3f299b3e2518c98b8635d</param>
<param name="revision">47.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesgenerate">disable</param>
</service>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="changesrevision">d73b402e92b1ba9906b3f299b3e2518c98b8635d</param></service></servicedata>

View File

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

3
mutter-47.2.obscpio Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Nov 25 19:50:53 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.2:
+ Fix warping pointer after releasing pointer constraints
+ Default to high thread instead of realtime priority for KMS
thread
+ Avoid CPU stalls with NVIDIA secondary GPUs with
directly-attached monitors
+ Fix updating cursor immediately when starting window drag
+ Add pipeline hooks to user program pipelines
+ Prefer GPUs with built-in panels connected as primary GPU
+ Fix cursor glitches when using virtual monitors
+ Ensure frame events are sent for cursor surfaces
+ Allow BGRX8888 format on big endian
+ Fix touchscreen drag-and-drop on wayland
+ Fixed crashes
+ Misc. bug fixes and cleanups
-------------------------------------------------------------------
Tue Oct 29 14:42:32 UTC 2024 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
name: mutter
version: 47.1+3
mtime: 1730068852
commit: d73b402e92b1ba9906b3f299b3e2518c98b8635d
version: 47.2
mtime: 1732476981
commit: b3a8fb140a90bd6324c17eb6e7293d144c522855

View File

@ -22,7 +22,7 @@
%define api_minor 0
%define libmutter libmutter-%{api_major}-%{api_minor}
Name: mutter
Version: 47.1+3
Version: 47.2
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0-or-later