Hello community,

here is the log from the commit of package octave-forge-io for openSUSE:Factory 
checked in at 2019-11-28 10:14:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-io (Old)
 and      /work/SRC/openSUSE:Factory/.octave-forge-io.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave-forge-io"

Thu Nov 28 10:14:11 2019 rev:13 rq:751203 version:2.4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-io/octave-forge-io.changes  
2018-11-26 10:29:15.905101248 +0100
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-io.new.26869/octave-forge-io.changes   
    2019-11-28 10:14:56.339637664 +0100
@@ -1,0 +2,23 @@
+Wed Nov 27 00:45:19 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 2.4.13:
+  * Bug fixes:
+    - COM interface: restore writing formulas to spreadsheet
+    - OCT interface: ignore NA and NaN values when writing .ods and
+      .gnumeric (bug #56375)
+    - OCT interface: don't truncate arrays when using single
+      cell-range input with oct2ods and oct2xls functions (bug #56444)
+    - csv2cell: properly process leading tilde in file name (bug #53591)
+  * Code improvements:
+    - COM interface: better support for creating file formats other than
+      .xlsx
+    - ditto for UNO interface
+    - Remove references to legacy Java package, as io depends on Octave
+      >= 4.0 where core Octave should have built-in Java support anyway
+    - Replace calls to strmatch() with calls to str(n)cmp(i)()
+    - Replace calls to __octave_config_info__() and __have_feature__() by
+      javachk() (bug #47480)
+  * Various:
+    - The io package now needs Octave >= 4.0.0, due to dependence on javachk
+
+-------------------------------------------------------------------

Old:
----
  io-2.4.12.tar.gz

New:
----
  io-2.4.13.tar.gz

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

Other differences:
------------------
++++++ octave-forge-io.spec ++++++
--- /var/tmp/diff_new_pack.rj55yx/_old  2019-11-28 10:14:56.771637669 +0100
+++ /var/tmp/diff_new_pack.rj55yx/_new  2019-11-28 10:14:56.775637669 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package octave-forge-io
 #
-# 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,23 +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  io
 Name:           octave-forge-%{octpkg}
-Version:        2.4.12
+Version:        2.4.13
 Release:        0
 Summary:        Input/Output in external formats from Octave
 License:        GPL-3.0-or-later AND BSD-2-Clause
 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
 BuildRequires:  gcc-c++
 BuildRequires:  hdf5-devel
-BuildRequires:  octave-devel
-Requires:       octave-cli >= 3.8.0
+BuildRequires:  octave-devel >= 4.0.0
+Requires:       octave-cli >= 4.0.0
 Requires:       xerces-j2
 
 %description

++++++ io-2.4.12.tar.gz -> io-2.4.13.tar.gz ++++++
++++ 3191 lines of diff (skipped)


Reply via email to