diff --git a/armadillo-9.600.6.tar.xz b/armadillo-10.7.4.tar.xz similarity index 37% rename from armadillo-9.600.6.tar.xz rename to armadillo-10.7.4.tar.xz index cf560614be3e3f82568db7b17c44cd66f9a0953d..deee70c7a065e8937231cee8fea91ba255a414db 100644 Binary files a/armadillo-9.600.6.tar.xz and b/armadillo-10.7.4.tar.xz differ diff --git a/armadillo.spec b/armadillo.spec index 5e2c0e88b0c10410216c1b10aff3f0227e39237e..b3a4a97c7c84c246c0310d9341cfc3e8c6986b2d 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