Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package exempi for openSUSE:Factory checked in at 2025-03-15 16:15:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exempi (Old) and /work/SRC/openSUSE:Factory/.exempi.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exempi" Sat Mar 15 16:15:07 2025 rev:41 rq:1253123 version:2.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/exempi/exempi.changes 2024-03-18 16:43:34.172768230 +0100 +++ /work/SRC/openSUSE:Factory/.exempi.new.19136/exempi.changes 2025-03-15 16:15:16.750047679 +0100 @@ -1,0 +2,6 @@ +Thu Mar 13 18:48:02 UTC 2025 - Michael Gorse <mgo...@suse.com> + +- Ignore testcore test failure on s390x. It is known to fail on + big endian architectures. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exempi.spec ++++++ --- /var/tmp/diff_new_pack.12JgCC/_old 2025-03-15 16:15:17.466077720 +0100 +++ /var/tmp/diff_new_pack.12JgCC/_new 2025-03-15 16:15:17.466077720 +0100 @@ -1,7 +1,7 @@ # # spec file for package exempi # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -85,8 +85,14 @@ %check %if ! 0%{?qemu_user_space_build} +%ifarch s390x +# testcore test fails on big endian arches since exempi 2.5.2: +# https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/23 +%make_build check || [ "$(grep '^FAIL:' exempi/test-suite.log)" = "FAIL: tests/testcore" ] +%else %make_build check %endif +%endif %post -n libexempi%{sonum} -p /sbin/ldconfig %postun -n libexempi%{sonum} -p /sbin/ldconfig