Accepting request 1216801 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1216801 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=238
This commit is contained in:
commit
79b78a0277
4
_service
4
_service
@ -3,11 +3,11 @@
|
|||||||
<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">70c0eca6b08b7a5aed7a1951149f72f98331a6b4</param>
|
<param name="revision">47.1</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>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
|
||||||
<param name="changesrevision">70c0eca6b08b7a5aed7a1951149f72f98331a6b4</param></service></servicedata>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:adae22c4ec06cd0f2c7f25a2fda1e58196ba2cb227d719d0ac0a18a16c04d973
|
|
||||||
size 30738445
|
|
BIN
mutter-47.1.obscpio
(Stored with Git LFS)
Normal file
BIN
mutter-47.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 19 08:39:02 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.1:
|
||||||
|
+ gwakeup: Reduce wake-ups to only first item in queue
|
||||||
|
+ x11: Reduce chances XPending does recvmsg() syscall
|
||||||
|
+ Fix grabbing tablet devices
|
||||||
|
+ Fix misplaced windows and random resizes on scaled monitors
|
||||||
|
+ Fix explicit sync with virtual monitors w/o pipewire streams
|
||||||
|
+ Improve detecting preferred primary devices
|
||||||
|
+ Fixed crashes
|
||||||
|
+ Misc. bug fixes and cleanups
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 17 17:07:10 UTC 2024 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 47.0+24:
|
||||||
|
* stage-impl: Ensure that a sync object is created in headless mode
|
||||||
|
* backends/x11: Avoid potential crash in pad_switch_mode
|
||||||
|
* display: Do not crash attempting to display OSD for unknown
|
||||||
|
Wacom device
|
||||||
|
* wayland/drm-lease: Do not add connector twice on lease
|
||||||
|
disappeared
|
||||||
|
* wayland/drm-lease: Hold device fd when listing leases
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 26 18:20:54 UTC 2024 - bjorn.lie@gmail.com
|
Thu Sep 26 18:20:54 UTC 2024 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: mutter
|
name: mutter
|
||||||
version: 47.0+19
|
version: 47.1
|
||||||
mtime: 1727134492
|
mtime: 1729281167
|
||||||
commit: 70c0eca6b08b7a5aed7a1951149f72f98331a6b4
|
commit: 7848c15baf2cdad995f9e5dde738072ad43d1b2b
|
||||||
|
@ -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: 47.0+19
|
Version: 47.1
|
||||||
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