Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package librsb for openSUSE:Factory checked 
in at 2022-07-19 17:19:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librsb (Old)
 and      /work/SRC/openSUSE:Factory/.librsb.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librsb"

Tue Jul 19 17:19:18 2022 rev:7 rq:989632 version:1.3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/librsb/librsb.changes    2022-04-21 
15:49:21.440361017 +0200
+++ /work/SRC/openSUSE:Factory/.librsb.new.1523/librsb.changes  2022-07-19 
17:19:19.612363838 +0200
@@ -1,0 +2,9 @@
+Sat Jul 16 20:13:42 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.3.0.1
+  * rsb.h: additional input checks in rsb_mtx_rndr().
+  * rsb.hpp: additional input checks in the C++ wrappers.
+  * No more unaligned memory access with `rsbench
+    --read-performance-record` (fix for armhf,sparc64 architectures).
+
+-------------------------------------------------------------------

Old:
----
  librsb-1.3.0.0.tar.gz

New:
----
  librsb-1.3.0.1.tar.gz
  librsb-1.3.0.1.tar.gz.asc
  librsb.keyring

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

Other differences:
------------------
++++++ librsb.spec ++++++
--- /var/tmp/diff_new_pack.oTpOq8/_old  2022-07-19 17:19:20.360364835 +0200
+++ /var/tmp/diff_new_pack.oTpOq8/_new  2022-07-19 17:19:20.360364835 +0200
@@ -18,7 +18,7 @@
 
 Name:           librsb
 %define lname  librsb0
-Version:        1.3.0.0
+Version:        1.3.0.1
 Release:        0
 Summary:        Shared memory parallel sparse matrix and sparse BLAS library
 License:        LGPL-3.0-or-later
@@ -26,6 +26,8 @@
 URL:            http://librsb.sf.net/
 
 Source:         http://downloads.sf.net/%name/%name-%version.tar.gz
+Source2:        http://downloads.sf.net/%name/%name-%version.tar.gz.asc
+Source9:        %name.keyring
 Patch1:         pun.diff
 Patch2:         reproducible.patch
 BuildRequires:  automake
@@ -77,7 +79,7 @@
 # meminfo chosen for smaller machines too
 %configure --docdir="%_docdir/%name" --disable-static CFLAGS="%optflags 
-Wno-unused" \
     --with-memhinfo=L3:16/64/8192K,L2:16/64/2048K,L1:8/64/16K
-%make_build
+%make_build -j1
 
 %install
 %make_install

++++++ librsb-1.3.0.0.tar.gz -> librsb-1.3.0.1.tar.gz ++++++
++++ 218365 lines of diff (skipped)

++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.oTpOq8/_old  2022-07-19 17:19:23.164368573 +0200
+++ /var/tmp/diff_new_pack.oTpOq8/_new  2022-07-19 17:19:23.168368579 +0200
@@ -12,27 +12,25 @@
  configure.ac |    2 ++
  2 files changed, 4 insertions(+)
 
-Index: librsb-1.3.0.0/configure
+Index: librsb-1.3.0.1/configure
 ===================================================================
---- librsb-1.3.0.0.orig/configure
-+++ librsb-1.3.0.0/configure
-@@ -25647,9 +25647,11 @@ cat >>confdefs.h <<_ACEOF
- _ACEOF
+--- librsb-1.3.0.1.orig/configure
++++ librsb-1.3.0.1/configure
+@@ -27208,7 +27208,9 @@ printf "%s\n" "#define RSB_WANT_IO_LEVEL
+ printf "%s\n" "#define RSB_USER_SET_MEM_HIERARCHY_INFO 
\"$RSB_USER_SET_MEM_HIERARCHY_INFO\"" >>confdefs.h
  
  
 +if test "x$memhinfo" = x; then
- cat >>confdefs.h <<_ACEOF
- #define RSB_DETECTED_MEM_HIERARCHY_INFO "$RSB_DETECTED_MEM_HIERARCHY_INFO"
- _ACEOF
+ printf "%s\n" "#define RSB_DETECTED_MEM_HIERARCHY_INFO 
\"$RSB_DETECTED_MEM_HIERARCHY_INFO\"" >>confdefs.h
 +fi
  
  
- cat >>confdefs.h <<_ACEOF
-Index: librsb-1.3.0.0/configure.ac
+ printf "%s\n" "#define RSB_CONST_MAX_SUPPORTED_THREADS 
$RSB_CONST_MAX_SUPPORTED_THREADS" >>confdefs.h
+Index: librsb-1.3.0.1/configure.ac
 ===================================================================
---- librsb-1.3.0.0.orig/configure.ac
-+++ librsb-1.3.0.0/configure.ac
-@@ -538,7 +538,9 @@ if test "x${detected_memhinfo}" = x -a "
+--- librsb-1.3.0.1.orig/configure.ac
++++ librsb-1.3.0.1/configure.ac
+@@ -627,7 +627,9 @@ if test "x${detected_memhinfo}" = x -a "
    memhinfo="${FALLBACK_MEM_HIERARCHY_INFO}"
  fi
  AC_SUBST([RSB_USER_SET_MEM_HIERARCHY_INFO],"${memhinfo}")

Reply via email to