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.changes    2013-07-04 
10:12:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.opencc.new/opencc.changes       2015-02-16 
22:13:05.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.wdlxnw/_new  2015-02-16 22:13:06.000000000 +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

Reply via email to