Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ardour for openSUSE:Factory checked in at 2026-08-01 18:33:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ardour (Old) and /work/SRC/openSUSE:Factory/.ardour.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ardour" Sat Aug 1 18:33:01 2026 rev:24 rq:1368775 version:9.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ardour/ardour.changes 2026-06-08 14:25:27.457399357 +0200 +++ /work/SRC/openSUSE:Factory/.ardour.new.16738/ardour.changes 2026-08-01 18:36:28.606592054 +0200 @@ -1,0 +2,5 @@ +Fri Jul 31 00:32:55 UTC 2026 - Marcus Rueckert <[email protected]> + +- Force gcc 15 until Ardour builds with >= 16 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ardour.spec ++++++ --- /var/tmp/diff_new_pack.bysCnz/_old 2026-08-01 18:36:29.250614225 +0200 +++ /var/tmp/diff_new_pack.bysCnz/_new 2026-08-01 18:36:29.254614363 +0200 @@ -16,6 +16,10 @@ # +%if 0%{?suse_version} >= 1699 +%global force_gcc_version 15 +%endif + %define dirbase ardour9 Name: ardour Version: 9.7.0 @@ -33,7 +37,7 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: fftw3-threads-devel -BuildRequires: gcc-c++ +BuildRequires: gcc%{?force_gcc_version}-c++ BuildRequires: gettext-devel BuildRequires: glibc-devel BuildRequires: graphviz @@ -156,6 +160,10 @@ # see https://discourse.ardour.org/t/tls-1295-lea-so-linux-vers-doesnt-work/111778/21 # selinux would prevent this anyway, the gaming policy is necessary for this to work %build +%if 0%{?force_gcc_version} +export CC="gcc-%{?force_gcc_version}" +export CXX="g++-%{?force_gcc_version}" +%endif ./waf configure \ --prefix=%{_prefix} \ --libdir=%{_libdir} \
