Accepting request 1066852 from GNOME:Next
- Update to version 43.3+2: + wayland: Don't overwrite surface offsets. + x11: Avoid updating focus on wayland compositor (boo#1208494). OBS-URL: https://build.opensuse.org/request/show/1066852 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=432
This commit is contained in:
parent
b1b327559a
commit
e56b58cbb1
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/43.3</param>
|
||||
<param name="revision">gnome-43</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
3
mutter-43.3+2.obscpio
Normal file
3
mutter-43.3+2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c82935f5b59d8792100bbb708fd3e39684a373e3060d796b8cd3b5de5e5c9af3
|
||||
size 25330701
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c8c9a447bbb2b4ca92bec03bffea2d600df48fe9bb8948a07145900f95fbe3d
|
||||
size 25326605
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 14:38:43 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 43.3+2:
|
||||
+ wayland: Don't overwrite surface offsets.
|
||||
+ x11: Avoid updating focus on wayland compositor (boo#1208494).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 10:37:02 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mutter
|
||||
version: 43.3
|
||||
mtime: 1676311946
|
||||
commit: a63755bdad7d8bffdbbc649178d759c37dacce01
|
||||
version: 43.3+2
|
||||
mtime: 1676538182
|
||||
commit: 12ce58dba4f96f6a948c1d166646d263253e3ee0
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 43.3
|
||||
Version: 43.3+2
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user