Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package octave for openSUSE:Factory checked in at 2025-11-04 18:41:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave" Tue Nov 4 18:41:19 2025 rev:98 rq:1315348 version:10.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2025-09-19 15:35:01.943448511 +0200 +++ /work/SRC/openSUSE:Factory/.octave.new.1980/octave.changes 2025-11-04 18:41:52.560212003 +0100 @@ -1,0 +2,59 @@ +Mon Oct 27 06:16:36 UTC 2025 - Atri Bhattacharya <[email protected]> + +- Update to version 10.3.0: + * Improvements and bug fixes: + - Correctly interpret command line option --no-init-user (bug + #67187). + - image: Avoid error if image data is empty (bug #65866). + - Respect logarithmic scaling of axis when plotting scatter + objects (bug #67239). + - Avoid segmentation fault with display with too low color + depth (bug #65866). + - Store save type in binary-float format also for empty + matrices (bug #67271). + - Fix ASAN bug in liboctave svd code caused by use of + std::vector::reserve () (bug #67248). + - mldivide: Correctly apply permutation for sparse matrix with + permuted lower form. + - Allow empty field names in struct and cell2struct functions + (bug #67255). + - containers.Map: Allow empty char arrays as keys (bug + #67255). + - Fix ASAN warnings in __ilu__.cc (bug #67249). + - rose.m: Fix regression where output variables always + returned (bug #48889). + - rose.m: Overhaul function to resolve incorrect custom bin + placement (bug #67280). + - Clarify the "Octave:language-extension" warning message for + comparing complex numbers that the compatibility difference + is that Octave considers the complex part of the number (bug + #67257). + - delaunayn.m: Check inputs for non-finite values to avoid + segfault in QHull (bug #67315). + - Fix calculation of “nearest integer” function (bug #67339). + - struct2hdl.m: Use a consistent output type for valcomp (bug + #67217). + - Avoid crash when Octave invoked with -d argument. + - Skip saving too large arrays in -binary format (bug #67382). + - Write and read large array in chunks for -binary file format + (bug #67382). + - Correctly parse clear ? (bug #67459). + - colorbar.m: Don’t emit error if “position” property given + (bug #67537). + * GUI: + - Fix SIGABRT on exit of GUI (bug #67230). + - Fix focus when reopening editor file from MRU list (bug + #67384). + * Build system and tests: + - Add tests for shadowed functions in core Octave (bug + #46849). + - Fix building Java on solaris2 platforms (bug #67442). + - Include ida.h in configure tests from the locations at which + it is looked for. + - Do not check for nvector_serial.h without folder in + configure test. + * Updated documentation. +- Switch source URL to https://ftpmirror.gnu.org for quicker + downloads. + +------------------------------------------------------------------- Old: ---- octave-10.2.0.tar.lz New: ---- octave-10.3.0.tar.lz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.be5ZmV/_old 2025-11-04 18:41:53.368246019 +0100 +++ /var/tmp/diff_new_pack.be5ZmV/_new 2025-11-04 18:41:53.372246187 +0100 @@ -18,7 +18,7 @@ %define apiver v60 # Required for RC builds, in this case version contains ~rc, src_ver -rc -%define pkg_ver 10.2.0 +%define pkg_ver 10.3.0 %define src_ver %{pkg_ver} # Image processing library %if 0 @@ -56,7 +56,7 @@ License: GPL-3.0-or-later Group: Productivity/Scientific/Math URL: https://www.octave.org/ -Source0: https://ftp.gnu.org/gnu/octave/%{name}-%{src_ver}.tar.lz +Source0: https://ftpmirror.gnu.org/gnu/octave/%{name}-%{src_ver}.tar.lz Source1: octave.macros Source2: %{name}-rpmlintrc Source3: %{name}.attr ++++++ octave-reproducible-jar.patch ++++++ --- /var/tmp/diff_new_pack.be5ZmV/_old 2025-11-04 18:41:53.440249051 +0100 +++ /var/tmp/diff_new_pack.be5ZmV/_new 2025-11-04 18:41:53.444249219 +0100 @@ -3,10 +3,10 @@ scripts/java/module.mk | 11 +++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) -Index: octave-10.2.0/scripts/java/module.mk +Index: octave-10.3.0/scripts/java/module.mk =================================================================== ---- octave-10.2.0.orig/scripts/java/module.mk -+++ octave-10.2.0/scripts/java/module.mk +--- octave-10.3.0.orig/scripts/java/module.mk ++++ octave-10.3.0/scripts/java/module.mk @@ -52,11 +52,18 @@ $(%canon_reldir%_JAVA_CLASSES) : %.class -d $(abs_top_builddir)/scripts/java \ $(org_octave_dir)/$(<F) ) @@ -28,11 +28,11 @@ mv $@-t $@ endif -Index: octave-10.2.0/configure.ac +Index: octave-10.3.0/configure.ac =================================================================== ---- octave-10.2.0.orig/configure.ac -+++ octave-10.2.0/configure.ac -@@ -2703,6 +2703,16 @@ do +--- octave-10.3.0.orig/configure.ac ++++ octave-10.3.0/configure.ac +@@ -2710,6 +2710,16 @@ do break fi
