Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librsb for openSUSE:Factory checked in at 2023-11-03 22:19:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsb (Old) and /work/SRC/openSUSE:Factory/.librsb.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsb" Fri Nov 3 22:19:51 2023 rev:8 rq:1122957 version:1.3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/librsb/librsb.changes 2022-07-19 17:19:19.612363838 +0200 +++ /work/SRC/openSUSE:Factory/.librsb.new.17445/librsb.changes 2023-11-03 22:20:13.196215048 +0100 @@ -1,0 +2,7 @@ +Mon Feb 6 15:48:31 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 1.3.0.2 + * rsb_coo_sort: fix crash on nr==0 (now will silently accept). + * Fix a format error on long indices on 32-bit architectures. + +------------------------------------------------------------------- Old: ---- librsb-1.3.0.1.tar.gz librsb-1.3.0.1.tar.gz.asc New: ---- librsb-1.3.0.2.tar.gz librsb-1.3.0.2.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsb.spec ++++++ --- /var/tmp/diff_new_pack.za2gOr/_old 2023-11-03 22:20:14.024245508 +0100 +++ /var/tmp/diff_new_pack.za2gOr/_new 2023-11-03 22:20:14.024245508 +0100 @@ -1,7 +1,7 @@ # # spec file for package librsb # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: librsb %define lname librsb0 -Version: 1.3.0.1 +Version: 1.3.0.2 Release: 0 Summary: Shared memory parallel sparse matrix and sparse BLAS library License: LGPL-3.0-or-later ++++++ librsb-1.3.0.1.tar.gz -> librsb-1.3.0.2.tar.gz ++++++ ++++ 188845 lines of diff (skipped) ++++++ pun.diff ++++++ --- /var/tmp/diff_new_pack.za2gOr/_old 2023-11-03 22:20:16.060320406 +0100 +++ /var/tmp/diff_new_pack.za2gOr/_new 2023-11-03 22:20:16.064320553 +0100 @@ -9,11 +9,11 @@ rsb_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -Index: librsb-1.2.0-rc6/rsb_types.h +Index: librsb-1.3.0.2/rsb_types.h =================================================================== ---- librsb-1.2.0-rc6.orig/rsb_types.h -+++ librsb-1.2.0-rc6/rsb_types.h -@@ -375,10 +375,10 @@ extern "C" { +--- librsb-1.3.0.2.orig/rsb_types.h ++++ librsb-1.3.0.2/rsb_types.h +@@ -379,10 +379,10 @@ extern "C" { switch(TYPE) \ { \ /* supported (double,float,float complex,double complex) */ \ ++++++ reproducible.patch ++++++ --- /var/tmp/diff_new_pack.za2gOr/_old 2023-11-03 22:20:16.072320848 +0100 +++ /var/tmp/diff_new_pack.za2gOr/_new 2023-11-03 22:20:16.076320994 +0100 @@ -12,25 +12,27 @@ configure.ac | 2 ++ 2 files changed, 4 insertions(+) -Index: librsb-1.3.0.1/configure +Index: librsb-1.3.0.2/configure =================================================================== ---- 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 +--- librsb-1.3.0.2.orig/configure ++++ librsb-1.3.0.2/configure +@@ -26175,9 +26175,11 @@ cat >>confdefs.h <<_ACEOF + _ACEOF +if test "x$memhinfo" = x; then - printf "%s\n" "#define RSB_DETECTED_MEM_HIERARCHY_INFO \"$RSB_DETECTED_MEM_HIERARCHY_INFO\"" >>confdefs.h + cat >>confdefs.h <<_ACEOF + #define RSB_DETECTED_MEM_HIERARCHY_INFO "$RSB_DETECTED_MEM_HIERARCHY_INFO" + _ACEOF +fi - printf "%s\n" "#define RSB_CONST_MAX_SUPPORTED_THREADS $RSB_CONST_MAX_SUPPORTED_THREADS" >>confdefs.h -Index: librsb-1.3.0.1/configure.ac + cat >>confdefs.h <<_ACEOF +Index: librsb-1.3.0.2/configure.ac =================================================================== ---- 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 " +--- librsb-1.3.0.2.orig/configure.ac ++++ librsb-1.3.0.2/configure.ac +@@ -632,7 +632,9 @@ if test "x${detected_memhinfo}" = x -a " memhinfo="${FALLBACK_MEM_HIERARCHY_INFO}" fi AC_SUBST([RSB_USER_SET_MEM_HIERARCHY_INFO],"${memhinfo}")