Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2016-07-14 09:44:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/armadillo (Old)
 and      /work/SRC/openSUSE:Factory/.armadillo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "armadillo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes      2016-06-07 
23:49:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2016-07-14 
09:44:57.000000000 +0200
@@ -1,0 +2,23 @@
+Sat Jul  2 00:46:29 UTC 2016 - badshah...@gmail.com
+
+- Update to version 7.200.2:
+  + added .index_min() and .index_max().
+  + expanded ind2sub() to handle vectors of indices.
+  + expanded sub2ind() to handle matrix of subscripts.
+  + expanded expmat(), logmat() and sqrtmat() to optionally return
+    a bool indicating success faster handling of compound
+    expressions by vectorise().
+- Changes from Version 7.100.0:
+  + added erf(), erfc(), lgamma().
+  + added .head_slices() and .tail_slices() to subcube views.
+  + spsolve() now requires SuperLU 5.2.
+  + eigs_sym(), eigs_gen() and svds() now use a built-in
+    reimplementation of ARPACK for real (non-complex) matrices;
+    contributed by Yixuan Qiu.
+- Source tarballs are now xz compressed.
+- Update BuildRequires for superlu-devel: >= version 5.2 now
+  required.
+- Update shlib version (libarmadillo6 -> libarmadillo7) in spec
+  file and baselibs.conf.
+
+-------------------------------------------------------------------

Old:
----
  armadillo-6.700.6.tar.gz

New:
----
  armadillo-7.200.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ armadillo.spec ++++++
--- /var/tmp/diff_new_pack.Sdri3M/_old  2016-07-14 09:44:59.000000000 +0200
+++ /var/tmp/diff_new_pack.Sdri3M/_new  2016-07-14 09:44:59.000000000 +0200
@@ -16,23 +16,23 @@
 #
 
 
-%define soname libarmadillo6
+%define soname libarmadillo7
 
 Name:           armadillo
-Version:        6.700.6
+Version:        7.200.2
 Release:        0
 Summary:        Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:        MPL-2.0
 Group:          Development/Libraries/C and C++
 Url:            http://arma.sourceforge.net/
-Source:         http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.gz
+Source:         http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.xz
 Source2:        baselibs.conf
 BuildRequires:  arpack-ng-devel
 BuildRequires:  blas-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  lapack-devel
-BuildRequires:  superlu-devel >= 4.3
+BuildRequires:  superlu-devel >= 5.2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.Sdri3M/_old  2016-07-14 09:44:59.000000000 +0200
+++ /var/tmp/diff_new_pack.Sdri3M/_new  2016-07-14 09:44:59.000000000 +0200
@@ -1,4 +1,4 @@
-libarmadillo6
+libarmadillo7
 armadillo-devel
        requires -armadillo-<targettype>
-       requires "libarmadillo6-<targettype> = <version>"
+       requires "libarmadillo7-<targettype> = <version>"


Reply via email to