From 6c824c10fb948be42de5252f77d42c66cc4025b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Mon, 3 Aug 2015 13:31:18 +0100 Subject: [PATCH] update to 5.300.4 - add %license tag --- .gitignore | 3 +-- armadillo.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index adbbcd6..b108217 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ clog -/armadillo-4.650.2.tar.gz -/armadillo-5.200.2.tar.gz +/armadillo-5.300.4.tar.gz diff --git a/armadillo.spec b/armadillo.spec index f6e24f4..f3ed044 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo -Version: 5.200.2 -Release: 2%{?dist} +Version: 5.300.4 +Release: 1%{?dist} Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS Group: Development/Libraries @@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_libdir}/*.so.* -%doc LICENSE.txt +%license LICENSE.txt %files devel %defattr(-,root,root,-) @@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT %doc mex_interface %changelog +* Mon Aug 3 2015 José Matos - 5.300.4-1 +- update to 5.300.4 +- add %%license tag + * Fri Jul 3 2015 José Matos - 5.200.2-2 - add requires:SuperLU-devel to -devel subpackage diff --git a/sources b/sources index 1c560e2..e95a022 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef57ba4c473a3b67c672441a7face09e armadillo-5.200.2.tar.gz +2182aaeffdd3b97afcecad454114a406 armadillo-5.300.4.tar.gz