Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2016-11-22 18:59:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-15 
18:02:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2016-11-22 
18:59:09.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 00:38:17 UTC 2016 - badshah...@gmail.com
+
+- Update to version 7.500.2:
+  + Undocumented bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  armadillo-7.500.1.tar.xz

New:
----
  armadillo-7.500.2.tar.xz

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

Other differences:
------------------
++++++ armadillo.spec ++++++
--- /var/tmp/diff_new_pack.XS47ad/_old  2016-11-22 18:59:10.000000000 +0100
+++ /var/tmp/diff_new_pack.XS47ad/_new  2016-11-22 18:59:10.000000000 +0100
@@ -18,7 +18,7 @@
 
 %define soname libarmadillo7
 Name:           armadillo
-Version:        7.500.1
+Version:        7.500.2
 Release:        0
 Summary:        Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:        MPL-2.0

++++++ armadillo-7.500.1.tar.xz -> armadillo-7.500.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-7.500.1/include/armadillo_bits/arma_rng_cxx11.hpp 
new/armadillo-7.500.2/include/armadillo_bits/arma_rng_cxx11.hpp
--- old/armadillo-7.500.1/include/armadillo_bits/arma_rng_cxx11.hpp     
2016-06-16 18:16:07.000000000 +0200
+++ new/armadillo-7.500.2/include/armadillo_bits/arma_rng_cxx11.hpp     
2016-06-16 18:16:08.000000000 +0200
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 National ICT Australia (NICTA)
+// Copyright (C) 2013-2016 National ICT Australia (NICTA)
 // 
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -57,6 +57,10 @@
 arma_rng_cxx11::set_seed(const arma_rng_cxx11::seed_type val)
   {
   engine.seed(val);
+  
+  i_distr.reset();
+  u_distr.reset();
+  n_distr.reset();
   }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-7.500.1/include/armadillo_bits/arma_version.hpp 
new/armadillo-7.500.2/include/armadillo_bits/arma_version.hpp
--- old/armadillo-7.500.1/include/armadillo_bits/arma_version.hpp       
2016-06-16 18:16:07.000000000 +0200
+++ new/armadillo-7.500.2/include/armadillo_bits/arma_version.hpp       
2016-06-16 18:16:08.000000000 +0200
@@ -15,7 +15,7 @@
 
 #define ARMA_VERSION_MAJOR 7
 #define ARMA_VERSION_MINOR 500
-#define ARMA_VERSION_PATCH 1
+#define ARMA_VERSION_PATCH 2
 #define ARMA_VERSION_NAME  "Coup d'Etat"
 
 


Reply via email to