New stable rel
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=541
This commit is contained in:
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<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">48.rc</param>
|
||||
<param name="revision">48.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
3
mutter-48.0.obscpio
Normal file
3
mutter-48.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7f67de3fd19000ef43e2061c10dd4433dafe21c4c1e072bc607f2a58ccf0926
|
||||
size 45954061
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e893ad34407f5fb1a6faa50dce3858cf959a3d03fdd2148dddfa999d946c24b
|
||||
size 31440909
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 14:49:50 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.0:
|
||||
+ Improve wp_color_management_v1 support
|
||||
+ Fix cursor brightness not following HDR luminance setting
|
||||
+ Fix black screen with nvidia driver
|
||||
+ Adjust presentation time feedback for triple buffering
|
||||
+ Fix broken overlay cursor damage tracking
|
||||
+ Add support for Kana and Compose USB HID LEDs
|
||||
+ Fix frequent frame skips under some circumstances
|
||||
+ Fix random output freezes
|
||||
+ Fixed crashes
|
||||
+ Misc. bug fixes and cleanups
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 14:04:59 UTC 2025 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Drop use of sle_version in favor of is_opensuse and suse_version.
|
||||
Sle_version is no longer used in SLE 16.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 00:48:02 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: mutter
|
||||
version: 48.rc
|
||||
mtime: 1741018772
|
||||
commit: d56904f2996bb25db4d2a58c6ee9c3b8e72349fd
|
||||
version: 48.0
|
||||
mtime: 1742132328
|
||||
commit: 3af3738795f6e3a37b77c3e0b64b1e671709a3aa
|
||||
|
@@ -23,7 +23,7 @@
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
|
||||
Name: mutter
|
||||
Version: 48.rc
|
||||
Version: 48.0
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
@@ -38,12 +38,12 @@ Patch1: mutter-disable-cvt-s390x.patch
|
||||
Patch2: mutter-window-actor-Special-case-shaped-Java-windows.patch
|
||||
|
||||
## SLE-only patches start at 1000
|
||||
# PATCH-FEATURE-SLE mutter-SLE-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box.
|
||||
# PATCH-FIX-OPENSUSE 0001-Revert-clutter-actor-Cache-stage-relative-instead-of.patch glgo#GNOME/mutter#3302 bsc#1219546 alynx.zhou@suse.com -- Fix partial update on VT switch
|
||||
Patch4000: 0001-Revert-clutter-actor-Cache-stage-relative-instead-of.patch
|
||||
#PATCH-FEATURE-OPENSUSE mutter-implement-text-input-v1.patch glgo#GNOME/mutter!3751 bsc#1219505 alynx.zhou@suse.com -- Allow input method to work in Wayland Chromium
|
||||
Patch5000: mutter-implement-text-input-v1.patch
|
||||
|
||||
# PATCH-FEATURE-SLE mutter-SLE-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box.
|
||||
Patch1000: mutter-SLE-bell.patch
|
||||
# PATCH-FIX-SLE mutter-SLE-relax-some-constraints-on-CSD-windows.patch bnc#883491 cxiong@suse.com -- Relax some constraints on window positioning for CSD windows s.t. they can be placed at the very top of the monitor.
|
||||
Patch1001: mutter-SLE-relax-some-constraints-on-CSD-windows.patch
|
||||
@@ -152,7 +152,7 @@ pushd subprojects
|
||||
tar xf %{SOURCE1}
|
||||
mv gvdb-0.gitmodule gvdb
|
||||
popd
|
||||
%if !0%{?sle_version}
|
||||
%if !0%{?is_opensuse} || 0%{?suse_version} <= 1600
|
||||
%autopatch -p1 -M 999
|
||||
%else
|
||||
%patch -P 1 -p1
|
||||
@@ -161,7 +161,7 @@ popd
|
||||
%patch -P 5 -p1
|
||||
%endif
|
||||
# SLE-only patches and translations.
|
||||
%if 0%{?sle_version}
|
||||
%if !0%{?is_opensuse} || 0%{?suse_version} <= 1600
|
||||
%patch -P 1000 -p1
|
||||
%patch -P 1001 -p1
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user