Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

opencc-data-1.2.0-160099.1.9 RPM for ppc64le

From OpenSuSE Leap 16.1 for ppc64le

Name: opencc-data Distribution: SUSE Linux 16
Version: 1.2.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 160099.1.9 Build date: Mon Jan 12 06:51:05 2026
Group: System/I18n/Chinese Build host: reproducible
Size: 1126192 Source RPM: opencc-1.2.0-160099.1.9.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/BYVoid/OpenCC
Summary: Dictionaries for Open Chinese Convert
OpenCC is an opensource project for conversion between Traditional
Chinese and Simplified Chinese, which supports phrase-level conversion
and regional idioms among Mainland China, Taiwan and Hong kong.

This package provides dictionaries and patterns used by libraries/
binaries of OpenCC.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Jan 12 2026 qzhao@suse.com
  - Update to 1.2.0:
    * Fix and optimize:
      Fix the crash issue when reading configuration files.
      Add type definitions (Typing).
      Fix two out-of-bounds reading issues when handling truncated UTF-8 input.
    * Compilation and environment adaptation:
      Fix the issue of GCC 15 lacking cstdint.
      Fix the error during "npm install opencc" that occurs during the build process.
      Fix the issue of V8 API being deprecated in Node 23.
      Fix the build problem of GCC 15.
      Depend on cmake only when there are no system packages.
      Set the default language version through variables.
      Fix the "python" command in gyp.
      Fix the build error on Node.js 24.
      Fix the deprecated declaration in C++17.
      Use C++17 in marisa 0.3.0.
      Adapt CMake changes related to Fedora.
      Register the hermetic Python 3.12 toolchain.
      Upgrade the Bazel version from 7.2.1 to 8.5.1.
    * The vocabulary list and conversion rules have been updated.
    * Documentation have been added and updated.
    * CI tools have been repaired and updated.
    * Fix two out-of-bounds read issues when handling truncated UTF-8 input.
    (CVE-2025-15536, bsc#1256930)
  - Update opencc.spec:
    * Change lib package name and file name to fit this update.
  - Drop opencc-gcc15.patch:
    OpenCC-1.2.0 has merged the request 72cae18c, which has the same
    contents with opencc-gcc15.patch.
* Sat Apr 05 2025 hsk17@mail.de
  - Add opencc-gcc15.patch to fix gcc15 compile time error
* 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
* Thu Nov 02 2017 mpluskal@suse.com
  - Cleanup spec file a bit
  - Use more of cmake macros
* Thu Oct 05 2017 hillwood@opensuse.org
  - Update to 1.0.5
    * Fix link error for mingw
    * Try fix error nodejs_version=4; Platform: x86
    * Add support for node stable && remove v0.12
    * Update artifacts
    * Artifacts for appveyor
* Sat Mar 12 2016 i@marguerite.su
  - update version 1.0.3.1
* Wed Aug 12 2015 i@marguerite.su
  - update version 1.0.3
* Sun Feb 15 2015 hillwood@linuxfans.org
  - Update to 1.0.2
    * Update dictionary
    * Fix scripts compatibility for Python3
    * Fix compatibility with Python3
    * Add non-allocation interface
    * Add Values() to DictEntry for convinience
    * Fix `OPENCC_DEFAULT_CONFIG_SIMP_TO_TRAD`
* Tue Jul 02 2013 i@marguerite.su
  - update version 0.4.3
    * add interface: `opencc_convert_utf8_free`
    * fix memeory leak problem for nodejs plugin
* Mon Nov 05 2012 i@marguerite.su
  - split a data package to be required by library.
    fix a conversion crash bug in fcitx.
* Sun Jun 24 2012 i@marguerite.su
  - fix fedora builds.
* Sun Jun 03 2012 i@marguerite.su
  - fix sles builds.
* Thu Feb 16 2012 coolo@suse.com
  - trigger the service so it's true
* Mon Jan 23 2012 i@marguerite.su
  - initial package 0.3.0

Files

/usr/share/opencc
/usr/share/opencc/HKVariants.ocd2
/usr/share/opencc/HKVariantsRev.ocd2
/usr/share/opencc/HKVariantsRevPhrases.ocd2
/usr/share/opencc/JPShinjitaiCharacters.ocd2
/usr/share/opencc/JPShinjitaiPhrases.ocd2
/usr/share/opencc/JPVariants.ocd2
/usr/share/opencc/JPVariantsRev.ocd2
/usr/share/opencc/STCharacters.ocd2
/usr/share/opencc/STPhrases.ocd2
/usr/share/opencc/TSCharacters.ocd2
/usr/share/opencc/TSPhrases.ocd2
/usr/share/opencc/TWPhrases.ocd2
/usr/share/opencc/TWPhrasesRev.ocd2
/usr/share/opencc/TWVariants.ocd2
/usr/share/opencc/TWVariantsRev.ocd2
/usr/share/opencc/TWVariantsRevPhrases.ocd2
/usr/share/opencc/hk2s.json
/usr/share/opencc/hk2t.json
/usr/share/opencc/jp2t.json
/usr/share/opencc/s2hk.json
/usr/share/opencc/s2t.json
/usr/share/opencc/s2tw.json
/usr/share/opencc/s2twp.json
/usr/share/opencc/t2hk.json
/usr/share/opencc/t2jp.json
/usr/share/opencc/t2s.json
/usr/share/opencc/t2tw.json
/usr/share/opencc/tw2s.json
/usr/share/opencc/tw2sp.json
/usr/share/opencc/tw2t.json


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 18 23:09:57 2026