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-05-20 09:37:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave (Old) and /work/SRC/openSUSE:Factory/.octave.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave" Tue May 20 09:37:54 2025 rev:91 rq:1278299 version:10.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/octave/octave.changes 2025-03-21 20:23:55.118495117 +0100 +++ /work/SRC/openSUSE:Factory/.octave.new.30101/octave.changes 2025-05-20 09:39:50.822096701 +0200 @@ -1,0 +2,9 @@ +Mon May 12 11:25:44 UTC 2025 - Atri Bhattacharya <[email protected]> + +- Update to version 10.1.0: + * Too many changes to list, see + <https://octave.org/NEWS-10.html>. +- Re-base octave_tools_pie.patch for update. +- Bump apiver to 60 in keeping with upstream. + +------------------------------------------------------------------- @@ -523 +532 @@ -Fri Jul 05 12:14:16 2019 UTC - Markus Ebner <[email protected]> +Fri Jul 5 12:14:16 UTC 2019 - Markus Ebner <[email protected]> Old: ---- octave-9.2.0.tar.lz New: ---- octave-10.1.0.tar.lz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.vIJEAp/_old 2025-05-20 09:39:52.726184449 +0200 +++ /var/tmp/diff_new_pack.vIJEAp/_new 2025-05-20 09:39:52.786187214 +0200 @@ -16,9 +16,9 @@ # -%define apiver v59 +%define apiver v60 # Required for RC builds, in this case version contains ~rc, src_ver -rc -%define pkg_ver 9.2.0 +%define pkg_ver 10.1.0 %define src_ver %{pkg_ver} # Image processing library %if 0 @@ -332,6 +332,7 @@ %{_libdir}/%{name}/%{src_ver}/oct %{_libdir}/%{name}/%{src_ver}/liboctave.so.* %{_libdir}/%{name}/%{src_ver}/liboctinterp.so.* +%{_libdir}/%{name}/%{src_ver}/liboctmex.so.* %if %{with gui} %dir %{_libdir}/%{name}/%{src_ver}/exec/ %dir %{_libdir}/%{name}/%{src_ver}/exec/*-*-linux-gnu*/ @@ -349,6 +350,7 @@ %{_libdir}/%{name}/api-%{apiver} %{_libdir}/pkgconfig/octave.pc %{_libdir}/pkgconfig/octinterp.pc +%{_libdir}/pkgconfig/octmex.pc %{_rpmmacrodir}/macros.octave %files doc ++++++ octave_tools_pie.patch ++++++ --- /var/tmp/diff_new_pack.vIJEAp/_old 2025-05-20 09:39:53.450217815 +0200 +++ /var/tmp/diff_new_pack.vIJEAp/_new 2025-05-20 09:39:53.486219474 +0200 @@ -1,16 +1,16 @@ -Index: octave-7.1.0/src/module.mk +Index: octave-10.1.0/src/module.mk =================================================================== ---- octave-7.1.0.orig/src/module.mk -+++ octave-7.1.0/src/module.mk -@@ -74,6 +74,7 @@ nodist_%canon_reldir%_octave_SOURCES = % - %canon_reldir%_octave_LDFLAGS = \ +--- octave-10.1.0.orig/src/module.mk ++++ octave-10.1.0/src/module.mk +@@ -77,6 +77,7 @@ nodist_%canon_reldir%_octave_SOURCES = % + $(AM_LDFLAGS) \ $(NO_UNDEFINED_LDFLAG) \ $(OCTAVE_LINK_OPTS) \ + -pie \ $(WARN_LDFLAGS) \ $(OCTAVE_UNICODE_EXE_LDFLAGS) -@@ -95,6 +96,7 @@ nodist_%canon_reldir%_octave_cli_SOURCES +@@ -98,6 +99,7 @@ nodist_%canon_reldir%_octave_cli_SOURCES %canon_reldir%_octave_cli_LDFLAGS = \ $(NO_UNDEFINED_LDFLAG) \ $(OCTAVE_LINK_OPTS) \ @@ -18,7 +18,7 @@ $(WARN_LDFLAGS) \ $(OCTAVE_UNICODE_EXE_LDFLAGS) -@@ -121,6 +123,7 @@ endif +@@ -124,6 +126,7 @@ endif %canon_reldir%_octave_gui_LDFLAGS = \ $(NO_UNDEFINED_LDFLAG) \ $(OCTAVE_GUI_LINK_OPTS) \ @@ -26,9 +26,9 @@ $(WARN_LDFLAGS) \ $(OCTAVE_UNICODE_EXE_LDFLAGS) -@@ -149,8 +152,14 @@ nodist_%canon_reldir%_mkoctfile_SOURCES - $(SRC_DIR_CPPFLAGS) \ - $(OCTAVE_CPPFLAGS) +@@ -153,8 +156,14 @@ nodist_%canon_reldir%_mkoctfile_SOURCES + $(OCTAVE_CPPFLAGS) \ + -DOCTAVE_MEX_SOVERSION="$(OCTAVE_LIBOCTMEX_SOVERSION_MAJOR)" +%canon_reldir%_mkoctfile_LDFLAGS = \ + -pie
