From ccdf05714a0a62337ec294cd74cba1f05af4ae0e Mon Sep 17 00:00:00 2001 From: conrads Date: Wed, 14 Jul 2010 05:51:21 +0000 Subject: [PATCH] updates for Armadillo 0.9.52 --- .cvsignore | 2 +- armadillo.spec | 25 +++++++++++++++++++++++-- sources | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8a94141..feb3fe2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -armadillo-0.9.2.tar.gz +armadillo-0.9.52.tar.gz diff --git a/armadillo.spec b/armadillo.spec index 663738a..0b43424 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo -Version: 0.9.2 -Release: 2%{?dist} +Version: 0.9.52 +Release: 1%{?dist} Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS Group: Development/Libraries @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/ rm -f examples/Makefile.cmake +rm -rf examples/example1_win32 +rm -rf examples/example2_win32 +rm -rf examples/lib_win32 cp -r LICENSE.txt licenses README.txt index.html examples docs_user docs_tech $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/ %clean @@ -98,6 +101,24 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/%{name}-%{version}/docs_tech/ %changelog +* Wed Jul 14 2010 Conrad Sanderson - 0.9.52-1 +- spec updated for Armadillo 0.9.52 + +* Wed Jul 07 2010 Conrad Sanderson - 0.9.50-1 +- spec updated for Armadillo 0.9.50 + +* Wed Jun 02 2010 Conrad Sanderson - 0.9.10-1 +- spec updated for Armadillo 0.9.10 + +* Fri May 14 2010 Conrad Sanderson - 0.9.8-1 +- spec updated for Armadillo 0.9.8 + +* Tue Apr 28 2010 Conrad Sanderson - 0.9.6-1 +- spec updated for Armadillo 0.9.6 + +* Tue Mar 16 2010 Conrad Sanderson - 0.9.4-1 +- spec updated for Armadillo 0.9.4 + * Tue Mar 02 2010 Conrad Sanderson - 0.9.2-2 - added explicit dependencies to the devel package diff --git a/sources b/sources index f15a71e..3576a6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1339cbb67b72d8aeab9d611c6f0e6c8c armadillo-0.9.2.tar.gz +724dbf6a02bba571cae00df5f68e57ff armadillo-0.9.52.tar.gz