Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libime for openSUSE:Factory checked in at 2026-02-09 11:43:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libime (Old) and /work/SRC/openSUSE:Factory/.libime.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libime" Mon Feb 9 11:43:11 2026 rev:17 rq:1331810 version:1.1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/libime/libime.changes 2025-06-23 15:04:41.828292685 +0200 +++ /work/SRC/openSUSE:Factory/.libime.new.1670/libime.changes 2026-02-09 11:43:46.078776832 +0100 @@ -1,0 +2,8 @@ +Sun Feb 8 02:55:58 UTC 2026 - Marguerite Su <[email protected]> + +- update to 1.1.13 + * learning new words logic in pinyin is updated to create fewer + words if the model contains it. + * Some new API to query ngram existence. + +------------------------------------------------------------------- Old: ---- libime-1.1.11_dict.tar.zst New: ---- libime-1.1.13_dict.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libime.spec ++++++ --- /var/tmp/diff_new_pack.O70Pmq/_old 2026-02-09 11:43:46.762805609 +0100 +++ /var/tmp/diff_new_pack.O70Pmq/_new 2026-02-09 11:43:46.762805609 +0100 @@ -1,7 +1,7 @@ # # spec file for package libime # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,24 @@ Name: libime -Version: 1.1.11 +Version: 1.1.13 Release: 0 Summary: Generic input method implementation License: LGPL-2.1-or-later Group: System/I18n/Chinese URL: https://github.com/fcitx/libime Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}_dict.tar.zst -BuildRequires: boost-devel BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: fcitx5-devel BuildRequires: fdupes -%if 0%{?suse_version} >= 1550 -BuildRequires: gcc-c++ +%if 0%{?suse_version} < 1600 +BuildRequires: gcc15-c++ +BuildRequires: libboost_iostreams1_75_0-devel %else -BuildRequires: gcc13-c++ -%endif +BuildRequires: gcc-c++ BuildRequires: libboost_iostreams-devel +%endif BuildRequires: libzstd-devel BuildRequires: zstd @@ -93,12 +93,13 @@ %autosetup %build -%if 0%{?suse_version} < 1550 -export CC=%{_bindir}/gcc-13 -export CXX=%{_bindir}/g++-13 -%endif -export LANG=en_US.UTF-8 +%if 0%{?suse_version} < 1600 +%cmake -DCMAKE_C_COMPILER=%{_bindir}/gcc-15 \ + -DCMAKE_CXX_COMPILER=%{_bindir}/g++-15 \ + -DCMAKE_SKIP_RPATH=OFF +%else %cmake -DCMAKE_SKIP_RPATH=OFF +%endif %make_build %install ++++++ libime-1.1.11_dict.tar.zst -> libime-1.1.13_dict.tar.zst ++++++ /work/SRC/openSUSE:Factory/libime/libime-1.1.11_dict.tar.zst /work/SRC/openSUSE:Factory/.libime.new.1670/libime-1.1.13_dict.tar.zst differ: char 7, line 1
