Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package audacity for openSUSE:Factory checked in at 2023-11-10 12:33:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audacity (Old) and /work/SRC/openSUSE:Factory/.audacity.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacity" Fri Nov 10 12:33:39 2023 rev:116 rq:1124811 version:3.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/audacity/audacity.changes 2023-11-09 21:36:12.650686059 +0100 +++ /work/SRC/openSUSE:Factory/.audacity.new.17445/audacity.changes 2023-11-10 12:37:32.429854013 +0100 @@ -1,0 +2,5 @@ +Fri Nov 10 08:06:47 UTC 2023 - ecsos <ec...@opensuse.org> + +- Use gcc12 in Leap to fix build error. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacity.spec ++++++ --- /var/tmp/diff_new_pack.3R2Vw2/_old 2023-11-10 12:37:33.485893098 +0100 +++ /var/tmp/diff_new_pack.3R2Vw2/_new 2023-11-10 12:37:33.485893098 +0100 @@ -45,7 +45,13 @@ Patch95: vst3sdk-fix-limits-include-moduleinfoparser.patch BuildRequires: cmake >= 3.16 BuildRequires: desktop-file-utils +%if 0%{?suse_version} <= 1600 +BuildRequires: gcc12 +BuildRequires: gcc12-c++ +%else +BuildRequires: gcc BuildRequires: gcc-c++ +%endif #!BuildIgnore: gstreamer-0_10-plugins-base BuildRequires: hicolor-icon-theme BuildRequires: libmp3lame-devel @@ -141,6 +147,10 @@ %endif %build +%if 0%{?suse_version} <= 1600 +export CC=gcc-12 +export CXX=g++-12 +%endif if ! test -e %{_libdir}/pkgconfig/lame.pc then export PKG_CONFIG_PATH="`echo $PWD`:%{_libdir}/pkgconfig"