commit opencc for openSUSE:Factory

2020-10-03 Thread root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2020-10-03 18:51:44

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new.4249 (New)


Package is "opencc"

Sat Oct  3 18:51:44 2020 rev:18 rq:838153 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2020-09-21 
16:59:35.298715217 +0200
+++ /work/SRC/openSUSE:Factory/.opencc.new.4249/opencc.changes  2020-10-03 
18:51:53.861234290 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 05:07:44 UTC 2020 - Marguerite Su 
+
+- add opencc-1.1.1-missing-builtin-types.patch
+  * SimpleConverter.hpp missed "#include " that breaks pyzy 
+
+---

New:

  opencc-1.1.1-missing-builtin-types.patch



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.jZL70N/_old  2020-10-03 18:51:54.385234637 +0200
+++ /var/tmp/diff_new_pack.jZL70N/_new  2020-10-03 18:51:54.389234640 +0200
@@ -24,6 +24,8 @@
 Group:  System/I18n/Chinese
 URL:https://github.com/BYVoid/OpenCC
 Source: 
https://github.com/BYVoid/OpenCC/archive/ver.%{version}/OpenCC-ver.%{version}.tar.gz
+#PATCH-FIX-UPSTREAM marguer...@opensuse.org SimpleConverter.hpp missed 
"#include " that breaks pyzy 
+Patch:  opencc-1.1.1-missing-builtin-types.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -73,6 +75,7 @@
 
 %prep
 %setup -q -n OpenCC-ver.%{version}
+%patch -p1
 # call python3 with path
 sed -i \
 -e 's:BIN python:BIN /usr/bin/python3:g' \

++ opencc-1.1.1-missing-builtin-types.patch ++
Index: OpenCC-ver.1.1.1/src/SimpleConverter.hpp
===
--- OpenCC-ver.1.1.1.orig/src/SimpleConverter.hpp
+++ OpenCC-ver.1.1.1/src/SimpleConverter.hpp
@@ -16,6 +16,8 @@
  * limitations under the License.
  */
 
+#include 
+
 #include "Export.hpp"
 
 #ifndef __OPENCC_SIMPLECONVERTER_HPP_



commit opencc for openSUSE:Factory

2020-09-21 Thread root
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.changes2018-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 
+
+- 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)




commit opencc for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2018-01-09 14:37:06

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is "opencc"

Tue Jan  9 14:37:06 2018 rev:16 rq:561790 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2017-11-14 
14:13:26.915878032 +0100
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2018-01-09 
14:37:07.365017473 +0100
@@ -1,0 +2,5 @@
+Wed Jan  3 19:38:59 UTC 2018 - tchva...@suse.com
+
+- Use python3 for all the operations do not implicitely inherit py2
+
+---



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.4bCa75/_old  2018-01-09 14:37:08.324972445 +0100
+++ /var/tmp/diff_new_pack.4bCa75/_new  2018-01-09 14:37:08.328972258 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,8 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+# needed to generate some docu files
+BuildRequires:  python3-base
 
 %description
 OpenCC is an opensource project for conversion between Traditional
@@ -71,6 +73,10 @@
 
 %prep
 %setup -q -n OpenCC-ver.%{version}
+# call python3 with path
+sed -i \
+-e 's:BIN python:BIN /usr/bin/python3:g' \
+data/CMakeLists.txt
 
 %build
 %cmake \




commit opencc for openSUSE:Factory

2017-11-14 Thread root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2017-11-14 14:13:16

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is "opencc"

Tue Nov 14 14:13:16 2017 rev:15 rq:540156 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2017-10-10 
11:36:48.419745458 +0200
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2017-11-14 
14:13:26.915878032 +0100
@@ -1,0 +2,6 @@
+Thu Nov  2 13:43:51 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file a bit
+- Use more of cmake macros
+
+---



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.r1PYg4/_old  2017-11-14 14:13:33.831625782 +0100
+++ /var/tmp/diff_new_pack.r1PYg4/_new  2017-11-14 14:13:33.831625782 +0100
@@ -26,9 +26,7 @@
 Source: 
https://github.com/BYVoid/OpenCC/archive/ver.1.0.5/OpenCC-ver.1.0.5.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRequires:  python-base
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 OpenCC is an opensource project for conversion between Traditional
@@ -72,40 +70,34 @@
 This package provides development headers for OpenCC.
 
 %prep
