Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openexr for openSUSE:Factory checked in at 2026-04-26 21:10:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openexr (Old) and /work/SRC/openSUSE:Factory/.openexr.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openexr" Sun Apr 26 21:10:57 2026 rev:76 rq:1348360 version:3.4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/openexr/openexr.changes 2026-04-16 18:46:08.411325395 +0200 +++ /work/SRC/openSUSE:Factory/.openexr.new.11940/openexr.changes 2026-04-26 21:12:03.507247209 +0200 @@ -1,0 +2,5 @@ +Mon Apr 20 09:22:38 UTC 2026 - Guillaume GARDET <[email protected]> + +- Disable testLargeDataWindowOffsets on 32-bit arm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openexr.spec ++++++ --- /var/tmp/diff_new_pack.9z5wcH/_old 2026-04-26 21:12:04.159273868 +0200 +++ /var/tmp/diff_new_pack.9z5wcH/_new 2026-04-26 21:12:04.163274031 +0200 @@ -185,6 +185,10 @@ %check # bin tests download test data from internet EXCLUDE_REGEX='OpenEXR.bin' +%ifarch %{arm} +# https://github.com/AcademySoftwareFoundation/openexr/issues/2134#issuecomment-4230839820 +EXCLUDE_REGEX="$EXCLUDE_REGEX|testLargeDataWindowOffsets" +%endif %ifarch ppc64le # bsc#1205885 EXCLUDE_REGEX="$EXCLUDE_REGEX|testMultiTiledPartThreading"
