update to 0.9.2

This commit is contained in:
conrads 2010-03-02 06:51:52 +00:00
parent fe8aff19a0
commit ab8435d0a8
4 changed files with 28 additions and 6 deletions

View File

@ -1 +1 @@
armadillo-0.6.12.tar.gz
armadillo-0.9.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: armadillo
Version: 0.6.12
Release: 3%{?dist}
Version: 0.9.2
Release: 2%{?dist}
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
Group: Development/Libraries
@ -8,7 +8,7 @@ License: LGPLv3+
URL: http://arma.sourceforge.net/
Source: http://download.sourceforge.net/arma/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake, boost-devel, lapack-devel, atlas-devel
BuildRequires: cmake, boost-devel, blas-devel, lapack-devel, atlas-devel
%description
Armadillo is a C++ linear algebra library (matrix maths)
@ -30,7 +30,7 @@ than another language like Matlab or Octave.
Summary: Development headers and documentation for the Armadillo C++ library
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: boost-devel, atlas-devel
Requires: boost-devel, blas-devel, lapack-devel, atlas-devel, libstdc++-devel
# The header files of Armadillo include some Boost and ATLAS header files,
# delivered within the boost-devel and atlas-devel sub-packages, respectively.
@ -98,6 +98,27 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}-%{version}/docs_tech/
%changelog
* Tue Mar 02 2010 Conrad Sanderson <conradsand ! ieee ! org> - 0.9.2-2
- added explicit dependencies to the devel package
* Tue Mar 02 2010 Conrad Sanderson <conradsand ! ieee ! org> - 0.9.2-1
- spec updated for Armadillo 0.9.2
* Fri Feb 05 2010 Conrad Sanderson <conradsand ! ieee ! org> - 0.9.0-1
- spec updated for Armadillo 0.9.0
* Mon Jan 27 2010 Conrad Sanderson <conradsand ! ieee ! org> - 0.8.2-1
- spec updated for Armadillo 0.8.2
* Mon Dec 14 2009 Conrad Sanderson <conradsand ! ieee ! org> - 0.8.0-1
- spec updated for Armadillo 0.8.0
* Fri Oct 23 2009 Conrad Sanderson <conradsand ! ieee ! org> - 0.7.2-1
- spec updated for Armadillo 0.7.2
* Mon Oct 05 2009 Conrad Sanderson <conradsand ! ieee ! org> - 0.7.0-1
- spec updated for Armadillo 0.7.0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1,2 @@
armadillo-0_6_12-2_fc10:HEAD:armadillo-0.6.12-2.fc10.src.rpm:1247198478
armadillo-0_9_2-2_fc12:HEAD:armadillo-0.9.2-2.fc12.src.rpm:1267512705

View File

@ -1 +1 @@
810a4f6cc540d2f3c0aebaea6e896816 armadillo-0.6.12.tar.gz
1339cbb67b72d8aeab9d611c6f0e6c8c armadillo-0.9.2.tar.gz