forked from pool/mutter
Accepting request 955417 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/955417 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=180
This commit is contained in:
commit
dffb122ad8
21
0002-Drop-CI-test-setup-that-needs-catchsegv.patch
Normal file
21
0002-Drop-CI-test-setup-that-needs-catchsegv.patch
Normal file
@ -0,0 +1,21 @@
|
||||
diff -Nur orig-mutter-41.3/meson.build mutter-41.3/meson.build
|
||||
--- orig-mutter-41.3/meson.build 2022-02-08 10:46:01.196708089 +0100
|
||||
+++ mutter-41.3/meson.build 2022-02-08 10:46:22.448982100 +0100
|
||||
@@ -305,17 +305,6 @@
|
||||
exe_wrapper: default_test_wrappers,
|
||||
)
|
||||
|
||||
- add_test_setup('CI',
|
||||
- env: [
|
||||
- 'MUTTER_DEBUG_DUMMY_MODE_SPECS=800x600@10.0',
|
||||
- ],
|
||||
- exe_wrapper: [
|
||||
- default_test_wrappers,
|
||||
- find_program('catchsegv'),
|
||||
- find_program('xvfb-run'), '-a', '-s', '+iglx -noreset',
|
||||
- ],
|
||||
- timeout_multiplier: 10,
|
||||
- )
|
||||
endif
|
||||
|
||||
have_profiler = get_option('profiler')
|
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
|
||||
<param name="revision">refs/tags/41.3</param>
|
||||
<param name="revision">refs/tags/41.4</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:993ed29a9c95637e3fb9793dad3f7ef0451e2570a7420f9a2f5bfe9e1aa8c4f5
|
||||
size 24804365
|
3
mutter-41.4.obscpio
Normal file
3
mutter-41.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0c75def68e118332c1529325db7cecaad1d70d94ae78da855e77f06c0a6b05d
|
||||
size 24809997
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 20:16:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 41.4:
|
||||
+ Fix DND between X11 and wayland clients.
|
||||
+ Fix resetting idle time on lid open.
|
||||
+ wayland/gtk: Only perform allowed titlebar gestures.
|
||||
+ Place popups on the same monitor as the anchor rect.
|
||||
+ Fix wrong resizes of some clients on focus changes.
|
||||
+ Misc. bug fixes.
|
||||
+ Fixed crashes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 8 09:35:57 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add 0002-Drop-CI-test-setup-that-needs-catchsegv.patch: Fix build
|
||||
with glibc 2.35 and newer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 17:28:52 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mutter
|
||||
version: 41.3
|
||||
mtime: 1641851077
|
||||
commit: f51ad2911419ee2ab88b5548581227a57d0fd987
|
||||
version: 41.4
|
||||
mtime: 1644948247
|
||||
commit: 83a34957046c5b6bca609fda4b68c8c5d1276d14
|
||||
|
@ -23,7 +23,7 @@
|
||||
%define api_minor 0
|
||||
%define libmutter libmutter-%{api_major}-%{api_minor}
|
||||
Name: mutter
|
||||
Version: 41.3
|
||||
Version: 41.4
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0-or-later
|
||||
@ -39,6 +39,8 @@ Patch0: mutter-Lower-HIDPI_LIMIT-to-144.patch
|
||||
Patch1: mutter-disable-cvt-s390x.patch
|
||||
# PATCH-FIX-OPENSUSE mutter-window-actor-Special-case-shaped-Java-windows.patch -- window-actor: Special-case shaped Java windows
|
||||
Patch2: mutter-window-actor-Special-case-shaped-Java-windows.patch
|
||||
# PATCH-FIX-OPENSUSE 0002-Drop-CI-test-setup-that-needs-catchsegv.patch -- Fix build with glibc 2.35 and newer
|
||||
Patch3: 0002-Drop-CI-test-setup-that-needs-catchsegv.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.
|
||||
@ -146,6 +148,7 @@ applications that want to make use of the mutter library.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
# SLE-only patches and translations.
|
||||
%if 0%{?sle_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user