SHA256
1
0
forked from pool/libime

8 Commits

Author SHA256 Message Date
6d2cacc98f Accepting request 1287592 from M17N
OBS-URL: https://build.opensuse.org/request/show/1287592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libime?expand=0&rev=16
2025-06-23 13:04:02 +00:00
5c3d5a9e64 Accepting request 1287591 from home:MargueriteSu:branches:M17N
- 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.

OBS-URL: https://build.opensuse.org/request/show/1287591
OBS-URL: https://build.opensuse.org/package/show/M17N/libime?expand=0&rev=46
2025-06-21 16:59:32 +00:00
ca039bb75b Accepting request 1241077 from M17N
OBS-URL: https://build.opensuse.org/request/show/1241077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libime?expand=0&rev=15
2025-01-29 15:17:25 +00:00
a88d4afbac Accepting request 1241076 from home:MargueriteSu:branches:M17N
- 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

OBS-URL: https://build.opensuse.org/request/show/1241076
OBS-URL: https://build.opensuse.org/package/show/M17N/libime?expand=0&rev=44
2025-01-29 08:06:52 +00:00
a5c6626b9b Accepting request 1235008 from M17N
OBS-URL: https://build.opensuse.org/request/show/1235008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libime?expand=0&rev=14
2025-01-06 15:05:12 +00:00
ccf2591667 Accepting request 1235007 from home:MargueriteSu:branches:M17N
- 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

OBS-URL: https://build.opensuse.org/request/show/1235007
OBS-URL: https://build.opensuse.org/package/show/M17N/libime?expand=0&rev=42
2025-01-05 12:41:54 +00:00
4e17ad4fba 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
6ceac18aac Accepting request 1199472 from home:dirkmueller:Factory
- 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/request/show/1199472
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 43 additions and 7 deletions

View File

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

View File

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

View File

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