Hello community,
here is the log from the commit of package octave-forge-control for
openSUSE:Factory checked in at 2019-11-28 10:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-control (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-control.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-control"
Thu Nov 28 10:14:03 2019 rev:7 rq:751199 version:3.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-control/octave-forge-control.changes
2015-11-02 12:55:25.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.octave-forge-control.new.26869/octave-forge-control.changes
2019-11-28 10:14:51.611637616 +0100
@@ -1,0 +2,25 @@
+Tue Nov 26 23:52:29 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 3.2.0
+ * new function sgrid
+ * New function: ss2ss
+ * Fixed many warnings
+ * added demos to rlocus, pzmap, bode, nichols, nyquist, impulse, lsim,
+ ramp and step
+ * improved pzmap to plot with only zeros
+- Update to version 3.1.0
+ * New function: damp
+ * Changed nelem to numel and length to numel to remove the warnings
+ during installation.
+ * The Impulse section has been rewritten, and a new file - imp_invar.m -
+ added. The old system tried to use the "zoh" to get an impulse response
+ but that is impossible.
+ * The new function "imp_invar.m" converts a Laplace tranfer function
+ to a discrete tranfer function.
+ * New functions: acker, dsort, esort.
+ * Function lsim now plots inputs as well.
+ * Class 'ss' should now work with complex inputs.
+ * Extend nyquist plots.
+ * Fixed warnings with newer Octave versions.
+
+-------------------------------------------------------------------
Old:
----
control-3.0.0.tar.gz
New:
----
control-3.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-control.spec ++++++
--- /var/tmp/diff_new_pack.EmnJW2/_old 2019-11-28 10:14:52.323637624 +0100
+++ /var/tmp/diff_new_pack.EmnJW2/_new 2019-11-28 10:14:52.327637624 +0100
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-control
#
-# Copyright (c) 2015 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,19 +12,19 @@
# 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 control
Name: octave-forge-%{octpkg}
-Version: 3.0.0
+Version: 3.2.0
Release: 0
Summary: Computer-Aided Control System Design (CACSD) Tools
-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
+URL: https://octave.sourceforge.io
+Source0:
https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM control-gcc-errors.patch -- Fix no return in non-void
function
Patch1: control-gcc-errors.patch
BuildRequires: blas-devel
@@ -42,7 +42,9 @@
%prep
%setup -q -c %{name}-%{version}
-%patch1 -p1
+pushd control-%{version}
+%patch1 -p2
+popd
%octave_pkg_src
%build
++++++ control-3.0.0.tar.gz -> control-3.2.0.tar.gz ++++++
++++ 24300 lines of diff (skipped)