update to 5.300.4

- add %license tag
This commit is contained in:
José Matos 2015-08-03 13:31:18 +01:00
parent e64f838e6c
commit 6c824c10fb
3 changed files with 9 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,3 +1,2 @@
clog clog
/armadillo-4.650.2.tar.gz /armadillo-5.300.4.tar.gz
/armadillo-5.200.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: armadillo Name: armadillo
Version: 5.200.2 Version: 5.300.4
Release: 2%{?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
Group: Development/Libraries Group: Development/Libraries
@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/*.so.* %{_libdir}/*.so.*
%doc LICENSE.txt %license LICENSE.txt
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -92,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
%doc mex_interface %doc mex_interface
%changelog %changelog
* Mon Aug 3 2015 José Matos <jamatos@fedoraproject.org> - 5.300.4-1
- update to 5.300.4
- add %%license tag
* Fri Jul 3 2015 José Matos <jamatos@fedoraproject.org> - 5.200.2-2 * Fri Jul 3 2015 José Matos <jamatos@fedoraproject.org> - 5.200.2-2
- add requires:SuperLU-devel to -devel subpackage - add requires:SuperLU-devel to -devel subpackage

View File

@ -1 +1 @@
ef57ba4c473a3b67c672441a7face09e armadillo-5.200.2.tar.gz 2182aaeffdd3b97afcecad454114a406 armadillo-5.300.4.tar.gz