Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package conky for openSUSE:Factory checked in at 2025-05-05 22:28:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conky (Old) and /work/SRC/openSUSE:Factory/.conky.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conky" Mon May 5 22:28:50 2025 rev:39 rq:1274465 version:1.21.7 Changes: -------- --- /work/SRC/openSUSE:Factory/conky/conky.changes 2024-11-20 17:00:10.365308575 +0100 +++ /work/SRC/openSUSE:Factory/.conky.new.30101/conky.changes 2025-05-05 22:56:50.013572949 +0200 @@ -1,0 +2,5 @@ +Mon Mar 3 03:03:03 UTC 2025 - [email protected] + +- Use gcc13 in SLE15 because because C++17 is used + +------------------------------------------------------------------- @@ -2,0 +8 @@ + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conky.spec ++++++ --- /var/tmp/diff_new_pack.77PpeF/_old 2025-05-05 22:56:51.589639216 +0200 +++ /var/tmp/diff_new_pack.77PpeF/_new 2025-05-05 22:56:51.617640393 +0200 @@ -38,7 +38,12 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook2x BuildRequires: freetype2-devel +%if 0%{?suse_version} < 1600 +BuildRequires: gcc13 +BuildRequires: gcc13-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: gperf BuildRequires: hicolor-icon-theme BuildRequires: libiw-devel @@ -86,12 +91,8 @@ Obsoletes: conky-feature-nvidia < %{version} %endif %if 0%{?is_opensuse} -%if 0%{?suse_version} >= 1315 BuildRequires: libircclient-devel BuildRequires: libtolua++-5_1-devel -%else -BuildRequires: tolua++ -%endif %endif %description @@ -136,6 +137,8 @@ %autopatch -p1 %build +test -x "$(type -p gcc-13)" && export CC="$_" +test -x "$(type -p g++-13)" && export CXX="$_" %cmake -G Ninja \ -DBUILD_APCUPSD=ON \ -DBUILD_ARGB=ON \
