Hello community, here is the log from the commit of package libzhuyin for openSUSE:Factory checked in at 2015-08-27 08:55:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzhuyin (Old) and /work/SRC/openSUSE:Factory/.libzhuyin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzhuyin" Changes: -------- --- /work/SRC/openSUSE:Factory/libzhuyin/libzhuyin.changes 2014-11-24 11:18:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libzhuyin.new/libzhuyin.changes 2015-08-27 08:55:54.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Aug 22 18:14:28 UTC 2015 - [email protected] + +- update version 1.0.91 + * add zhuyin_guess_candidates_before/after_cursor methods. + * add zhuyin_valid_zhuyin_keys method. +- changes in 1.0.0 + * support shuffle input + +------------------------------------------------------------------- Old: ---- libzhuyin-0.9.99.20140929.tar.gz New: ---- libzhuyin-1.0.91.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzhuyin.spec ++++++ --- /var/tmp/diff_new_pack.kgZRJZ/_old 2015-08-27 08:55:55.000000000 +0200 +++ /var/tmp/diff_new_pack.kgZRJZ/_new 2015-08-27 08:55:55.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libzhuyin # -# Copyright (c) 2014 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 @@ -16,8 +16,9 @@ # +%define soname 7 Name: libzhuyin -Version: 0.9.99.20140929 +Version: 1.0.91 Release: 0 Summary: Library to deal with zhuyin License: GPL-2.0 @@ -45,12 +46,12 @@ for intelligent sentence-based Chinese zhuyin input methods. -%package -n libzhuyin6 +%package -n libzhuyin%{soname} Summary: Runtime libraries for libzhuyin Group: System/Libraries Requires: libzhuyin-data -%description -n libzhuyin6 +%description -n libzhuyin%{soname} The libzhuyin project aims to provide the algorithms core for intelligent sentence-based Chinese zhuyin input methods. @@ -69,8 +70,7 @@ %package devel Summary: Development headers for libzhuyin Group: Development/Libraries/C and C++ -#Requires: libzhuyin-tools = %{version} -Requires: libzhuyin6 = %{version} +Requires: libzhuyin%{soname} = %{version} %description devel The libzhuyin project aims to provide the algorithms core @@ -86,26 +86,24 @@ pushd data &> /dev/null tar -xf model9.text.tar.gz popd &> /dev/null -./autogen.sh +NOCONFIGURE=1 ./autogen.sh %build %configure --prefix=%{_prefix} --libdir=%{_libdir} make %{?_smp_mflags} %install -%make_install - +make install DESTDIR=%{buildroot} %{?_smp_mflags} rm -rf %{buildroot}%{_libdir}/%{name}.{a,la} %fdupes %{buildroot} -%post -n libzhuyin6 -p /sbin/ldconfig - -%postun -n libzhuyin6 -p /sbin/ldconfig +%post -n libzhuyin%{soname} -p /sbin/ldconfig +%postun -n libzhuyin%{soname} -p /sbin/ldconfig -%files -n libzhuyin6 +%files -n libzhuyin%{soname} %defattr(-,root,root) %doc AUTHORS ChangeLog README COPYING %dir %{_libdir}/%{name} @@ -118,9 +116,8 @@ %files devel %defattr(-,root,root) -%{_includedir}/%{name}-0.9.99 +%{_includedir}/%{name}-%{version} %{_libdir}/%{name}.so %{_libdir}/pkgconfig/%{name}.pc - %changelog ++++++ libzhuyin-0.9.99.20140929.tar.gz -> libzhuyin-1.0.91.tar.gz ++++++ ++++ 2940 lines of diff (skipped)
