Hello community, here is the log from the commit of package libtabe for openSUSE:Factory checked in at Mon Nov 16 18:44:56 CET 2009. -------- --- libtabe/libtabe.changes 2009-01-17 04:45:53.000000000 +0100 +++ libtabe/libtabe.changes 2009-11-10 13:08:21.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Nov 10 13:08:02 CET 2009 - tiwai@suse.de + +- apply the patch properly + +------------------------------------------------------------------- +Thu Oct 15 13:40:32 CEST 2009 - marek.belisko@open-nandra.com + +- fix memory leak + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libtabe-memoryleak.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtabe.spec ++++++ --- /var/tmp/diff_new_pack.4Y9vXG/_old 2009-11-16 18:43:04.000000000 +0100 +++ /var/tmp/diff_new_pack.4Y9vXG/_new 2009-11-16 18:43:04.000000000 +0100 @@ -20,16 +20,17 @@ Name: libtabe BuildRequires: db-devel xorg-x11-devel -License: BSD 3-Clause +License: BSD 3-clause (or similar) Group: System/I18n/Chinese AutoReqProv: on Version: 0.2.6 -Release: 593 +Release: 594 Summary: A Library for Chinese Language Processing Used in Input Methods Source: ftp://xcin.linux.org.tw/pub/xcin/xcin/libtabe-0.2.6.tar.bz2 Patch0: libtabe-noweak.diff Patch1: libtabe-db41.diff Patch2: libtabe-proper-DESTDIR.patch +Patch3: libtabe-memoryleak.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://libtabe.sourceforge.net/ @@ -57,7 +58,7 @@ TaBE Project, HSIAO Pai-Hsiang <libtabe@SourceForge> %package devel -License: BSD 3-Clause +License: BSD 3-clause (or similar) Group: Development/Libraries/C and C++ Summary: Development Libraries and Header Files for libtabe Library Requires: libtabe = %{version} xorg-x11-proto-devel @@ -77,6 +78,7 @@ %patch0 -p1 %patch1 %patch2 +%patch3 %build %{suse_update_config -f script} ++++++ libtabe-memoryleak.patch ++++++ Index: src/tabe_tsi.c =================================================================== --- src/tabe_tsi.c.orig +++ src/tabe_tsi.c @@ -108,6 +108,7 @@ tabeTsiInfoLookupPossibleTsiYin(struct T } } free(zhi); + free(yin); return(num); } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org