diff --git a/libchewing.spec b/libchewing.spec index 75e9576..5c19d3c 100644 --- a/libchewing.spec +++ b/libchewing.spec @@ -1,6 +1,6 @@ Name: libchewing Version: 0.3.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Intelligent phonetic input method library for Traditional Chinese Group: System Environment/Libraries @@ -12,6 +12,7 @@ Patch1: libchewing-0.3.0-4.bz206232.patch Patch2: libchewing-0.3.0-5.bz216581a.patch Patch3: libchewing-0.3.0-5.bz216581b.patch Patch4: libchewing-0.3.0-6.bz231568.patch +Patch5: libchewing-0.3.0-7.bz237233.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -38,6 +39,7 @@ Headers and other files needed to develop applications using the %name library. %patch2 -p1 -b .3-bz216581a %patch3 -p1 -b .4-bz216581b %patch4 -p1 -b .5-bz231568 +%patch5 -p1 -b .6-bz237233 %build %configure --disable-static @@ -71,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Fri Apr 20 2007 Caius Chance - 0.3.0-7.fc7 +- Resolves: rhbz#237233 +- Fixed bz#237233: Up arrow on candidate list doesn't work. + * Fri Mar 09 2007 Caius Chance - 0.3.0-6.devel - Fixed bz231568: [chewing] Look up table is showing candidates of previous look-up.