Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcitx5-hangul for openSUSE:Leap:16.0 checked in at 2025-07-15 17:55:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/fcitx5-hangul (Old) and /work/SRC/openSUSE:Leap:16.0/.fcitx5-hangul.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx5-hangul" Tue Jul 15 17:55:05 2025 rev:2 rq:1293341 version:5.1.7 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/fcitx5-hangul/fcitx5-hangul.changes 2025-03-19 11:42:45.643740896 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.fcitx5-hangul.new.7373/fcitx5-hangul.changes 2025-07-15 17:55:44.496110458 +0200 @@ -1,0 +2,22 @@ +Fri Jun 20 13:49:38 UTC 2025 - Marguerite Su <i...@marguerite.su> + +- update version 5.1.7 + * Add libhangul 0.2.0 support with new options + +------------------------------------------------------------------- +Wed Jan 29 07:05:15 UTC 2025 - Marguerite Su <i...@marguerite.su> + +- update to 5.1.6 + * use addon factory v2 + * fix: libcxx 19 removes std::char_traits<uint32_t> + * use u32string directly, instead of using our own type alias + +------------------------------------------------------------------- +Sun Jan 5 06:02:28 UTC 2025 - Marguerite Su <i...@marguerite.su> + +- update to 5.1.5 + * translation update +- changes in 5.1.4 + * Revert case change if caps lock is enabled + +------------------------------------------------------------------- Old: ---- fcitx5-hangul-5.1.3.tar.zst New: ---- fcitx5-hangul-5.1.7.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx5-hangul.spec ++++++ --- /var/tmp/diff_new_pack.5qWSWE/_old 2025-07-15 17:55:44.712119480 +0200 +++ /var/tmp/diff_new_pack.5qWSWE/_new 2025-07-15 17:55:44.712119480 +0200 @@ -1,7 +1,7 @@ # # spec file for package fcitx5-hangul # -# 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-hangul -Version: 5.1.3 +Version: 5.1.7 Release: 0 Summary: Hangul Wrapper for Fcitx5 License: LGPL-2.1-only @@ -26,7 +26,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: libhangul-devel BuildRequires: pkgconfig @@ -45,7 +49,11 @@ %setup -q %build +%if 0%{?suse_version} == 1500 +%cmake -DCMAKE_CXX_COMPILER=%{_bindir}/g++-13 +%else %cmake +%endif %make_build %install ++++++ fcitx5-hangul-5.1.3.tar.zst -> fcitx5-hangul-5.1.7.tar.zst ++++++ ++++ 2562 lines of diff (skipped)