Package Release Info

opencc-1.1.9-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

opencc
opencc-devel

Change Logs

* Sun Sep 22 2024 qzhao@suse.com
- update to 1.1.9:
  * Change googletest to bazel dev_dependency.
  * Add Installation details in readme.
  * Test of Github FUNDING.yml
  * Fix npmignore.
  * Apply patch to rapidjson.
  * Use Python 3.
  * Add Bazel Python library and test.
  * Add back Config::NewFromFile with one argument to maintain the
    ABI compatibility.
* Fri May 24 2024 i@marguerite.su
- switch to system rapidjson, fix boo#1221875
* Sat Nov 25 2023 dmueller@suse.com
- update to 1.1.7:
  * Added python package rebuild on commit to verify package
    generation (#822).
  * Support Python 3.12 and Node 20, remove builds for Python 3.7
    and Node 16 (#820).
  * Add support of CMake config modules (#763).
  * Several other minor fixes.
- drop fix-soversion.patch (obsolete)
* Sun Dec 11 2022 dmueller@suse.com
- update to 1.1.6:
  * FTBFS for MacOS w/ Python 3.11
  * Support Python 3.11
  * Automatically name SO files
  * Add support for Apple silicon build tag
  * other minor fixes
* Mon Aug 01 2022 dmueller@suse.com
- update to 1.1.4:
  * Add python 3.10 support
  * remove support for python < 3.7 and node 10.x
  * small bugfixes
- add fix-soversion.patch for fixing the leftover .so version tag
* Mon Feb 14 2022 dmueller@suse.com
- update to 1.1.3:
  * Fix some header files cannot be used alone (#550).
  * Fix the method of introducing system pybind11 (#566).
  * Support Node.js 16 (#597).
  * Support Python 3.9 (#603).
  * Fixed conversion errors.
  * Several other small fixes.
* Fri Mar 12 2021 dmueller@suse.com
- update to 1.1.2:
  * Added Hong Kong Traditional Chinese conversion.
  * Fix the compilation compatibility problem, including parallel compilation.
  * Fixed the serious performance degradation problem introduced since 1.1.0.
- drop opencc-1.1.1-missing-builtin-types.patch: upstream
* Mon Sep 28 2020 i@marguerite.su
- add opencc-1.1.1-missing-builtin-types.patch
  * SimpleConverter.hpp missed "#include <string>" that breaks pyzy
* Sat Sep 12 2020 dmueller@suse.com
- update to 1.1.1
  * Officially provide interface and TypeScript type annotations.
  * Update the dynamic link library `SOVERSION` to `1.1`, due to
  changes in the internal interface of C++.
  * Simplify the header file structure and speed up compilation. Remove
  unnecessary `using`.  Repair some Hong Kong standard characters.
  * The new dictionary format `ocd2`, based on Marisa Trie 0.2.5. The
  dictionary size is greatly reduced.
  * Change the default conversion of "Yong/Yong" and modify multiple
  phrase conversions.
  * Add benchmark test results.
  * Officially supports Japanese new font conversion.
  * Upgrade Node.js dependency and improve compatibility.
  * Fix multiple multi-platform compilation and compatibility issues.
  * Correct a large number of conversion errors.
* Wed Jan 03 2018 tchvatal@suse.com
- Use python3 for all the operations do not implicitely inherit py2