Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2022-11-19 18:09:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave (Old)
 and      /work/SRC/openSUSE:Factory/.octave.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave"

Sat Nov 19 18:09:02 2022 rev:81 rq:1036667 version:7.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave/octave.changes    2022-09-20 
19:23:56.562535829 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new.1597/octave.changes  2022-11-19 
18:09:10.962391641 +0100
@@ -1,0 +2,57 @@
+Wed Nov  9 04:41:09 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 7.3.0:
+  * scanf: Don’t set error when reaching end of stream (bug
+    #62723).
+  * Fix duplicate names displayed with mixed @class/classdef
+    classes (bug #62802).
+  * canonicalize_file_name: Handle symlinks to UNC network shares
+    (bug #62847).
+  * canonicalize_file_name: Generalize check for mapped network
+    drive (bug #62847).
+  * fortran_vec: Fix instances of method chaining that may cause
+    dangling pointer.
+  * Fix wrong color in PDF printout of some LaTeX strings (bug
+    #62884).
+  * unpack.m: Escape backslashes in paths on Windows (bug #62888).
+  * canonicalize_file_name: Check root of potential mapped network
+    drive (bug #62847).
+  * nextpow2.m: Fix for input between 0.5 and 1 (bug #62947).
+  * quad2d: Fix unintended complex conjugate return (bug #62972).
+  * Make sure we don’t pass short 8.3 path to latex on Windows
+    (bug #62779).
+  * canonicalize_file_name: Trim trailing file separators from
+    root of mapped network drive (bug #62847).
+  * imformats.m: Fix isa function in return value (bug #62974).
+  * pie3: Fix “Too many input” args error.
+  * Accept negative inputs to -2^63 for dec2bin and dec2hex (bug
+    #63089).
+  * Fix incorrect lambda outputs for lsqnonneg and pqpnonneg (bug
+    #63178).
+  * addtodate.m: Fix wrong month returned when subtracting a month
+    from some end-of-month dates (bug #60671).
+  * var.m: Fix some Inf and NaN inputs returning 0 instead of NaN
+    (bug #63203)
+  * var.m: Fix automatic broadcasting error for sparse and
+    diagonal matrix inputs with vector weighting (bug #63291).
+  * legend.m: Fix error with contour plot containing clabels (bug
+    #63262).
+  * dec2bin.m: Fix input validation (bug #63089).
+  * glpk.m: Avoid using isfinite on potentially sparse input.
+  * var.m: Use bsxfun rather than broadcasting with vector
+    weighting (bug #63291).
+  * Fix out of bound indexing in in-place broadcasting operations
+    (bug #63303).
+  * Respect confirmation when deleting files in file browser
+    widget (bug #63198).
+  * io.tst: Add test case for scanf (bug #62723).
+  * nextpow2.m: Add bug number tag to regression tests (bug
+    #62947).
+  * quad2d.m: Add BIST to cset b0e90ca8e679 (bug #62972).
+  * Add test for number of methods with classdef in @folder (bug
+    #62802).
+  * Use Autoconf macro to find egrep executable.
+  * Documentation fixes.
+- Add octave-rpmlintrc file to suppress false positives.
+
+-------------------------------------------------------------------

Old:
----
  octave-7.2.0.tar.lz

New:
----
  octave-7.3.0.tar.lz
  octave-rpmlintrc

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

Other differences:
------------------
++++++ octave.spec ++++++
--- /var/tmp/diff_new_pack.QtJWOg/_old  2022-11-19 18:09:12.290399147 +0100
+++ /var/tmp/diff_new_pack.QtJWOg/_new  2022-11-19 18:09:12.294399170 +0100
@@ -18,7 +18,7 @@
 
 %define apiver  v57
 # Required for RC builds, in this case version contains ~rc, src_ver -rc
-%define pkg_ver 7.2.0
+%define pkg_ver 7.3.0
 %define src_ver %{pkg_ver}
 
 # Use native graphics or gnuplot
@@ -57,8 +57,9 @@
 License:        GPL-3.0-or-later
 Group:          Productivity/Scientific/Math
 URL:            https://www.octave.org/
-Source:         https://ftp.gnu.org/gnu/octave/%{name}-%{src_ver}.tar.lz
-Source3:        octave.macros
+Source0:        https://ftp.gnu.org/gnu/octave/%{name}-%{src_ver}.tar.lz
+Source1:        octave.macros
+Source2:        %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE
 Patch0:         octave_tools_pie.patch
 # PATCH-FIX-UPSTREAM - https://savannah.gnu.org/bugs/?54607
@@ -263,7 +264,7 @@
 rm -rf %{buildroot}/%{_datadir}/applications/
 %endif
 # rpm macros
-install -Dm 644 %{SOURCE3} %{buildroot}%{_rpmmacrodir}/macros.octave
+install -Dm 644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.octave
 # substitute correct values for octave_blas macros
 sed -i 's/OCTAVE_BLAS_LIBRARY_NAME/%{blas_library}/g' 
%{buildroot}%{_rpmmacrodir}/macros.octave
 

++++++ octave-rpmlintrc ++++++
# .oct-config files are needed to read encoding for docs
addFilter("hidden-file-or-dir .*/usr/share/octave/[0-9.]*/m/.*/\.oct-config")

# octave-cli: Explicit lib* dependencies are needed to resolve degeneracies 
between package provides
# octave: https://bugzilla.suse.com/show_bug.cgi?id=1095605
addFilter("E: explicit-lib-dependency")

# Zero-length file here
addFilter("zero-length 
.*/usr/share/octave/[0-9.]*/etc/tests/fixed/publish/test_script_empty.m")

Reply via email to