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 2025-09-20 22:04:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx5-chinese-addons (Old)
and /work/SRC/openSUSE:Factory/.fcitx5-chinese-addons.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx5-chinese-addons"
Sat Sep 20 22:04:25 2025 rev:16 rq:1306075 version:5.1.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/fcitx5-chinese-addons/fcitx5-chinese-addons.changes
2025-06-23 15:04:43.784374291 +0200
+++
/work/SRC/openSUSE:Factory/.fcitx5-chinese-addons.new.27445/fcitx5-chinese-addons.changes
2025-09-20 22:04:44.968354771 +0200
@@ -1,0 +2,5 @@
+Sat Sep 20 00:51:32 UTC 2025 - Marguerite Su <[email protected]>
+
+- fix build for leap 15.6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fcitx5-chinese-addons.spec ++++++
--- /var/tmp/diff_new_pack.noSJA0/_old 2025-09-20 22:04:45.524378093 +0200
+++ /var/tmp/diff_new_pack.noSJA0/_new 2025-09-20 22:04:45.528378261 +0200
@@ -116,11 +116,13 @@
%autosetup
%build
-%if 0%{?suse_version} == 1500
-export CC=gcc-8
-export CXX=g++-8
-%endif
+%if 0%{?suse_version} < 1600
+%cmake -DUSE_WEBKIT=OFF \
+ -DCMAKE_C_COMPILER=gcc-13 \
+ -DCMAKE_CXX_COMPILER=g++-13
+%else
%cmake -DUSE_WEBKIT=OFF
+%endif
%make_build
%install