Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2022-12-09 13:16:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openexr (Old)
 and      /work/SRC/openSUSE:Factory/.openexr.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openexr"

Fri Dec  9 13:16:46 2022 rev:53 rq:1041642 version:3.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2022-11-08 
10:53:13.045337041 +0100
+++ /work/SRC/openSUSE:Factory/.openexr.new.1835/openexr.changes        
2022-12-09 13:16:53.058715882 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 14:07:02 UTC 2022 - pgaj...@suse.com
+
+- skip testMultiTiledPartThreading for ppc64le [bsc#1205885]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openexr.spec ++++++
--- /var/tmp/diff_new_pack.3Yxnpw/_old  2022-12-09 13:16:53.622718878 +0100
+++ /var/tmp/diff_new_pack.3Yxnpw/_new  2022-12-09 13:16:53.626718898 +0100
@@ -168,7 +168,11 @@
 %global __ctest %{__ctest} --timeout 3600
 %ctest
 %else
-%ctest --timeout 3600
+%ifarch ppc64le
+# bsc#1205885
+EXCLUDE_REGEX='testMultiTiledPartThreading'
+%endif
+%ctest --exclude-regex "$EXCLUDE_REGEX" --timeout 3600
 %endif
 %endif
 

Reply via email to