-%setup -q -n OpenCC-ver.1.0.5
+%setup -q -n OpenCC-ver.%{version}
 
 %build
-%cmake -DCMAKE_SKIP_RPATH=OFF \
-   -DSHARE_INSTALL_PREFIX=%{_datadir} \
-   -DLIB_INSTALL_DIR=%{_libdir}
-make %{?_smp_mflags}
+%cmake \
+  -DCMAKE_SKIP_RPATH=OFF
+%make_jobs
 
 %install
 %cmake_install
 find %{buildroot} -name "*.a" -delete -print
 
 %post -n libopencc2 -p /sbin/ldconfig
-
 %postun -n libopencc2 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS NEWS.md LICENSE README.md
 %{_bindir}/%{name}
 %{_bindir}/%{name}_dict
 %{_bindir}/%{name}_phrase_extract
 
 %files data
-%defattr(-,root,root)
 %{_datadir}/%{name}/
 
 %files -n libopencc2
-%defattr(-,root,root)
 %{_libdir}/libopencc.so.2
 %{_libdir}/libopencc.so.1.0.0
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/
 %{_libdir}/libopencc.so
 %{_libdir}/pkgconfig/opencc.pc




commit opencc for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2017-10-10 11:36:44

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is "opencc"

Tue Oct 10 11:36:44 2017 rev:14 rq:531776 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2016-03-16 
10:36:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2017-10-10 
11:36:48.419745458 +0200
@@ -1,0 +2,10 @@
+Thu Oct  5 13:28:26 UTC 2017 - hillw...@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
+
+---

Old:

  OpenCC-ver.1.0.3-1.tar.gz

New:

  OpenCC-ver.1.0.5.tar.gz



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.djOC5S/_old  2017-10-10 11:36:50.843639076 +0200
+++ /var/tmp/diff_new_pack.djOC5S/_new  2017-10-10 11:36:50.847638901 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opencc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   opencc
-Version:1.0.3.1
+Version:1.0.5
 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.3-1/OpenCC-ver.1.0.3-1.tar.gz 
+Source: 
https://github.com/BYVoid/OpenCC/archive/ver.1.0.5/OpenCC-ver.1.0.5.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -72,24 +72,20 @@
 This package provides development headers for OpenCC.
 
 %prep
-%setup -q -n OpenCC-ver.1.0.3-1
+%setup -q -n OpenCC-ver.1.0.5
 
 %build
-%cmake -DCMAKE_SKIP_RPATH=OFF -DSHARE_INSTALL_PREFIX="%{_datadir}/"
+%cmake -DCMAKE_SKIP_RPATH=OFF \
+   -DSHARE_INSTALL_PREFIX=%{_datadir} \
+   -DLIB_INSTALL_DIR=%{_libdir}
 make %{?_smp_mflags}
 
 %install
 %cmake_install
 find %{buildroot} -name "*.a" -delete -print
 
