Package Release Info

librime-1.10.0+git20240229.4ee471e-160000.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

librime-devel
librime-private-devel
rime

Change Logs

* Sun Apr 06 2025 i@marguerite.su
- refactor librime-boost166.patch
  * leap 15.6's gcc7 has no <filesystem> support, and -lstdc++fs
    does not work, port to <boost/filesystem.hpp>, to avoid runtime
    segfault
* Sat Mar 22 2025 i@marguerite.su
- fix Leap 15.6 build
  * add patch librime-boost166.patch
* Fri Mar 01 2024 rrahl0@proton.me
- remove one of the source downloaders (download_files)
- Update to version 1.10.0:
  * build: make deps/clean prefix=dist_dir
  * build: make clean build=build_dir
  * build(Makefile): fix install targets
  * fix(glog): someone at google is to blame for linking error
  * fix(glog): replace deprecated API
  * fix(glog): configure macros
  * chore(deps): update glog to v0.7.0
  * chore: log file_path_ when warning in tsv.cc (#825)
  * chore: add git blame ignore file [skip ci] (#819)
  * feat(dict_compiler): rebuild packs on demand (#816)
- Update to version 1.9.0:
  * switches: abbreviate state labels
  * dict: shorten the data struct used by Vocabulary
  * add append_comment option to reverse_lookup_filter
  * avoid invalid page_size
  * vocabulary.h: align the size of DictEntry struct
  * dict_compiler.cc: correct the usage of auto in loop
  * dict: improve dict complile performance
  * replace rbtree with vector of pair
  * release memory of temporary fields
  * install-boost.bat: default to boost 1.78
  * build.bat: build boost_
* Wed Sep 13 2023 hillwood@opensuse.org
- Update to version 1.8.5
  * Fix bugs
- Drop librime-1.7.2-add_cmath_header.patch and
  librime-1.7.3-ensure_std_exp_can_be_found_after_including_cmath.patch
* Sun Dec 05 2021 i@xuzhao.net
- Enable logging with google-glog library
* Thu Aug 12 2021 qydwhotmail@gmail.com
- Update to 1.7.3
  Bug Fixes
  * memory: possibly dereferencing null pointer (1c2644d), closes
    [#441]
  * plugins: buffer overflow in plugin lotem/librime-octagram
    (b0b435b), closes rime/squirrel#512
- Add librime-1.7.3-ensure_std_exp_can_be_found_after_including_cmath.patch
  to ensure std::exp can be found after including <cmath>.
* Sun May 09 2021 qydwhotmail@gmail.com
- Revert "Change the recommended package of librime1 from rime-plum to rime-plum-go"
* Thu May 06 2021 qydwhotmail@gmail.com
- Change the recommended package of librime1 from rime-plum to rime-plum-go
* Tue May 04 2021 qydwhotmail@gmail.com
- Remove rime-plum dependency and make it a recommended package
* Sat May 01 2021 qydwhotmail@gmail.com
- Update to version 1.7.2
  Bug Fixes
  * chord_composer: should clear raw input after committing text (79b34ab)
- Fix compilation errors due to missing cmath header (boo#1185458)
  * librime-1.7.2-add_cmath_header.patch