Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package transmission for openSUSE:Factory checked in at 2024-04-16 20:05:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/transmission (Old) and /work/SRC/openSUSE:Factory/.transmission.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transmission" Tue Apr 16 20:05:33 2024 rev:106 rq:1168028 version:4.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/transmission/transmission.changes 2024-02-23 16:47:08.783289781 +0100 +++ /work/SRC/openSUSE:Factory/.transmission.new.26366/transmission.changes 2024-04-16 20:11:44.689873153 +0200 @@ -1,0 +2,5 @@ +Tue Apr 16 10:10:21 UTC 2024 - Max Lin <[email protected]> + +- Build with gcc13 on Leap 15 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ transmission.spec ++++++ --- /var/tmp/diff_new_pack.O3ti0Y/_old 2024-04-16 20:11:45.513903435 +0200 +++ /var/tmp/diff_new_pack.O3ti0Y/_new 2024-04-16 20:11:45.513903435 +0200 @@ -46,7 +46,11 @@ BuildRequires: alts BuildRequires: cmake BuildRequires: fdupes +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 +BuildRequires: gcc13-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: gettext-tools BuildRequires: libb64-devel BuildRequires: libcurl-devel >= 7.28.0 @@ -159,6 +163,10 @@ cp %{SOURCE1} . %build +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 +export CC=gcc-13 +export CXX=g++-13 +%endif # Turning INSTALL_DOC off breaks the package because it doesn't install # transmission.1 manpage, argh! %cmake \
