Hello community,
here is the log from the commit of package octave-forge-tsa for
openSUSE:Factory checked in at 2019-11-28 10:17:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-tsa (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-tsa.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-tsa"
Thu Nov 28 10:17:25 2019 rev:4 rq:751474 version:4.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-tsa/octave-forge-tsa.changes
2016-06-14 23:07:40.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-tsa.new.26869/octave-forge-tsa.changes
2019-11-28 10:17:44.655639370 +0100
@@ -1,0 +2,18 @@
+Wed Nov 27 12:15:22 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 4.6.2:
+ * all source files are now utf-8 encoded
+- Update to version 4.5:
+ * the following functions have been moved into the
+ NaN-toolbox:
+ detrend, histo, histo2, histo3, histo4
+ * detrend: the 2nd output (trend) can be interpolated and
+ should not contain any NaN.
+- Update to version 4.4.5:
+ * make TSA-package dependent of NaN-package
+ * avoid compiling the same core functions from the NaN-toolbox
+- Update to version 4.4.4:
+ * fixes bug #49468 - NaN-toolbox is not required anymore
+ when using Octave's pkg installer
+
+-------------------------------------------------------------------
Old:
----
tsa-4.4.1.tar.gz
New:
----
tsa-4.6.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-tsa.spec ++++++
--- /var/tmp/diff_new_pack.ETmJdu/_old 2019-11-28 10:17:45.431639378 +0100
+++ /var/tmp/diff_new_pack.ETmJdu/_new 2019-11-28 10:17:45.435639378 +0100
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-tsa
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define octpkg tsa
Name: octave-forge-%{octpkg}
-Version: 4.4.1
+Version: 4.6.2
Release: 0
Summary: Time Series Analysis Toolbox 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
-BuildRequires: blas-devel
-BuildRequires: gcc-c++
-BuildRequires: lapack-devel
+URL: https://octave.sourceforge.io
+Source0:
https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
BuildRequires: octave-devel
Requires: octave-cli >= 2.9.7
+Requires: octave-forge-nan
+BuildArch: noarch
%description
Stochastic concepts and maximum entropy methods for time series analysis.
@@ -57,6 +56,5 @@
%files
%defattr(-,root,root)
%{octpackages_dir}/%{octpkg}-%{version}
-%{octlib_dir}/%{octpkg}-%{version}
%changelog
++++++ tsa-4.4.1.tar.gz -> tsa-4.6.2.tar.gz ++++++
++++ 5270 lines of diff (skipped)