Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openblas for openSUSE:Factory 
checked in at 2026-05-16 19:23:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openblas (Old)
 and      /work/SRC/openSUSE:Factory/.openblas.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openblas"

Sat May 16 19:23:59 2026 rev:76 rq:1353421 version:0.3.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/openblas/openblas.changes        2026-04-30 
20:26:12.544533214 +0200
+++ /work/SRC/openSUSE:Factory/.openblas.new.1966/openblas.changes      
2026-05-16 19:24:27.609877631 +0200
@@ -1,0 +2,5 @@
+Mon May 11 15:23:19 UTC 2026 - Andreas Schwab <[email protected]>
+
+- Run test_sbgemm only if it was built
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openblas.spec ++++++
--- /var/tmp/diff_new_pack.szqLgx/_old  2026-05-16 19:24:30.169982406 +0200
+++ /var/tmp/diff_new_pack.szqLgx/_new  2026-05-16 19:24:30.173982570 +0200
@@ -1,8 +1,7 @@
 #
 # spec file for package openblas
 #
-# Copyright (c) 2026 SUSE LLC
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ openblas_tests.sh.in ++++++
--- /var/tmp/diff_new_pack.szqLgx/_old  2026-05-16 19:24:30.682003361 +0200
+++ /var/tmp/diff_new_pack.szqLgx/_new  2026-05-16 19:24:30.718004835 +0200
@@ -28,8 +28,9 @@
     grep -q FATAL CBLAT2.SUMM && cat CBLAT2.SUMM || true
     ${dir}/zblat2 < ${dir}/zblat2.dat || echo failed zblat2
     grep -q FATAL ZBLAT2.SUMM && cat ZBLAT2.SUMM || true
-    ${dir}/test_sbgemm > SBBLAT3.SUMM || failed test_sbgemm
-    grep -q FATAL SBBLAT3.SUMM && cat SBBLAT3.SUMM || true
+    [ -x ${dir}/test_sbgemm ] &&
+        { ${dir}/test_sbgemm > SBBLAT3.SUMM || failed test_sbgemm
+          grep -q FATAL SBBLAT3.SUMM && cat SBBLAT3.SUMM || true; }
     ${dir}/dblat3 < ${dir}/dblat3.dat || failed dblat3
     grep -q FATAL DBLAT3.SUMM && cat DBLAT3.SUMM || true
     ${dir}/cblat3 < ${dir}/cblat3.dat || failed cblat3

Reply via email to