From 5d9d4758d3e0c4c34c793fe85381a88f6ff1a538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Tue, 26 Jan 2016 09:47:51 +0000 Subject: [PATCH] update to 6.500.4 - cleaned spec file: removed %defattr not needed in any supported version of fedora or epel --- .gitignore | 2 +- armadillo.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8d0c22b..6ec3c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ clog -/armadillo-5.600.2.tar.gz +/armadillo-6.500.4.tar.gz diff --git a/armadillo.spec b/armadillo.spec index d574469..3a2e6fc 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,5 +1,5 @@ Name: armadillo -Version: 5.600.2 +Version: 6.500.4 Release: 1%{?dist} Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS @@ -76,12 +76,10 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %{_libdir}/*.so.* %license LICENSE.txt %files devel -%defattr(-,root,root,-) %{_libdir}/*.so %{_includedir}/armadillo %{_includedir}/armadillo_bits/ @@ -92,6 +90,11 @@ rm -rf $RPM_BUILD_ROOT %doc mex_interface %changelog +* Tue Jan 26 2016 José Matos - 6.500.4-1 +- update to 6.500.4 +- cleaned spec file: removed %%defattr not needed in any supported + version of fedora or epel + * Mon Sep 14 2015 José Matos - 5.600.2-1 - update to 5.600.2 diff --git a/sources b/sources index 9d69e1b..ab1a394 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87699237ecb8e4a279f74a2c4a9ab090 armadillo-5.600.2.tar.gz +a39f27197d24b3d25437fab6bb1d118f armadillo-6.500.4.tar.gz