-#fix libraries
-%if %{_lib} == lib64
-mkdir -pv %{buildroot}%{_libdir}/pkgconfig/
-mv %{buildroot}%{_prefix}/lib/pkgconfig/* %{buildroot}%{_libdir}/pkgconfig/
-mv %{buildroot}%{_prefix}/lib/libopencc.* %{buildroot}%{_libdir}
-%endif
-
 %post -n libopencc2 -p /sbin/ldconfig
+
 %postun -n libopencc2 -p /sbin/ldconfig
 
 %files

++ OpenCC-ver.1.0.3-1.tar.gz -> OpenCC-ver.1.0.5.tar.gz ++
 1848 lines of diff (skipped)




commit opencc for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2016-03-16 10:35:52

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is "opencc"

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2015-08-12 
15:14:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2016-03-16 
10:36:04.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 12 08:24:11 UTC 2016 - i...@marguerite.su
+
+- update version 1.0.3.1
+
+---

Old:

  opencc-1.0.3.tar.gz

New:

  OpenCC-ver.1.0.3-1.tar.gz



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.xPSdsM/_old  2016-03-16 10:36:05.0 +0100
+++ /var/tmp/diff_new_pack.xPSdsM/_new  2016-03-16 10:36:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   opencc
-Version:1.0.3
+Version:1.0.3.1
 Release:0
 Summary:Open Chinese Convert
 License:Apache-2.0
 Group:  System/I18n/Chinese
 Url:https://github.com/BYVoid/OpenCC
-Source: 
https://bintray.com/artifact/download/byvoid/%{name}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/BYVoid/OpenCC/archive/ver.1.0.3-1/OpenCC-ver.1.0.3-1.tar.gz 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -72,35 +72,24 @@
 This package provides development headers for OpenCC.
 
 %prep
-%setup -q
+%setup -q -n OpenCC-ver.1.0.3-1
 
 %build
-mkdir -pv build
-pushd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=Release ..
-make
+%cmake -DCMAKE_SKIP_RPATH=OFF -DSHARE_INSTALL_PREFIX="%{_datadir}/"
+make %{?_smp_mflags}
 
 %install
-pushd build
-%makeinstall
+%cmake_install
+find %{buildroot} -name "*.a" -delete -print
 
 #fix libraries
 %if %{_lib} == lib64
-mkdir -pv %{buildroot}%{_prefix}/lib64/pkgconfig/
+mkdir -pv %{buildroot}%{_libdir}/pkgconfig/
 mv %{buildroot}%{_prefix}/lib/pkgconfig/* %{buildroot}%{_libdir}/pkgconfig/
 mv %{buildroot}%{_prefix}/lib/libopencc.* %{buildroot}%{_libdir}
-rm -rf %{buildroot}%{_libdir}/libopencc.a
-%else
-rm -rf %{buildroot}%{_prefix}/lib/libopencc.a
 %endif
-strip %{buildroot}%{_libdir}/libopencc.so.1.0.0
-
-popd
-
-#%find_lang %{name}
 
 %post -n libopencc2 -p /sbin/ldconfig
-
 %postun -n libopencc2 -p /sbin/ldconfig
 
 %files 
@@ -109,8 +98,6 @@
 %{_bindir}/%{name}
 %{_bindir}/%{name}_dict
 %{_bindir}/%{name}_phrase_extract
-# %{_mandir}/man1/%{name}.1.gz
-# %{_mandir}/man1/%{name}_dict.1.gz
 
 %files data
 %defattr(-,root,root)




commit opencc for openSUSE:Factory

2015-08-12 Thread h_root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2015-08-12 15:14:41

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is opencc

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2015-02-16 
22:13:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2015-08-12 
15:14:43.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 12 00:16:09 UTC 2015 - i...@marguerite.su
+
+- update version 1.0.3
+
+---

Old:

  opencc-1.0.2.tar.gz

New:

  opencc-1.0.3.tar.gz



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.WI2lRz/_old  2015-08-12 15:14:44.0 +0200
+++ /var/tmp/diff_new_pack.WI2lRz/_new  2015-08-12 15:14:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opencc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:   opencc
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Open Chinese Convert
 License:Apache-2.0
 Group:  System/I18n/Chinese
 Url:https://github.com/BYVoid/OpenCC
-Source: %{name}-%{version}.tar.gz
+Source: 
https://bintray.com/artifact/download/byvoid/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  gettext
 BuildRequires:  pkg-config
 BuildRequires:  python-base
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -73,12 +72,12 @@
 This package provides development headers for OpenCC.
 
 %prep
-%setup -q -n OpenCC-ver.%{version}
+%setup -q
 
 %build
 mkdir -pv build
 pushd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=Release 
-DENABLE_GETTEXT:BOOL=ON ..
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=Release ..
 make
 
 %install
@@ -109,6 +108,7 @@
 %doc AUTHORS NEWS.md LICENSE README.md
 %{_bindir}/%{name}
 %{_bindir}/%{name}_dict
+%{_bindir}/%{name}_phrase_extract
 # %{_mandir}/man1/%{name}.1.gz
 # %{_mandir}/man1/%{name}_dict.1.gz
 

++ opencc-1.0.2.tar.gz - opencc-1.0.3.tar.gz ++
 196191 lines of diff (skipped)




commit opencc for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2015-02-16 22:13:04

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is opencc

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2013-07-04 
10:12:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2015-02-16 
22:13:05.0 +0100
@@ -1,0 +2,11 @@
+Sun Feb 15 03:59:02 UTC 2015 - hillw...@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`
+
+---

Old:

  _service
  opencc-0.4.3.tar.gz

New:

  opencc-1.0.2.tar.gz



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.wdlxnw/_old  2015-02-16 22:13:06.0 +0100
+++ /var/tmp/diff_new_pack.wdlxnw/_new  2015-02-16 22:13:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,18 @@
 
 
 Name:   opencc
-Version:0.4.3
+Version:1.0.2
 Release:0
 Summary:Open Chinese Convert
 License:Apache-2.0
 Group:  System/I18n/Chinese
-Url:http://code.google.com/p/opencc
-Source: https://opencc.googlecode.com/files/%{name}-%{version}.tar.gz
+Url:https://github.com/BYVoid/OpenCC
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  cmake
+BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  pkg-config
+BuildRequires:  python-base
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,12 +36,12 @@
 Chinese and Simplified Chinese, which supports phrase-level conversion
 and regional idioms among Mainland China, Taiwan and Hong kong.
 
-%package -n libopencc1
+%package -n libopencc2
 Summary:Open Chinese Convert
 Group:  System/Libraries
 Requires:   %{name}-data
 
-%description -n libopencc1
+%description -n libopencc2
 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.
@@ -71,7 +73,7 @@
 This package provides development headers for OpenCC.
 
 %prep
-%setup -q
+%setup -q -n OpenCC-ver.%{version}
 
 %build
 mkdir -pv build
@@ -96,27 +98,27 @@
 
 popd
 
-%find_lang %{name}
+#%find_lang %{name}
 
-%post -n libopencc1 -p /sbin/ldconfig
+%post -n libopencc2 -p /sbin/ldconfig
 
-%postun -n libopencc1 -p /sbin/ldconfig
+%postun -n libopencc2 -p /sbin/ldconfig
 
-%files -f %{name}.lang
+%files 
 %defattr(-,root,root)
 %doc AUTHORS NEWS.md LICENSE README.md
 %{_bindir}/%{name}
 %{_bindir}/%{name}_dict
-%{_mandir}/man1/%{name}.1.gz
-%{_mandir}/man1/%{name}_dict.1.gz
+# %{_mandir}/man1/%{name}.1.gz
+# %{_mandir}/man1/%{name}_dict.1.gz
 
 %files data
 %defattr(-,root,root)
 %{_datadir}/%{name}/
 
-%files -n libopencc1
+%files -n libopencc2
 %defattr(-,root,root)
-%{_libdir}/libopencc.so.1
+%{_libdir}/libopencc.so.2
 %{_libdir}/libopencc.so.1.0.0
 
 %files devel

++ opencc-0.4.3.tar.gz - opencc-1.0.2.tar.gz ++
 139224 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit opencc for openSUSE:Factory

2013-07-04 Thread h_root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2013-07-04 10:12:40

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is opencc

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2012-11-12 
07:04:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2013-07-04 
10:12:42.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul  2 13:58:43 UTC 2013 - i...@marguerite.su
+
+- update version 0.4.3
+  * add interface: `opencc_convert_utf8_free`
+  * fix memeory leak problem for nodejs plugin
+
+---

Old:

  opencc-0.3.0.git20121105.tar.bz2

New:

  opencc-0.4.3.tar.gz



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.HDo5nJ/_old  2013-07-04 10:12:43.0 +0200
+++ /var/tmp/diff_new_pack.HDo5nJ/_new  2013-07-04 10:12:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opencc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   opencc
-Version:0.3.0.git20121105
+Version:0.4.3
 Release:0
 Summary:Open Chinese Convert
 License:Apache-2.0
 Group:  System/I18n/Chinese
 Url:http://code.google.com/p/opencc
-Source: %{name}-%{version}.tar.bz2
+Source: https://opencc.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gettext
 BuildRequires:  pkg-config
@@ -74,25 +74,25 @@
 %setup -q
 
 %build
-%{__mkdir} -pv build
+mkdir -pv build
 pushd build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=Release 
-DENABLE_GETTEXT:BOOL=ON ..
 make
 
 %install
 pushd build
-make DESTDIR=%{buildroot} install
+%makeinstall
 
 #fix libraries
 %if %{_lib} == lib64
-%{__mkdir} -pv %{buildroot}/usr/lib64/pkgconfig/
-%{__mv} %{buildroot}/usr/lib/pkgconfig/* %{buildroot}%{_libdir}/pkgconfig/
-%{__mv} %{buildroot}/usr/lib/libopencc.* %{buildroot}%{_libdir}
-%{__rm} -rf %{buildroot}%{_libdir}/libopencc.a
+mkdir -pv %{buildroot}%{_prefix}/lib64/pkgconfig/
+mv %{buildroot}%{_prefix}/lib/pkgconfig/* %{buildroot}%{_libdir}/pkgconfig/
+mv %{buildroot}%{_prefix}/lib/libopencc.* %{buildroot}%{_libdir}
+rm -rf %{buildroot}%{_libdir}/libopencc.a
 %else
-%{__rm} -rf %{buildroot}/usr/lib/libopencc.a
+rm -rf %{buildroot}%{_prefix}/lib/libopencc.a
 %endif
-%{__strip} %{buildroot}%{_libdir}/libopencc.so.1.0.0
+strip %{buildroot}%{_libdir}/libopencc.so.1.0.0
 
 popd
 
@@ -104,7 +104,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS NEWS
+%doc AUTHORS NEWS.md LICENSE README.md
 %{_bindir}/%{name}
 %{_bindir}/%{name}_dict
 %{_mandir}/man1/%{name}.1.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit opencc for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2012-06-26 17:09:13

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is opencc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2012-06-06 
10:34:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2012-06-26 
17:09:25.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 24 19:02:21 UTC 2012 - i...@marguerite.su
+
+- fix fedora builds.
+
+---



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.nDEi6w/_old  2012-06-26 17:09:26.0 +0200
+++ /var/tmp/diff_new_pack.nDEi6w/_new  2012-06-26 17:09:26.0 +0200
@@ -58,7 +58,7 @@
 
 %install
 pushd build
-%makeinstall
+make DESTDIR=%{buildroot} install
 
 #fix libraries
 %if %{_lib} == lib64
@@ -71,8 +71,9 @@
 %endif
 %{__strip} %{buildroot}%{_libdir}/libopencc.so.1.0.0
 
+popd
+
 %find_lang %{name}
-%{__mv} %{name}.lang ../
 
 %post -n libopencc1 -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit opencc for openSUSE:Factory

2012-06-06 Thread h_root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2012-06-06 10:34:01

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is opencc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2012-02-17 
15:01:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2012-06-06 
10:34:02.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun  3 02:53:01 UTC 2012 - i...@marguerite.su
+
+- fix sles builds.
+
+---



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.Sxs5ZJ/_old  2012-06-06 10:34:03.0 +0200
+++ /var/tmp/diff_new_pack.Sxs5ZJ/_new  2012-06-06 10:34:03.0 +0200
@@ -58,7 +58,7 @@
 
 %install
 pushd build
-%make_install
+%makeinstall
 
 #fix libraries
 %if %{_lib} == lib64

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit opencc for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2012-02-17 15:00:55

Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and  /work/SRC/openSUSE:Factory/.opencc.new (New)


Package is opencc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/opencc/opencc.changes2012-02-16 
16:35:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes   2012-02-17 
15:01:00.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 16 15:37:21 UTC 2012 - co...@suse.com
+
+- trigger the service so it's true
+
+---

Old:

  opencc-0.3.0.tar.bz2

New:

  opencc-0.3.0git.1324715872.tar.bz2



Other differences:
--
++ opencc.spec ++
--- /var/tmp/diff_new_pack.p9nltU/_old  2012-02-17 15:01:02.0 +0100
+++ /var/tmp/diff_new_pack.p9nltU/_new  2012-02-17 15:01:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opencc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Name:   opencc
-Version:   0.3.0
-Release:   1
-License:   Apache-2.0
+Version:0.3.0git.1324715872
+Release:0
 Summary:   Open Chinese Convert
-Url:   http://code.google.com/p/opencc
+License:Apache-2.0
 Group: System/Libraries
+Url:http://code.google.com/p/opencc
 Source:%{name}-%{version}.tar.bz2
-BuildRequires: gettext
 BuildRequires: cmake
+BuildRequires:  gettext
 BuildRequires: pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org