update to 6.500.4

- cleaned spec file: removed %defattr not needed in any supported
  version of fedora or epel
epel9
José Matos 9 years ago
parent 0a06eb93c5
commit 5d9d4758d3

2
.gitignore vendored

@ -1,2 +1,2 @@
clog clog
/armadillo-5.600.2.tar.gz /armadillo-6.500.4.tar.gz

@ -1,5 +1,5 @@
Name: armadillo Name: armadillo
Version: 5.600.2 Version: 6.500.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
@ -76,12 +76,10 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-)
%{_libdir}/*.so.* %{_libdir}/*.so.*
%license LICENSE.txt %license LICENSE.txt
%files devel %files devel
%defattr(-,root,root,-)
%{_libdir}/*.so %{_libdir}/*.so
%{_includedir}/armadillo %{_includedir}/armadillo
%{_includedir}/armadillo_bits/ %{_includedir}/armadillo_bits/
@ -92,6 +90,11 @@ rm -rf $RPM_BUILD_ROOT
%doc mex_interface %doc mex_interface
%changelog %changelog
* Tue Jan 26 2016 José Matos <jamatos@fedoraproject.org> - 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 <jamatos@fedoraproject.org> - 5.600.2-1 * Mon Sep 14 2015 José Matos <jamatos@fedoraproject.org> - 5.600.2-1
- update to 5.600.2 - update to 5.600.2

@ -1 +1 @@
87699237ecb8e4a279f74a2c4a9ab090 armadillo-5.600.2.tar.gz a39f27197d24b3d25437fab6bb1d118f armadillo-6.500.4.tar.gz

Loading…
Cancel
Save