Accepting request 952637 from home:iznogood:factory

- Add 0002-Drop-CI-test-setup-that-needs-catchsegv.patch: Fix build
  with glibc 2.35 and newer.

OBS-URL: https://build.opensuse.org/request/show/952637
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=401
This commit is contained in:
Bjørn Lie 2022-02-08 10:41:35 +00:00 committed by Git OBS Bridge
parent 390fd9e67f
commit 901bc46cdc
3 changed files with 30 additions and 0 deletions

View 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')

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@ -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}