Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package octave-forge-communications for
openSUSE:Factory checked in at 2026-08-25 13:51:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-communications (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-communications.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-communications"
Tue Aug 25 13:51:25 2026 rev:9 rq:1373581 version:1.2.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-communications/octave-forge-communications.changes
2025-08-27 21:35:56.085827478 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-communications.new.1258/octave-forge-communications.changes
2026-08-25 13:51:28.728454674 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 18:06:05 UTC 2026 - Stefan BrĂ¼ns <[email protected]>
+
+- Work around broken autoconf compiler/default C++ version
+ detection.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-communications.spec ++++++
--- /var/tmp/diff_new_pack.JdZvPd/_old 2026-08-25 13:51:29.700488932 +0200
+++ /var/tmp/diff_new_pack.JdZvPd/_new 2026-08-25 13:51:29.704489074 +0200
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-communications
#
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -27,9 +27,9 @@
Source0:
https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: hdf5-devel
-BuildRequires: octave-devel
+BuildRequires: octave-devel >= 4.4.0
BuildRequires: octave-forge-signal
-Requires: octave-cli >= 3.4.0
+Requires: octave-cli >= 4.4.0
Requires: octave-forge-signal >= 1.1.3
%description
@@ -45,6 +45,8 @@
%octave_pkg_src
%build
+# autoconf compiler detection is broken, force it
+export CXX="g++ -std=gnu++17"
%octave_pkg_build
%install