forked from pool/libime
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6d2cacc98f | |||
| 5c3d5a9e64 | |||
| ca039bb75b | |||
| a88d4afbac | |||
| a5c6626b9b | |||
| ccf2591667 | |||
| 4e17ad4fba | |||
| 6ceac18aac |
3
libime-1.1.11_dict.tar.zst
Normal file
3
libime-1.1.11_dict.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bcbbcbece9b41054d98b30bd4e6da94797e78ec328472dc6722379776dd48d7
|
||||
size 49591163
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:982b365cd606d7f2ec1d62f398381ec8febdd4bfa3c5ca4774f0a45aae9de4a1
|
||||
size 37060247
|
||||
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 13:37:57 UTC 2025 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- update to 1.1.11
|
||||
* update dict with more unicode characters.
|
||||
* Fix undefined behavior to make it work on emscripten
|
||||
- drop patch libime-1.1.10-boost166.patch, upstream chose to use
|
||||
c++20, boost166 no longer fits.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 06:47:16 UTC 2025 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- update to 1.1.10
|
||||
* New language model to fix some frequency issue
|
||||
* Correction support for shuangpin
|
||||
* Improving segmentation algorithm for pinyin
|
||||
- refresh libime-1.1.10-boost166.patch
|
||||
- drop libime-1.1.9-boost166.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 06:55:29 UTC 2025 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- update to 1.1.9:
|
||||
* update model and dict
|
||||
* Manually adjust certain character weight in dict
|
||||
to avoid some meaningless score
|
||||
- add patch libime-1.1.9-boost166.patch
|
||||
* <boost/container_hash/hash.hpp> was splitted from
|
||||
<boost/functional/hash.hpp> since boost 1.67
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 15:44:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.8:
|
||||
* When parsing with correction flag, u,i,v should not be
|
||||
considered as invalid
|
||||
* Fix possible prediction duplicate
|
||||
* Refactor pinyin map generatation with meaningful enum
|
||||
* Allow un -> vn for jqxy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 08:45:17 UTC 2024 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
|
||||
14
libime.spec
14
libime.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libime
|
||||
#
|
||||
# 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: libime
|
||||
Version: 1.1.7
|
||||
Version: 1.1.11
|
||||
Release: 0
|
||||
Summary: Generic input method implementation
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -29,10 +29,12 @@ BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fcitx5-devel
|
||||
BuildRequires: fdupes
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
%else
|
||||
BuildRequires: gcc13-c++
|
||||
%endif
|
||||
BuildRequires: libboost_iostreams-devel
|
||||
BuildRequires: libboost_regex-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: zstd
|
||||
|
||||
@@ -91,6 +93,10 @@ This package provides dictionary files for libime.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1550
|
||||
export CC=%{_bindir}/gcc-13
|
||||
export CXX=%{_bindir}/g++-13
|
||||
%endif
|
||||
export LANG=en_US.UTF-8
|
||||
%cmake -DCMAKE_SKIP_RPATH=OFF
|
||||
%make_build
|
||||
|
||||
Reference in New Issue
Block a user