- Update to version 3.4.0.

This commit is contained in:
Deji Akingunola 2009-06-03 19:32:48 +00:00
parent 3c39e48af5
commit 4e48755a27
3 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
SuiteSparse-3.3.0.tar.gz
SuiteSparse-3.4.0.tar.gz

View File

@ -1 +1 @@
d739811057c301905c99279d87f3f6d4 SuiteSparse-3.3.0.tar.gz
e59dcabc9173b1ba1b3659ae147006b8 SuiteSparse-3.4.0.tar.gz

View File

@ -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 <dakingun@gmail.com> - 3.4.0-1
- Update to version 3.4.0.
* Tue May 19 2009 Milos Jakubicek <xjakub@fi.muni.cz> - 3.3.0-2
- Split documentation into separate -doc subpackage (resolves BZ#492451).