Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcitx5-chinese-addons for openSUSE:Factory checked in at 2023-10-02 20:05:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx5-chinese-addons (Old) and /work/SRC/openSUSE:Factory/.fcitx5-chinese-addons.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx5-chinese-addons" Mon Oct 2 20:05:18 2023 rev:9 rq:1114468 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx5-chinese-addons/fcitx5-chinese-addons.changes 2023-08-21 11:44:55.319613015 +0200 +++ /work/SRC/openSUSE:Factory/.fcitx5-chinese-addons.new.28202/fcitx5-chinese-addons.changes 2023-10-02 20:06:54.051741889 +0200 @@ -1,0 +2,5 @@ +Sat Sep 30 05:08:53 UTC 2023 - Marguerite Su <i...@marguerite.su> + +- fix build on leap, gcc7 doesn't have charconv + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx5-chinese-addons.spec ++++++ --- /var/tmp/diff_new_pack.WKYyC2/_old 2023-10-02 20:06:55.007776270 +0200 +++ /var/tmp/diff_new_pack.WKYyC2/_new 2023-10-02 20:06:55.007776270 +0200 @@ -31,7 +31,6 @@ BuildRequires: fcitx5-qt-devel BuildRequires: fdupes BuildRequires: fmt-devel -BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libQt5Concurrent-devel BuildRequires: libQt5DBus-devel @@ -44,6 +43,12 @@ BuildRequires: opencc-devel BuildRequires: pkgconfig BuildRequires: xz +%if 0%{?suse_version} == 1500 +BuildRequires: gcc8 +BuildRequires: gcc8-c++ +%else +BuildRequires: gcc-c++ +%endif Supplements: fcitx5 Conflicts: fcitx <= 4.2.9.8 Provides: fcitx-cloudpinyin = %{version} @@ -102,6 +107,10 @@ %setup -q %build +%if 0%{?suse_version} == 1500 +export CC=gcc-8 +export CXX=g++-8 +%endif %cmake -DUSE_WEBKIT=OFF %make_build