commit libchewing for openSUSE:Factory
Hello community, here is the log from the commit of package libchewing for openSUSE:Factory checked in at Mon Sep 21 21:15:12 CEST 2009. -------- --- libchewing/libchewing.changes 2009-06-17 14:31:08.000000000 +0200 +++ /mounts/work_src_done/STABLE/libchewing/libchewing.changes 2009-09-21 11:23:53.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Sep 21 11:23:25 CEST 2009 - tiwai@suse.de + +- fix to apply the previous patch properly + +------------------------------------------------------------------- +Fri Sep 11 12:21:12 CEST 2009 - ro@suse.de + +- fix missing call to fclose in sort_word.c (bnc#535452) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libchewing-fdleak.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libchewing.spec ++++++ --- /var/tmp/diff_new_pack.U9gkZu/_old 2009-09-21 21:14:15.000000000 +0200 +++ /var/tmp/diff_new_pack.U9gkZu/_new 2009-09-21 21:14:15.000000000 +0200 @@ -20,7 +20,7 @@ Name: libchewing Version: 0.3.2 -Release: 1 +Release: 2 License: LGPL v2.1 or later Group: System/I18n/Chinese AutoReqProv: on @@ -29,6 +29,7 @@ Source0: http://chewing.csie.net/download/libchewing/%{name}-%{version}.tar.bz2 Patch0: libtool-autoconf.patch Patch1: libchewing-gcc-fix.diff +Patch2: libchewing-fdleak.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Intelligent Phonetic Input Method Library for Traditional Chinese @@ -76,6 +77,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 %build rm -f aclocal.m4 ++++++ libchewing-fdleak.diff ++++++ --- src/tools/sort_word.c +++ src/tools/sort_word.c @@ -117,6 +117,9 @@ #endif fprintf( configfile, "#define PHONE_NUM (%d)\n", phone_num ); fclose( indexfile ); +#ifdef USE_BINARY_DATA + fclose( indexfile2 ); +#endif fclose( datafile ); fclose( configfile ); } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de