Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2015-04-18 10:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-03-25 
10:00:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2015-04-18 
10:39:38.000000000 +0200
@@ -1,0 +2,31 @@
+Thu Apr 16 06:16:24 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.000.1:
+  + Fix an issue with C++11 support.
+- Add superlu-devel as BuildRequires, and as Requires for
+  armadillo.
+
+-------------------------------------------------------------------
+Mon Apr 13 17:50:44 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.000.0 (Ankle Biter):
+  + Added spsolve() for solving sparse systems of linear
+    equations.
+  + Added svds() for singular value decomposition of sparse
+    matrices.
+  + Added nonzeros() for extracting non-zero values from matrices.
+  + Added handling of diagonal views by sparse matrices.
+  + Expanded repmat() to handle sparse matrices.
+  + Expanded join_rows() and join_cols() to handle sparse
+    matrices.
+  + sort_index() and stable_sort_index() have been placed in the
+    delayed operations framework for increased efficiency.
+  + Use of 64 bit integers is automatically enabled when using a
+    C++11 compiler.
+  + Workaround for a bug in recent releases of Apple Xcode.
+  + Workaround for a bug in LAPACK 3.5.
+- New dependency: superlu >= 4.3.
+- Updated shared library name to libarmadillo5 in track with
+  upstream so name change.
+
+-------------------------------------------------------------------

Old:
----
  armadillo-4.650.4.tar.gz

New:
----
  armadillo-5.000.1.tar.gz

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

Other differences:
------------------
++++++ armadillo.spec ++++++
--- /var/tmp/diff_new_pack.kWXOXj/_old  2015-04-18 10:39:39.000000000 +0200
+++ /var/tmp/diff_new_pack.kWXOXj/_new  2015-04-18 10:39:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package armadillo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define soname libarmadillo4
+%define soname libarmadillo5
 
 Name:           armadillo
-Version:        4.650.4
+Version:        5.000.1
 Release:        0
 Summary:        Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:        MPL-2.0
@@ -33,6 +33,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  lapack-devel
 BuildRequires:  libatlas3-devel
+BuildRequires:  superlu-devel >= 4.3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -104,6 +105,7 @@
 Requires:       lapack-devel
 Requires:       libatlas3-devel
 Requires:       libstdc++-devel
+Requires:       superlu-devel >= 4.3
 Recommends:     %{name}-doc
 
 %description    devel

++++++ armadillo-4.650.4.tar.gz -> armadillo-5.000.1.tar.gz ++++++
++++ 8073 lines of diff (skipped)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.kWXOXj/_old  2015-04-18 10:39:40.000000000 +0200
+++ /var/tmp/diff_new_pack.kWXOXj/_new  2015-04-18 10:39:40.000000000 +0200
@@ -1,4 +1,4 @@
-libarmadillo4
+libarmadillo5
 armadillo-devel
        requires -armadillo-<targettype>
-       requires "libarmadillo4-<targettype> = <version>"
+       requires "libarmadillo5-<targettype> = <version>"


Reply via email to