diff --git a/.cvsignore b/.cvsignore index 3b4c813..3ced2d0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SuiteSparse-3.3.0.tar.gz +SuiteSparse-3.4.0.tar.gz diff --git a/sources b/sources index 05bd7ff..1e4f6df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d739811057c301905c99279d87f3f6d4 SuiteSparse-3.3.0.tar.gz +e59dcabc9173b1ba1b3659ae147006b8 SuiteSparse-3.4.0.tar.gz diff --git a/suitesparse.spec b/suitesparse.spec index 1002786..3fca64e 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -1,6 +1,6 @@ Name: suitesparse -Version: 3.3.0 -Release: 2%{?dist} +Version: 3.4.0 +Release: 1%{?dist} Summary: A collection of sparse matrix libraries Group: System Environment/Libraries @@ -96,9 +96,9 @@ This package contains documentation files for %{name}. %define klu_version_major 1 %define ldl_version 2.0.1 %define ldl_version_major 2 -%define umfpack_version 5.3.0 +%define umfpack_version 5.4.0 %define umfpack_version_major 5 -%define spqr_version 1.1.1 +%define spqr_version 1.1.2 %define spqr_version_major 1 ### CHOLMOD can also be compiled to use the METIS library, but it is not ### used here because its licensing terms exclude it from Fedora Extras. @@ -364,6 +364,9 @@ rm -rf ${RPM_BUILD_ROOT} %doc Doc/* %changelog +* Thu May 27 2009 Deji Akingunola - 3.4.0-1 +- Update to version 3.4.0. + * Tue May 19 2009 Milos Jakubicek - 3.3.0-2 - Split documentation into separate -doc subpackage (resolves BZ#492451).