diff --git a/.gitignore b/.gitignore index 305854f..9053ed9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ armadillo-0.9.52.tar.gz /armadillo-2.2.3.tar.gz /armadillo-3.2.4.tar.gz /armadillo-3.4.4.tar.gz +/armadillo-3.6.0.tar.gz diff --git a/armadillo.spec b/armadillo.spec index d9c464e..d3c34ed 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,5 +1,5 @@ Name: armadillo -Version: 3.4.4 +Version: 3.6.0 Release: 1%{?dist} Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc examples armadillo_icon.png armadillo_nicta_2010.pdf %changelog +* Sat Dec 8 2012 José Matos - 3.6.0-1 +- Update to latest stable release + * Mon Dec 3 2012 José Matos - 3.4.4-1 - Update to latest stable release - Clean the spec files (documentation has a special treatment with rpm) diff --git a/sources b/sources index 57fb29b..10e0f16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93a45131f8e5ee6393d962f33fdc92a6 armadillo-3.4.4.tar.gz +7664afea04c6df1e35840552ef925dfb armadillo-3.6.0.tar.gz