Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package blis for openSUSE:Factory checked in 
at 2026-08-27 18:52:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blis (Old)
 and      /work/SRC/openSUSE:Factory/.blis.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blis"

Thu Aug 27 18:52:38 2026 rev:5 rq:1373908 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/blis/blis.changes        2025-07-21 
20:00:43.780157821 +0200
+++ /work/SRC/openSUSE:Factory/.blis.new.1265/blis.changes      2026-08-27 
18:55:43.907721996 +0200
@@ -1,0 +2,8 @@
+Wed Aug 26 18:32:08 UTC 2026 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.1:
+  * Too many to list, see
+    https://github.com/flame/blis/releases/tag/2.1
+- Disable %check section for aarch64 until test failure is fixed.
+
+-------------------------------------------------------------------

Old:
----
  blis-2.0.tar.gz

New:
----
  blis-2.1.tar.gz

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

Other differences:
------------------
++++++ blis.spec ++++++
--- /var/tmp/diff_new_pack.8tKFbV/_old  2026-08-27 18:55:44.910758642 +0200
+++ /var/tmp/diff_new_pack.8tKFbV/_new  2026-08-27 18:55:44.912758715 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package blis
 #
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -31,7 +31,7 @@
 %define sover 4
 %define shlib lib%{name}%{sover}
 Name:           blis
-Version:        2.0
+Version:        2.1
 Release:        0
 Summary:        BLAS-like Library Instantiation Software Framework
 License:        BSD-3-Clause
@@ -113,9 +113,12 @@
 
 %fdupes %{buildroot}%{_datadir}/blis/
 
+%ifnarch %{arm64}
+# Tests fail on aarch64
 %check
 pushd testsuite
 ./test_libblis.x
+%endif
 
 %ldconfig_scriptlets -n %{shlib}
 

++++++ blis-2.0.tar.gz -> blis-2.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/blis/blis-2.0.tar.gz 
/work/SRC/openSUSE:Factory/.blis.new.1265/blis-2.1.tar.gz differ: char 13, line 
1

++++++ blis-gcc15-disable-slp-tree-vectorization.patch ++++++
--- /var/tmp/diff_new_pack.8tKFbV/_old  2026-08-27 18:55:44.959760432 +0200
+++ /var/tmp/diff_new_pack.8tKFbV/_new  2026-08-27 18:55:44.962760542 +0200
@@ -19,12 +19,12 @@
  kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16n.c | 7 +++++++
  5 files changed, 29 insertions(+)
 
-Index: blis-2.0/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8m.c
+Index: blis-2.1/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8m.c
 ===================================================================
---- blis-2.0.orig/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8m.c
-+++ blis-2.0/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8m.c
-@@ -40,6 +40,13 @@
- #pragma GCC optimize("-fno-tree-slp-vectorize")
+--- blis-2.1.orig/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8m.c
++++ blis-2.1/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8m.c
+@@ -39,6 +39,13 @@
+ #pragma GCC optimize("-fno-tree-vectorize")
  #endif
  
 +// This avoids a known issue with GCC15 ("error: bp cannot be used in asm 
here", #845).
@@ -37,12 +37,12 @@
  #include "blis.h"
  
  #define BLIS_ASM_SYNTAX_ATT
-Index: blis-2.0/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8n.c
+Index: blis-2.1/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8n.c
 ===================================================================
---- blis-2.0.orig/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8n.c
-+++ blis-2.0/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8n.c
-@@ -40,6 +40,13 @@
- #pragma GCC optimize("-fno-tree-slp-vectorize")
+--- blis-2.1.orig/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8n.c
++++ blis-2.1/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_d6x8n.c
+@@ -39,6 +39,13 @@
+ #pragma GCC optimize("-fno-tree-vectorize")
  #endif
  
 +// This avoids a known issue with GCC15 ("error: bp cannot be used in asm 
here", #845).
@@ -55,12 +55,12 @@
  #include "blis.h"
  
  #define BLIS_ASM_SYNTAX_ATT
-Index: blis-2.0/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16m.c
+Index: blis-2.1/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16m.c
 ===================================================================
---- blis-2.0.orig/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16m.c
-+++ blis-2.0/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16m.c
-@@ -40,6 +40,13 @@
- #pragma GCC optimize("-fno-tree-slp-vectorize")
+--- blis-2.1.orig/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16m.c
++++ blis-2.1/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16m.c
+@@ -39,6 +39,13 @@
+ #pragma GCC optimize("-fno-tree-vectorize")
  #endif
  
 +// This avoids a known issue with GCC15 ("error: bp cannot be used in asm 
here", #845).
@@ -73,12 +73,12 @@
  #include "blis.h"
  
  #define BLIS_ASM_SYNTAX_ATT
-Index: blis-2.0/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16n.c
+Index: blis-2.1/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16n.c
 ===================================================================
---- blis-2.0.orig/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16n.c
-+++ blis-2.0/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16n.c
-@@ -40,6 +40,13 @@
- #pragma GCC optimize("-fno-tree-slp-vectorize")
+--- blis-2.1.orig/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16n.c
++++ blis-2.1/kernels/haswell/3/sup/bli_gemmsup_rv_haswell_asm_s6x16n.c
+@@ -39,6 +39,13 @@
+ #pragma GCC optimize("-fno-tree-vectorize")
  #endif
  
 +// This avoids a known issue with GCC15 ("error: bp cannot be used in asm 
here", #845).

Reply via email to