Hello community,
here is the log from the commit of package octave-forge-instrument-control for
openSUSE:Factory checked in at 2019-11-28 10:14:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-instrument-control (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-instrument-control.new.26869
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-instrument-control"
Thu Nov 28 10:14:14 2019 rev:3 rq:751207 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-instrument-control/octave-forge-instrument-control.changes
2018-06-29 22:26:07.302496224 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-instrument-control.new.26869/octave-forge-instrument-control.changes
2019-11-28 10:14:57.543637676 +0100
@@ -1,0 +2,29 @@
+Tue Nov 26 23:52:29 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 0.4.0:
+ * SERIAL: added 'status', 'bytesavailable', 'name' and 'type'
+ properties, and the following functions:
+ + seriallist
+ + flushinput
+ + flushoutput
+ * UDP: added 'status' and 'bytesavailable' properties and the
+ following functions:
+ + flushinput
+ + flushoutput
+ * TCP: added properties to object, added overridden functions:
+ + get
+ + set
+ + fprintf
+ + fread
+ + fwrite
+ + flushinput
+ + flushoutput
+ * tcpip(): added wrapper to be matlab compatible(ish)
+ * distribute rpc generated files
+ * verify -M option will work on rpcgen
+ * detect if rpc_error functions allow use of const inputs
+ * prefer libtirpc over builtin rpc when detecting vxi11 functionality
+ * add lock functions used on pkg load/unlock to lock .oct files
+ * implemented instrhwinfo serial list for mac
+
+-------------------------------------------------------------------
Old:
----
instrument-control-0.3.1.tar.gz
New:
----
instrument-control-0.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-instrument-control.spec ++++++
--- /var/tmp/diff_new_pack.PYtaCa/_old 2019-11-28 10:14:58.691637688 +0100
+++ /var/tmp/diff_new_pack.PYtaCa/_new 2019-11-28 10:14:58.695637688 +0100
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-instrument-control
#
-# Copyright (c) 2018 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,25 +12,25 @@
# 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 instrument-control
Name: octave-forge-%{octpkg}
-Version: 0.3.1
+Version: 0.4.0
Release: 0
Summary: Instrument Control for Octave
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 instrument-control-no-return-in-nonvoid-function.patch
[email protected] -- Fix non-void functions not returning data typically at
the end of an if-elseif-else block.
Patch0: instrument-control-no-return-in-nonvoid-function.patch
BuildRequires: gcc-c++
BuildRequires: hdf5-devel
-BuildRequires: octave-devel
-Requires: octave-cli >= 3.2.0
+BuildRequires: octave-devel >= 3.8.0
+Requires: octave-cli >= 3.8.0
%description
Low level I/O functions for serial, i2c, parallel, tcp, gpib, vxi11 and usbtmc
interfaces.
@@ -38,7 +38,9 @@
%prep
%setup -q -c %{name}-%{version}
-%patch0 -p1
+pushd %{octpkg}-%{version}
+%patch0 -p2
+popd
%octave_pkg_src
%build
++++++ instrument-control-0.3.1.tar.gz -> instrument-control-0.4.0.tar.gz ++++++
++++ 4852 lines of diff (skipped)