Hello community,

here is the log from the commit of package suitesparse for openSUSE:Factory 
checked in at 2015-01-21 21:54:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suitesparse (Old)
 and      /work/SRC/openSUSE:Factory/.suitesparse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suitesparse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2014-11-15 
12:28:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.suitesparse.new/suitesparse.changes     
2015-01-21 21:54:30.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Jan 20 19:27:14 UTC 2015 - f...@grueninger.de
+
+- Update to version 4.4.3
+  + CHOLMOD 3.0.5: minor bug fix to MatrixOps/cholmod_symmetry
+- Update to version 4.4.2
+  + CHOLMOD 3.0.4: serious bug fix in supernodal factorization,
+       introduced in CHOLMOD 3.0.0 (SuiteSparse 4.3.0).  Can cause segfault,
+       and has no user workaround.
+- Upstream SuiteSparse preferes OpenBLAS, added patch
+    blas-instead-of-openblas-SuiteSparse_config_mk.patch
+  to use BLAS as SuiteSparse 4.4.1 did
+
+-------------------------------------------------------------------

Old:
----
  SuiteSparse-4.4.1.tar.gz

New:
----
  SuiteSparse-4.4.3.tar.gz
  blas-instead-of-openblas-SuiteSparse_config_mk.patch

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

Other differences:
------------------
++++++ suitesparse.spec ++++++
--- /var/tmp/diff_new_pack.eXTwjB/_old  2015-01-21 21:54:32.000000000 +0100
+++ /var/tmp/diff_new_pack.eXTwjB/_new  2015-01-21 21:54:32.000000000 +0100
@@ -20,12 +20,13 @@
 Summary:        A collection of sparse matrix libraries
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          Development/Libraries
-Version:        4.4.1
+Version:        4.4.3
 Release:        0
 Url:            http://www.cise.ufl.edu/research/sparse/SuiteSparse
 Source:         SuiteSparse-%{version}.tar.gz
 Source2:        %{name}-rpmlintrc
 Patch0:         no-removal-of-suitesparse_config-output.patch
+Patch1:         blas-instead-of-openblas-SuiteSparse_config_mk.patch
 Patch775418:    bnc775418-enable-SuiteSparse_time-symbol.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  blas-devel
@@ -42,8 +43,8 @@
 %define ccolamdso   2_9_1
 %define colamdver   2.9.1
 %define colamdso    2_9_1
-%define cholmodver  3.0.3
-%define cholmodso   3_0_3
+%define cholmodver  3.0.5
+%define cholmodso   3_0_5
 %define csparsever  3.1.4
 %define csparseso   3_1_4
 %define cxsparsever 3.1.4
@@ -60,8 +61,8 @@
 %define umfpackso   5_7_1
 # Your need define even it's just the same as main package
 # or the %%build loop will override %%version with umfpack's version.
-%define configver   4.4.1
-%define configso    4_4_1
+%define configver   4.4.3
+%define configso    4_4_3
 %define amdlib      libamd-%{amdso}
 %define btflib      libbtf-%{btfso}
 %define camdlib     libcamd-%{camdso}
@@ -432,6 +433,7 @@
 rm -rf SPQR/Doc/spqr.pdf
 # bnc#775418
 %patch0 -p1
+%patch1 -p1
 %patch775418 -p1
 
 %build

++++++ SuiteSparse-4.4.1.tar.gz -> SuiteSparse-4.4.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/suitesparse/SuiteSparse-4.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.suitesparse.new/SuiteSparse-4.4.3.tar.gz differ: 
char 5, line 1

++++++ blas-instead-of-openblas-SuiteSparse_config_mk.patch ++++++
--- SuiteSparse.4.4.3/SuiteSparse_config/SuiteSparse_config.mk  2015-01-20 
00:46:25.000000000 +0100
+++ SuiteSparse.4.4.1/SuiteSparse_config/SuiteSparse_config.mk  2014-10-23 
22:57:40.000000000 +0200
@@ -119,7 +119,7 @@
 # naming the BLAS and LAPACK library (*.a or *.so) files.
 
 # This is probably slow ... it might connect to the Standard Reference BLAS:
-# BLAS = -lblas -lgfortran
+  BLAS = -lblas -lgfortran
   LAPACK = -llapack
 
 # MKL 
@@ -131,7 +131,7 @@
 # LAPACK =
 
 # OpenBLAS
-  BLAS = -lopenblas
+# BLAS = -lopenblas
 # LAPACK = 
 
 # NOTE: this next option for the "Goto BLAS" has nothing to do with a "goto"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to