Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcitx5-rime for openSUSE:Leap:16.0 checked in at 2025-07-15 17:55:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/fcitx5-rime (Old) and /work/SRC/openSUSE:Leap:16.0/.fcitx5-rime.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx5-rime" Tue Jul 15 17:55:09 2025 rev:2 rq:1293346 version:5.1.10 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/fcitx5-rime/fcitx5-rime.changes 2025-03-19 11:42:46.199764298 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.fcitx5-rime.new.7373/fcitx5-rime.changes 2025-07-15 17:55:50.028341528 +0200 @@ -1,0 +2,26 @@ +Fri Jun 20 13:52:36 UTC 2025 - Marguerite Su <i...@marguerite.su> + +- update to 5.1.10 + * Make notification less verbose. + +------------------------------------------------------------------- +Sun Jan 5 06:46:10 UTC 2025 - Marguerite Su <i...@marguerite.su> + +- update to 5.1.9 + * Add additional behaviors in the switch input method configuration + * partially implement BulkCursor + * Update the message and the logic for block message + * add hotkey configuration for deploy and synchronize + * Use option label from action instead of get_state_label to + support older librime + * Use new show custom input method information to display option + change + * Set program name to client_app property + * implement candidate action: forget_candidate +- changes in 5.1.8 + * hotfix +- changes in 5.1.7 + * Add compose support + * Fix a bug with combo pinyin with certain preedit mode + +------------------------------------------------------------------- Old: ---- fcitx5-rime-5.1.6.tar.zst New: ---- fcitx5-rime-5.1.10.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx5-rime.spec ++++++ --- /var/tmp/diff_new_pack.2OQR9c/_old 2025-07-15 17:55:50.272351720 +0200 +++ /var/tmp/diff_new_pack.2OQR9c/_new 2025-07-15 17:55:50.276351887 +0200 @@ -1,7 +1,7 @@ # # spec file for package fcitx5-rime # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fcitx5-rime -Version: 5.1.6 +Version: 5.1.10 Release: 0 Summary: RIME support for Fcitx5 License: LGPL-2.1-or-later @@ -29,7 +29,11 @@ BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: fcitx5-devel +%if 0%{?suse_version} >= 1550 BuildRequires: gcc-c++ +%else +BuildRequires: gcc13-c++ +%endif BuildRequires: hicolor-icon-theme BuildRequires: librime-devel BuildRequires: pkgconfig @@ -50,7 +54,11 @@ %patch -P 0 -p1 %build +%if 0%{?suse_version} == 1500 +%cmake -DCMAKE_CXX_COMPILER=%{_bindir}/g++-13 +%else %cmake +%endif %make_build %install ++++++ fcitx5-rime-5.1.6.tar.zst -> fcitx5-rime-5.1.10.tar.zst ++++++ ++++ 4401 lines of diff (skipped)