Hello community, here is the log from the commit of package libchewing for openSUSE:Factory checked in at 2013-08-06 12:04:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libchewing (Old) and /work/SRC/openSUSE:Factory/.libchewing.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libchewing" Changes: -------- --- /work/SRC/openSUSE:Factory/libchewing/libchewing.changes 2013-04-29 09:54:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libchewing.new/libchewing.changes 2013-08-06 12:41:10.000000000 +0200 @@ -1,0 +2,30 @@ +Fri Aug 2 17:27:15 UTC 2013 - [email protected] + +- update version 0.3.5 + * Improve CMake rules + - Visual Studio build included + * Dictionary improvements + - Remove duplicated phrases, fix Bopomofo representation + - tool tweaks + * travis-ci support (https://travis-ci.org/chewing/libchewing) + * drone.io support (https://drone.io/github.com/chewing/libchewing) + * coveralls.io support (https://coveralls.io/r/chewing/libchewing) + * editorconfig support (http://editorconfig.org/) + * Add new chewing_set_logger API + * Prevent unaligned memory access + * Reduce maxChiSymbolLen to 39 to avoid overflow + * Do not store user phrase when its length is 1 + * Check chiSymbolBufLen in chewing_handle_Numlock() + * Set isSymbol to 0 in SetChoiceInfo + * Fix 'j', 'k' in select mode cannot handle symbol selecting + * Do not call GetCharNext() when GetCharFirst() fails + * Successful stories: + FreeArray utilizes libchewing for selecting phrases of Array + input method + +------------------------------------------------------------------- +Sat Apr 27 00:02:55 UTC 2013 - [email protected] + +- proper baselibs.conf and post(un) for %lname. + +------------------------------------------------------------------- Old: ---- libchewing-0.3.4.git20130424.tar.bz2 New: ---- libchewing-0.3.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libchewing.spec ++++++ --- /var/tmp/diff_new_pack.ihhAeR/_old 2013-08-06 12:41:11.000000000 +0200 +++ /var/tmp/diff_new_pack.ihhAeR/_new 2013-08-06 12:41:11.000000000 +0200 @@ -20,16 +20,16 @@ Name: libchewing %define lname libchewing3 -Version: 0.3.4.git20130424 +Version: 0.3.5 Release: 0 +%define utilver 0.3.4.git20130424 Summary: Intelligent Phonetic Input Method Library for Traditional Chinese License: LGPL-2.1+ Group: System/I18n/Chinese Url: https://github.com/chewing -Source: %{name}-%{version}.tar.bz2 -Source1: chewing-utils-%{version}.tar.bz2 +Source: https://chewing.googlecode.com/files/%{name}-%{version}.tar.bz2 +Source1: chewing-utils-%{utilver}.tar.bz2 BuildRequires: autoconf >= 2.67 -BuildRequires: check-devel BuildRequires: gtk2-devel BuildRequires: libtool %if 0%{?suse_version} >= 1230 @@ -61,7 +61,7 @@ Group: System/Libraries Provides: %{name} = %{version} Obsoletes: %{name} < %{version} -Requires: chewing-data = %{version} +Requires: chewing-data Recommends: chewing-utils = %{version} %description -n %lname @@ -121,9 +121,9 @@ # build utils cp -r %{SOURCE1} ./ -tar -xjf chewing-utils-%{version}.tar.bz2 -rm -rf chewing-utils-%{version}.tar.bz2 -pushd chewing-utils-%{version}/hash-editor +tar -xjf chewing-utils-%{utilver}.tar.bz2 +rm -rf chewing-utils-%{utilver}.tar.bz2 +pushd chewing-utils-%{utilver}/hash-editor make popd @@ -147,7 +147,7 @@ # install chewing-utils mkdir -p %{buildroot}%{_docdir}/chewing-utils -pushd chewing-utils-%{version} +pushd chewing-utils-%{utilver} cp -r AUTHORS %{buildroot}%{_docdir}/chewing-utils/ cp -r COPYING %{buildroot}%{_docdir}/chewing-utils/ cp -r hash-editor/ChangeLog.old %{buildroot}%{_docdir}/chewing-utils/ChangeLog @@ -155,26 +155,24 @@ cp -r hash-editor/src/zhuindict_compile %{buildroot}%{_bindir} popd -%post +%post -n %lname +/sbin/ldconfig %install_info --info-dir=%{_infodir} %{_infodir}/libchewing.info.gz -%postun +%postun -n %lname +/sbin/ldconfig %install_info_delete --info-dir=%{_infodir} %{_infodir}/libchewing.info.gz -%post -n %lname -p /sbin/ldconfig - -%postun -n %lname -p /sbin/ldconfig - %post -n chewing-utils -p /sbin/ldconfig %postun -n chewing-utils -p /sbin/ldconfig %files -n %lname %defattr(-, root, root) -%doc AUTHORS COPYING NEWS README TODO scripts/ChangeLog-svn +%doc AUTHORS COPYING NEWS README TODO %{_bindir}/simple-select %{_libdir}/libchewing.so.3 -%{_libdir}/libchewing.so.3.0.1 +%{_libdir}/libchewing.so.3.1.0 %{_infodir}/*.gz %files -n chewing-data ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.ihhAeR/_old 2013-08-06 12:41:11.000000000 +0200 +++ /var/tmp/diff_new_pack.ihhAeR/_new 2013-08-06 12:41:11.000000000 +0200 @@ -1 +1,5 @@ libchewing3 + requires "chewing-data" + obsoletes "libchewing-<targettype> < <version>" + provides "libchewing-<targettype> = <version>" + ++++++ libchewing-0.3.4.git20130424.tar.bz2 -> libchewing-0.3.5.tar.bz2 ++++++ ++++ 73080 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
