Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package giada for openSUSE:Factory checked in at 2022-05-24 20:33:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/giada (Old) and /work/SRC/openSUSE:Factory/.giada.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "giada" Tue May 24 20:33:27 2022 rev:5 rq:978977 version:0.21.0+git.20220312.9f123ccf Changes: -------- --- /work/SRC/openSUSE:Factory/giada/giada.changes 2022-03-21 20:12:33.888472581 +0100 +++ /work/SRC/openSUSE:Factory/.giada.new.2254/giada.changes 2022-05-24 20:33:28.723032485 +0200 @@ -1,0 +2,6 @@ +Tue May 24 13:18:45 UTC 2022 - Edgar Aichinger <edog...@aon.at> + +- workaround for gcc12 build failure in TW: + temporarily use gcc11 until upstream fix will be available + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ giada.spec ++++++ --- /var/tmp/diff_new_pack.5AcLT7/_old 2022-05-24 20:33:30.795034334 +0200 +++ /var/tmp/diff_new_pack.5AcLT7/_new 2022-05-24 20:33:30.803034341 +0200 @@ -31,7 +31,7 @@ %if 0%{?suse_version} < 1550 BuildRequires: gcc10-c++ %else -BuildRequires: gcc-c++ +BuildRequires: gcc11-c++ %endif BuildRequires: hicolor-icon-theme BuildRequires: libtool @@ -65,6 +65,7 @@ %build export CXX=g++ test -x "$(type -p g++-10)" && export CXX=g++-10 OBJCXX=g++-10 +test -x "$(type -p g++-11)" && export CXX=g++-11 OBJCXX=g++-11 %cmake -DCMAKE_BUILD_TYPE=Release -DWITH_VST3=ON %cmake_build