Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package re2 for openSUSE:Factory checked in at 2022-04-30 00:45:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/re2 (Old) and /work/SRC/openSUSE:Factory/.re2.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "re2" Sat Apr 30 00:45:08 2022 rev:46 rq:973764 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/re2/re2.changes 2022-04-26 20:17:21.908731395 +0200 +++ /work/SRC/openSUSE:Factory/.re2.new.1538/re2.changes 2022-04-30 00:45:51.918968440 +0200 @@ -1,0 +2,10 @@ +Thu Apr 28 20:59:00 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Avoid sporadic failures by setting until-pass on CTest + +------------------------------------------------------------------- +Wed Apr 27 11:43:13 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Disable tests on ARMv6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ re2.spec ++++++ --- /var/tmp/diff_new_pack.y9LPfj/_old 2022-04-30 00:45:52.830969231 +0200 +++ /var/tmp/diff_new_pack.y9LPfj/_new 2022-04-30 00:45:52.834969234 +0200 @@ -20,7 +20,7 @@ %global shortver %(echo %{longver}|sed 's|-||g') %define libname libre2-9 %bcond_with test -%ifnarch s390 s390x riscv64 +%ifnarch s390 s390x riscv64 armv6l armv6hl %bcond_without test %endif Name: re2 @@ -103,7 +103,7 @@ %if %{with test} # Actual functionality tests export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}:LD_LIBRARY_PATH -%ctest +%ctest --repeat until-pass:9 %endif %post -n %{libname} -p /sbin/ldconfig