Accepting request 1073802 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/1073802
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=437
This commit is contained in:
Bjørn Lie 2023-03-22 15:13:40 +00:00 committed by Git OBS Bridge
parent a525286a1f
commit 4538d5e8c4
7 changed files with 28 additions and 10 deletions

View File

@ -3,12 +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">refs/tags/44.0</param>
<param name="revision">bc9cad51</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">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

4
_servicedata Normal file
View File

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

3
mutter-44.0+8.obscpio Normal file
View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 21 18:42:11 UTC 2023 - bjorn.lie@gmail.com
- Update to version 44.0+8:
+ clutter: Safely transform paths to strings and vice versa
+ Export meta_window_has_pointer ()
+ compositor/window-drag: Fix keyboard resize
+ backends: Fall back to the default and not the unknown color
space
+ wayland/buffer: Avoid spamming the log when a buffer is not
scanoutable
+ kms/device: Avoid leaking some fields
+ kms/impl-device: Fix result listener list leak
+ kms/impl-device/simple: Avoid destroying a NULL hash table
-------------------------------------------------------------------
Sun Mar 19 12:39:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: mutter
version: 44.0
mtime: 1679223305
commit: a958417e952cc80b6102a4441d6e48235efa1c5d
version: 44.0+8
mtime: 1679406471
commit: bc9cad512451d3f5d63c1892668d1c7aec370227

View File

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