From 6a9ea624a35f1a6ddcc103920ef2a92a55758cd30f751bf31fdd910a5474411c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 26 Dec 2017 14:14:25 +0000 Subject: [PATCH] librsb-1.2.0~rc7 OBS-URL: https://build.opensuse.org/package/show/science/librsb?expand=0&rev=7 --- librsb-1.2.0-rc6.tar.gz | 3 --- librsb-1.2.0-rc7.tar.gz | 3 +++ librsb.changes | 16 ++++++++++++++++ librsb.spec | 10 +++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 librsb-1.2.0-rc6.tar.gz create mode 100644 librsb-1.2.0-rc7.tar.gz diff --git a/librsb-1.2.0-rc6.tar.gz b/librsb-1.2.0-rc6.tar.gz deleted file mode 100644 index 4cdffd7..0000000 --- a/librsb-1.2.0-rc6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:136a3aea20c5f10550cbe2b4363ec26cd25c140eae7f733901143f20ad5f1114 -size 2223751 diff --git a/librsb-1.2.0-rc7.tar.gz b/librsb-1.2.0-rc7.tar.gz new file mode 100644 index 0000000..6854d79 --- /dev/null +++ b/librsb-1.2.0-rc7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ac0ab07ba9ea02028dfe18c0401c6c5831bbb1f05b59256133a5b27c674a8c +size 2223136 diff --git a/librsb.changes b/librsb.changes index 7620fe0..72b5d8d 100644 --- a/librsb.changes +++ b/librsb.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 26 14:10:41 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 1.2.0~rc7 + * bugfix: rsb_spmv/rsb_spmm/BLAS_cusmv/BLAS_zusmv/BLAS_cusmm/ + BLAS_zusmm could compute wrong values on complex hermitian + matrices if rhs imaginary part non null. + * bugfix: complex conjugated transpose + rsb_spsv/rsb_spsm/BLAS_cussv/BLAS_zussv/BLAS_cussm/BLAS_zussm + could compute wrong values if rhs imaginary part non null. + * bugfix: rsb_sppsp/rsb_mtx_clone would compute scaled + conjugate of complex matrices wrong if alpha imaginary part + non null. + * might detect a forgotten rsb_lib_init() at first matrix + allocation and return an error. + ------------------------------------------------------------------- Sat Apr 29 23:53:40 UTC 2017 - jengelh@inai.de diff --git a/librsb.spec b/librsb.spec index c9fefaa..42556f5 100644 --- a/librsb.spec +++ b/librsb.spec @@ -1,7 +1,7 @@ # # spec file for package librsb # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ Name: librsb %define lname librsb0 -%define rversion 1.2.0-rc6 -Version: 1.2.0~rc6 +%define rversion 1.2.0-rc7 +Version: 1.2.0~rc7 Release: 0 Summary: Shared memory parallel sparse matrix and sparse BLAS library License: LGPL-3.0+ Group: Productivity/Scientific/Math -URL: http://librsb.sf.net/ +Url: http://librsb.sf.net/ Source: http://downloads.sf.net/%name/%name-%rversion.tar.gz Patch1: pun.diff @@ -32,7 +32,7 @@ BuildRequires: fdupes BuildRequires: gcc-fortran BuildRequires: gsl-devel BuildRequires: zlib-devel -BuildRoot: %_tmppath/%name-%version-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description librsb is a library for sparse matrix computations featuring the