Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package octave-forge-parallel for openSUSE:Factory checked in at 2023-04-19 17:44:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave-forge-parallel (Old) and /work/SRC/openSUSE:Factory/.octave-forge-parallel.new.2023 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-parallel" Wed Apr 19 17:44:12 2023 rev:12 rq:1080272 version:4.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/octave-forge-parallel/octave-forge-parallel.changes 2023-02-14 16:48:10.619418512 +0100 +++ /work/SRC/openSUSE:Factory/.octave-forge-parallel.new.2023/octave-forge-parallel.changes 2023-04-19 17:44:23.276685369 +0200 @@ -1,0 +2,7 @@ +Tue Apr 18 06:41:00 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com> + +- Add parallel-missing-header-cdef_object.patch Fix no member + named 'cdef_object' in namespace 'octave' + (https://savannah.gnu.org/bugs/?63922). + +------------------------------------------------------------------- New: ---- parallel-missing-header-cdef_object.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave-forge-parallel.spec ++++++ --- /var/tmp/diff_new_pack.AuDcqL/_old 2023-04-19 17:44:26.352703240 +0200 +++ /var/tmp/diff_new_pack.AuDcqL/_new 2023-04-19 17:44:26.356703264 +0200 @@ -1,7 +1,7 @@ # -# spec file for package octave-forge-parallel +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,8 @@ URL: https://octave.sourceforge.io/%{octpkg}/index.html Source0: https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz Patch0: 0001-Bug62349-fix-missing-num_processors.patch +# PATCH-FIX-UPSTREAM parallel-missing-header-cdef_object.patch https://savannah.gnu.org/bugs/?63922 badshah...@gmail.com -- Fix no member named 'cdef_object' in namespace 'octave' +Patch1: parallel-missing-header-cdef_object.patch BuildRequires: gcc-c++ BuildRequires: gnutls-devel >= 3.4.0 BuildRequires: hdf5-devel @@ -42,6 +44,7 @@ %prep %setup -q -c %{name}-%{version} %patch0 +%patch1 -p1 %octave_pkg_src %build ++++++ parallel-missing-header-cdef_object.patch ++++++ Index: octave-forge-parallel-4.0.1/parallel-4.0.1/src/p-connection.cc =================================================================== --- octave-forge-parallel-4.0.1.orig/parallel-4.0.1/src/p-connection.cc +++ octave-forge-parallel-4.0.1/parallel-4.0.1/src/p-connection.cc @@ -17,6 +17,7 @@ along with this program; If not, see <ht */ +#include <octave/cdef-object.h> #include <octave/oct.h> #include <octave/Array.cc>