Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2026-03-22 14:13:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave (Old)
 and      /work/SRC/openSUSE:Factory/.octave.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave"

Sun Mar 22 14:13:18 2026 rev:99 rq:1341763 version:11.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave/octave.changes    2025-11-04 
18:41:52.560212003 +0100
+++ /work/SRC/openSUSE:Factory/.octave.new.8177/octave.changes  2026-03-22 
14:14:49.487813668 +0100
@@ -1,0 +2,10 @@
+Sun Mar 15 15:28:10 UTC 2026 - Nassim Lhadj <[email protected]>
+
+- Update to version 11.1.0:
+  * Too many changes to list, see
+    <https://octave.org/NEWS-11.html>.
+- Re-base octave_tools_pie.patch for update.
+- Bump api ver to 61 in keeping with upstream.
+- Drop octave-reproducible-jar.patch as it's been fixed upstream (bug #67140).
+
+-------------------------------------------------------------------

Old:
----
  octave-10.3.0.tar.lz
  octave-reproducible-jar.patch

New:
----
  octave-11.1.0.tar.lz

----------(Old B)----------
  Old:- Bump api ver to 61 in keeping with upstream.
- Drop octave-reproducible-jar.patch as it's been fixed upstream (bug #67140).
----------(Old E)----------

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

Other differences:
------------------
++++++ octave.spec ++++++
--- /var/tmp/diff_new_pack.kRjNpX/_old  2026-03-22 14:14:50.151840981 +0100
+++ /var/tmp/diff_new_pack.kRjNpX/_new  2026-03-22 14:14:50.155841146 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package octave
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define apiver  v60
+%define apiver  v61
 # Required for RC builds, in this case version contains ~rc, src_ver -rc
-%define pkg_ver 10.3.0
+%define pkg_ver 11.1.0
 %define src_ver %{pkg_ver}
 # Image processing library
 %if 0
@@ -64,8 +64,6 @@
 Patch0:         octave_tools_pie.patch
 # PATCH-FIX-UPSTREAM - https://savannah.gnu.org/bugs/?54607
 Patch1:         0001-Disable-signal-handler-thread-avoid-duplicate-signal.patch
-# PATCH-FIX-UPSTREAM octave-reproducible-jar.patch [email protected] -- Set 
jar date to source modification date-time for reproducible builds 
[https://savannah.gnu.org/bugs/index.php?67140]
-Patch2:         octave-reproducible-jar.patch
 #
 BuildRequires:  %{blas_library}-devel
 BuildRequires:  arpack-ng-devel

++++++ octave_tools_pie.patch ++++++
--- /var/tmp/diff_new_pack.kRjNpX/_old  2026-03-22 14:14:50.251845095 +0100
+++ /var/tmp/diff_new_pack.kRjNpX/_new  2026-03-22 14:14:50.259845424 +0100
@@ -1,48 +1,53 @@
 ---
- src/module.mk |    9 +++++++++
- 1 file changed, 9 insertions(+)
+ src/module.mk |    9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
 
-Index: octave-10.2.0/src/module.mk
+Index: octave-11.1.0/src/module.mk
 ===================================================================
---- octave-10.2.0.orig/src/module.mk
-+++ octave-10.2.0/src/module.mk
-@@ -77,6 +77,7 @@ nodist_%canon_reldir%_octave_SOURCES = %
+--- octave-11.1.0.orig/src/module.mk   2026-02-18 18:54:40.000000000 +0100
++++ octave-11.1.0/src/module.mk        2026-03-15 16:11:28.035314785 +0100
+@@ -80,6 +80,7 @@ nodist_%canon_reldir%_octave_SOURCES = %
    $(AM_LDFLAGS) \
    $(NO_UNDEFINED_LDFLAG) \
    $(OCTAVE_LINK_OPTS) \
 +  -pie \
    $(WARN_LDFLAGS) \
-   $(OCTAVE_UNICODE_EXE_LDFLAGS)
- 
-@@ -99,6 +100,7 @@ nodist_%canon_reldir%_octave_cli_SOURCES
+   $(OCTAVE_UNICODE_EXE_LDFLAGS) \
+   $(WAYLAND_CLIENT_LDFLAGS)
+@@ -105,6 +106,7 @@ nodist_%canon_reldir%_octave_cli_SOURCES
    $(NO_UNDEFINED_LDFLAG) \
    $(OCTAVE_LINK_OPTS) \
    $(OCTAVE_CLI_LTLDFLAGS) \
-+      -pie \
++  -pie \
    $(WARN_LDFLAGS) \
    $(OCTAVE_UNICODE_EXE_LDFLAGS)
  
-@@ -126,6 +128,7 @@ endif
+@@ -132,6 +134,7 @@ endif
    $(NO_UNDEFINED_LDFLAG) \
    $(OCTAVE_GUI_LINK_OPTS) \
    $(OCTAVE_GUI_LTLDFLAGS) \
-+      -pie \
++  -pie \
    $(WARN_LDFLAGS) \
    $(OCTAVE_UNICODE_EXE_LDFLAGS)
  
-@@ -155,8 +158,14 @@ nodist_%canon_reldir%_mkoctfile_SOURCES
-   $(OCTAVE_CPPFLAGS) \
-   -DOCTAVE_MEX_SOVERSION="$(OCTAVE_LIBOCTMEX_SOVERSION_MAJOR)"
+@@ -154,7 +157,8 @@ nodist_%canon_reldir%_mkoctfile_SOURCES
+   libgnu/libgnu.la $(LIBS)
  
-+%canon_reldir%_mkoctfile_LDFLAGS = \
+ %canon_reldir%_mkoctfile_LDFLAGS = \
+-  $(OCTAVE_UNICODE_EXE_LDFLAGS)
++  $(OCTAVE_UNICODE_EXE_LDFLAGS) \
 +  -pie
-+
- %canon_reldir%_octave_config_SOURCES =
  
-+%canon_reldir%_octave_config_LDFLAGS = \
+ %canon_reldir%_mkoctfile_CPPFLAGS = \
+   $(SRC_DIR_CPPFLAGS) \
+@@ -171,7 +175,8 @@ nodist_%canon_reldir%_octave_config_SOUR
+   $(LIBS)
+ 
+ %canon_reldir%_octave_config_LDFLAGS = \
+-  $(OCTAVE_UNICODE_EXE_LDFLAGS)
++  $(OCTAVE_UNICODE_EXE_LDFLAGS) \
 +  -pie
-+
- nodist_%canon_reldir%_octave_config_SOURCES = %reldir%/octave-config.cc
  
- %canon_reldir%_octave_config_LDADD = \
+ %canon_reldir%_octave_config_CPPFLAGS = \
+   $(SRC_DIR_CPPFLAGS) \
 

Reply via email to