Accepting request 1137895 from GNOME:Next
Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/1137895 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=487
This commit is contained in:
parent
d67fab3488
commit
d791c174a6
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">refs/tags/45.2</param>
|
||||
<param name="revision">refs/tags/45.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:901316ab64132f091a858d1bc5996d75bc97db09589d78f9480cf324a918e444
|
||||
size 26472973
|
BIN
mutter-45.3.obscpio
(Stored with Git LFS)
Normal file
BIN
mutter-45.3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 08:53:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 45.3:
|
||||
+ Fix handling of relative mode for tablets.
|
||||
+ Fix forcing EGLStream with NVIDIA proprietary driver.
|
||||
+ Sync geometry only when window is mapped.
|
||||
+ Improve repick due to transform changes.
|
||||
+ wayland/client: Add make_desktop() method.
|
||||
+ Fix occasional artifacts at top of X11 fullscreen windows.
|
||||
+ background: Fix background color around image.
|
||||
+ Fixed crashes.
|
||||
+ Plugged leaks.
|
||||
+ Misc. bug fixes and cleanups.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 08:23:54 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mutter
|
||||
version: 45.2
|
||||
mtime: 1701445351
|
||||
commit: 08de409d40a92f8bf74ee8005b382aa194d76a45
|
||||
version: 45.3
|
||||
mtime: 1704584095
|
||||
commit: 5012d22cb96ba22c4133e2e488ea1f5241fb50e2
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mutter
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 45.2
|
||||
Version: 45.3
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user