diff --git a/armadillo-10.7.4.tar.xz b/armadillo-10.7.4.tar.xz new file mode 100644 index 0000000..deee70c Binary files /dev/null and b/armadillo-10.7.4.tar.xz differ diff --git a/armadillo-9.600.6.tar.xz b/armadillo-9.600.6.tar.xz deleted file mode 100644 index cf56061..0000000 Binary files a/armadillo-9.600.6.tar.xz and /dev/null differ diff --git a/armadillo.spec b/armadillo.spec index 5e2c0e8..b3a4a97 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo -Version: 9.600.6 -Release: 5 +Version: 10.7.4 +Release: 1 Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 URL: http://arma.sourceforge.net/ @@ -48,7 +48,7 @@ rm -rf examples/lib_win64 /sbin/ldconfig %files -%{_libdir}/libarmadillo.so.9* +%{_libdir}/libarmadillo.so.10* %license LICENSE.txt NOTICE.txt %files devel @@ -62,9 +62,12 @@ rm -rf examples/lib_win64 %doc README.md index.html docs.html mex_interface %doc examples armadillo_icon.png %doc armadillo_nicta_2010.pdf rcpp_armadillo_csda_2014.pdf -%doc armadillo_joss_2016.pdf armadillo_mca_2019.pdf +%doc armadillo_joss_2016.pdf %changelog +* Fri Jan 21 2022 SimpleUpdate Robot - 10.7.4-1 +- Upgrade to version 10.7.4 + * Mon May 31 2021 baizhonggui - 9.600.6-5 - Add gcc-g++ in BuildRequires