Hello community, here is the log from the commit of package opencc for openSUSE:Factory checked in at 2020-09-21 16:59:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencc (Old) and /work/SRC/openSUSE:Factory/.opencc.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencc" Mon Sep 21 16:59:28 2020 rev:17 rq:835040 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/opencc/opencc.changes 2018-01-09 14:37:07.365017473 +0100 +++ /work/SRC/openSUSE:Factory/.opencc.new.4249/opencc.changes 2020-09-21 16:59:35.298715217 +0200 @@ -1,0 +2,19 @@ +Sat Sep 12 19:49:53 UTC 2020 - Dirk Mueller <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- OpenCC-ver.1.0.5.tar.gz New: ---- OpenCC-ver.1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencc.spec ++++++ --- /var/tmp/diff_new_pack.9Zev8m/_old 2020-09-21 16:59:36.354716166 +0200 +++ /var/tmp/diff_new_pack.9Zev8m/_new 2020-09-21 16:59:36.358716170 +0200 @@ -1,7 +1,7 @@ # # spec file for package opencc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: opencc -Version: 1.0.5 +Version: 1.1.1 Release: 0 Summary: Open Chinese Convert License: Apache-2.0 Group: System/I18n/Chinese -Url: https://github.com/BYVoid/OpenCC -Source: https://github.com/BYVoid/OpenCC/archive/ver.1.0.5/OpenCC-ver.1.0.5.tar.gz +URL: https://github.com/BYVoid/OpenCC +Source: https://github.com/BYVoid/OpenCC/archive/ver.%{version}/OpenCC-ver.%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -35,12 +35,12 @@ Chinese and Simplified Chinese, which supports phrase-level conversion and regional idioms among Mainland China, Taiwan and Hong kong. -%package -n libopencc2 +%package -n libopencc1_1 Summary: Open Chinese Convert Group: System/Libraries Requires: %{name}-data -%description -n libopencc2 +%description -n libopencc1_1 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. @@ -87,11 +87,12 @@ %cmake_install find %{buildroot} -name "*.a" -delete -print -%post -n libopencc2 -p /sbin/ldconfig -%postun -n libopencc2 -p /sbin/ldconfig +%post -n libopencc1_1 -p /sbin/ldconfig +%postun -n libopencc1_1 -p /sbin/ldconfig %files -%doc AUTHORS NEWS.md LICENSE README.md +%license LICENSE +%doc AUTHORS NEWS.md README.md %{_bindir}/%{name} %{_bindir}/%{name}_dict %{_bindir}/%{name}_phrase_extract @@ -99,9 +100,9 @@ %files data %{_datadir}/%{name}/ -%files -n libopencc2 -%{_libdir}/libopencc.so.2 -%{_libdir}/libopencc.so.1.0.0 +%files -n libopencc1_1 +%{_libdir}/libopencc.so.1.1 +%{_libdir}/libopencc.so.1.1.1 %files devel %{_includedir}/%{name}/ ++++++ OpenCC-ver.1.0.5.tar.gz -> OpenCC-ver.1.1.1.tar.gz ++++++ ++++ 284420 lines of diff (skipped)
