This commit is contained in:
Quentin Spencer 2007-08-25 02:05:53 +00:00
parent 9497338a7e
commit 5ed749ac5e

View File

@ -1,6 +1,6 @@
Name: suitesparse
Version: 3.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A collection of sparse matrix libraries
Group: System Environment/Libraries
@ -298,6 +298,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/lib*.a
%changelog
* Fri Aug 24 2007 Quentin Spencer <qspencer@users.sourceforge.net> 3.0.0-2
- Rebuild for F8.
* Tue Jul 3 2007 Quentin Spencer <qspencer@users.sourceforge.net> 3.0.0-1
- Change package name to match upstream, including provides and obsoletes.
- New release. Numerous changes in build to reflect source reorganization.