From ab8435d0a815419dc99f4f8b4f82bfe3c8e3f7ee Mon Sep 17 00:00:00 2001 From: conrads Date: Tue, 2 Mar 2010 06:51:52 +0000 Subject: [PATCH] update to 0.9.2 --- .cvsignore | 2 +- armadillo.spec | 29 +++++++++++++++++++++++++---- import.log | 1 + sources | 2 +- 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index c875b0e..8a94141 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -armadillo-0.6.12.tar.gz +armadillo-0.9.2.tar.gz diff --git a/armadillo.spec b/armadillo.spec index 1065cec..663738a 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -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 - 0.9.2-2 +- added explicit dependencies to the devel package + +* Tue Mar 02 2010 Conrad Sanderson - 0.9.2-1 +- spec updated for Armadillo 0.9.2 + +* Fri Feb 05 2010 Conrad Sanderson - 0.9.0-1 +- spec updated for Armadillo 0.9.0 + +* Mon Jan 27 2010 Conrad Sanderson - 0.8.2-1 +- spec updated for Armadillo 0.8.2 + +* Mon Dec 14 2009 Conrad Sanderson - 0.8.0-1 +- spec updated for Armadillo 0.8.0 + +* Fri Oct 23 2009 Conrad Sanderson - 0.7.2-1 +- spec updated for Armadillo 0.7.2 + +* Mon Oct 05 2009 Conrad Sanderson - 0.7.0-1 +- spec updated for Armadillo 0.7.0 + * Fri Jul 24 2009 Fedora Release Engineering - 0.6.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/import.log b/import.log index cd4f788..c6c01b8 100644 --- a/import.log +++ b/import.log @@ -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 diff --git a/sources b/sources index 7f37d10..f15a71e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -810a4f6cc540d2f3c0aebaea6e896816 armadillo-0.6.12.tar.gz +1339cbb67b72d8aeab9d611c6f0e6c8c armadillo-0.9.2.tar.gz