Hello community, here is the log from the commit of package armadillo for openSUSE:Factory checked in at 2018-08-18 00:05:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/armadillo (Old) and /work/SRC/openSUSE:Factory/.armadillo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "armadillo" Sat Aug 18 00:05:02 2018 rev:121 rq:629570 version:9.100.5 Changes: -------- --- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes 2018-05-29 10:28:20.741211602 +0200 +++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2018-08-18 00:05:03.975248293 +0200 @@ -1,0 +2,19 @@ +Thu Aug 16 06:36:12 UTC 2018 - [email protected] + +- Update to version 9.100.5: + + Faster handling of symmetric/hermitian positive definite + matrices by solve(). + + Faster handling of inv_sympd() in compound expressions. + + Added .is_symmetric(). + + Added .is_hermitian(). + + Expanded spsolve() to optionally allow keeping solutions of + systems singular to working precision. + + New configuration options ARMA_OPTIMISE_SOLVE_BAND and + ARMA_OPTIMISE_SOLVE_SYMPD. + + Smarter use of the element cache in sparse matrices. +- Pass a more robust regexp to sed for fixing end-of-line encoding + changes. +- Update shlib package name in keeping with upstream versioning. +- Use %%license instead of %%doc to install license file. + +------------------------------------------------------------------- Old: ---- armadillo-8.500.1.tar.xz New: ---- armadillo-9.100.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ armadillo.spec ++++++ --- /var/tmp/diff_new_pack.mUdULO/_old 2018-08-18 00:05:04.791250734 +0200 +++ /var/tmp/diff_new_pack.mUdULO/_new 2018-08-18 00:05:04.791250734 +0200 @@ -16,9 +16,9 @@ # -%define soname libarmadillo8 +%define soname libarmadillo9 Name: armadillo -Version: 8.500.1 +Version: 9.100.5 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 @@ -94,11 +94,10 @@ %prep %setup -q #Convert DOS end-of-line to UNIX end-of-line -sed -i 's/\r//' README.txt -sed -i 's/\r//' LICENSE.txt -sed -i 's/\r//' NOTICE.txt -# for i in `ls licenses/`; do sed -i 's/\r//' licenses/$i ; done -for i in `ls examples/*.cpp`; do sed -i 's/\r//' $i; done +sed -i 's/\r$//' README.md +sed -i 's/\r$//' LICENSE.txt +sed -i 's/\r$//' NOTICE.txt +for i in `ls examples/*.cpp`; do sed -i 's/\r$//' $i; done %build cmake . \ @@ -126,7 +125,8 @@ %doc armadillo_nicta_2010.pdf %doc rcpp_armadillo_csda_2014.pdf %doc armadillo_joss_2016.pdf -%doc LICENSE.txt NOTICE.txt README.txt index.html examples/ docs.html +%doc NOTICE.txt README.md index.html examples/ docs.html +%license LICENSE.txt %files devel %defattr(-,root,root) ++++++ armadillo-8.500.1.tar.xz -> armadillo-9.100.5.tar.xz ++++++ ++++ 11960 lines of diff (skipped) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.mUdULO/_old 2018-08-18 00:05:06.067254553 +0200 +++ /var/tmp/diff_new_pack.mUdULO/_new 2018-08-18 00:05:06.067254553 +0200 @@ -1,4 +1,4 @@ -libarmadillo8 +libarmadillo9 armadillo-devel requires -armadillo-<targettype> - requires "libarmadillo8-<targettype> = <version>" + requires "libarmadillo9-<targettype> = <version>"
