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.changes 2016-03-16 10:36:04.000000000 +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 - [email protected] + +- 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)
