Hello community, here is the log from the commit of package armadillo for openSUSE:Factory checked in at 2020-10-16 16:15:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/armadillo (Old) and /work/SRC/openSUSE:Factory/.armadillo.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "armadillo" Fri Oct 16 16:15:44 2020 rev:139 rq:842005 version:10.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes 2020-09-08 22:51:04.743626048 +0200 +++ /work/SRC/openSUSE:Factory/.armadillo.new.3486/armadillo.changes 2020-10-16 16:16:21.952729089 +0200 @@ -1,0 +2,18 @@ +Wed Oct 14 11:42:28 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 10.1.0: + * C++11 is now the minimum required C++ standard. + * Faster handling of compound expressions by trimatu() and + trimatl(). + * Faster sparse matrix addition, subtraction and element-wise + multiplication. + * Expanded sparse submatrix views to handle the non-contiguous + form of X.cols(vector_of_column_indices). + * Expanded eigs_sym() and eigs_gen() with optional fine-grained + parameters (subspace dimension, number of iterations, + eigenvalues closest to specified value). +- Fix an additional EOF encoding issue introduced in new release. +- Update shared lib name in keeping with so version update. +- Update baselibs.conf file for so version change. + +------------------------------------------------------------------- Old: ---- armadillo-9.900.3.tar.xz New: ---- armadillo-10.1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ armadillo.spec ++++++ --- /var/tmp/diff_new_pack.3cgsP4/_old 2020-10-16 16:16:23.776729648 +0200 +++ /var/tmp/diff_new_pack.3cgsP4/_new 2020-10-16 16:16:23.780729649 +0200 @@ -16,9 +16,9 @@ # -%define soname libarmadillo9 +%define soname libarmadillo10 Name: armadillo -Version: 9.900.3 +Version: 10.1.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 @@ -94,6 +94,7 @@ %setup -q #Convert DOS end-of-line to UNIX end-of-line sed -i 's/\r$//' README.md +sed -i 's/\r$//' examples/README.txt 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 ++++++ armadillo-9.900.3.tar.xz -> armadillo-10.1.0.tar.xz ++++++ ++++ 93419 lines of diff (skipped) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.3cgsP4/_old 2020-10-16 16:16:25.484730172 +0200 +++ /var/tmp/diff_new_pack.3cgsP4/_new 2020-10-16 16:16:25.484730172 +0200 @@ -1,4 +1,4 @@ -libarmadillo9 +libarmadillo10 armadillo-devel requires -armadillo-<targettype> requires "libarmadillo9-<targettype> = <version>"