2 Commits

Author SHA256 Message Date
e56f9b1989 Accepting request 1199521 from M17N
OBS-URL: https://build.opensuse.org/request/show/1199521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libime?expand=0&rev=13
2024-09-09 12:44:52 +00:00
0db54dab60 - 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

OBS-URL: https://build.opensuse.org/package/show/M17N/libime?expand=0&rev=40
2024-09-09 02:50:03 +00:00
4 changed files with 7 additions and 43 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bcbbcbece9b41054d98b30bd4e6da94797e78ec328472dc6722379776dd48d7
size 49591163

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:706afaa76202e8293c4d3dad1e161adbe868eae4bcbc5c6e4e51703340b44258
size 37061630

View File

@@ -1,33 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libime
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 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.11
Version: 1.1.8
Release: 0
Summary: Generic input method implementation
License: LGPL-2.1-or-later
@@ -29,12 +29,10 @@ BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: fcitx5-devel
BuildRequires: fdupes
%if 0%{?suse_version} >= 1550
BuildRequires: gcc-c++
%else
BuildRequires: gcc13-c++
%endif
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_iostreams-devel
BuildRequires: libboost_regex-devel
BuildRequires: libzstd-devel
BuildRequires: zstd
@@ -93,10 +91,6 @@ 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