Hello community,
here is the log from the commit of package octave-forge-optim for
openSUSE:Factory checked in at 2018-08-20 16:19:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-optim (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-optim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-optim"
Mon Aug 20 16:19:30 2018 rev:4 rq:630304 version:1.5.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-optim/octave-forge-optim.changes
2016-11-28 15:05:42.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.octave-forge-optim.new/octave-forge-optim.changes
2018-08-20 16:19:30.696830171 +0200
@@ -1,0 +2,14 @@
+Fri Aug 17 11:14:20 UTC 2018 - [email protected]
+
+- Update to version 1.5.3:
+ * Added dependency on statistics package.
+ * Some bug fixes and build fixes for Octave 4.4.
+ * Unit test for nlinfit is now reproducible.
+ * Added unit tests in nonlin_residmin and nonlin_curvefit.
+ * Default algorithm of `nonlin_min' is now more robust.
+ * Standalone function `samin' is deprecated. The functionality
+ has been moved into a `samin' backend of function
+ `nonlin_min'.
+- Drop optim-gcc-warnings.patch: incorporated upstream.
+
+-------------------------------------------------------------------
Old:
----
optim-1.5.2.tar.gz
optim-gcc-warnings.patch
New:
----
optim-1.5.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-optim.spec ++++++
--- /var/tmp/diff_new_pack.AGHPIJ/_old 2018-08-20 16:19:31.560831390 +0200
+++ /var/tmp/diff_new_pack.AGHPIJ/_new 2018-08-20 16:19:31.564831396 +0200
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-optim
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,15 +18,13 @@
%define octpkg optim
Name: octave-forge-%{octpkg}
-Version: 1.5.2
+Version: 1.5.3
Release: 0
Summary: Non-linear optimization toolkit for Octave
-License: GPL-3.0+
+License: GPL-3.0-or-later
Group: Productivity/Scientific/Math
Url: http://octave.sourceforge.net
Source0:
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM optim-gcc-warnings.patch --
http://savannah.gnu.org/bugs/?49505
-Patch1: optim-gcc-warnings.patch
BuildRequires: blas-devel
BuildRequires: gcc-c++
BuildRequires: hdf5-devel
@@ -34,15 +32,15 @@
BuildRequires: octave-devel
Requires: octave-cli >= 3.6.0
Requires: octave-forge-parallel >= 3.0.4
+Requires: octave-forge-statistics
Requires: octave-forge-struct >= 1.0.12
%description
Non-linear optimization toolkit.
-This is part of Octave-Forge project.
+This is part of the Octave-Forge project.
%prep
%setup -q -c %{name}-%{version}
-%patch1 -p0
%octave_pkg_src
%build
++++++ optim-1.5.2.tar.gz -> optim-1.5.3.tar.gz ++++++
++++ 12132 lines of diff (skipped)