Fix bug 509483 - reconversion feature doesn't work Fix bug 509485 -
commit_first_segment feature doesn't work
This commit is contained in:
parent
6c04d2c6c5
commit
2fc46a10ea
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
%define require_ibus_version 1.2.0
|
%define require_ibus_version 1.2.0
|
||||||
Name: ibus-anthy
|
Name: ibus-anthy
|
||||||
Version: 1.2.0.20090804
|
Version: 1.2.0.20090813
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Anthy engine for IBus input platform
|
Summary: The Anthy engine for IBus input platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -57,6 +57,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/ibus/component/*
|
%{_datadir}/ibus/component/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 13 2009 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20090813-1
|
||||||
|
- Update to 1.2.0.20090804
|
||||||
|
- Fix bug 509483 - reconversion feature doesn't work
|
||||||
|
- Fix bug 509485 - commit_first_segment feature doesn't work
|
||||||
|
|
||||||
* Tue Aug 04 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090804-1
|
* Tue Aug 04 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090804-1
|
||||||
- Update to 1.2.0.20090804
|
- Update to 1.2.0.20090804
|
||||||
- Fix bug 508358 - ANTHY_HISTORY_FILE record only a single word
|
- Fix bug 508358 - ANTHY_HISTORY_FILE record only a single word
|
||||||
|
Loading…
Reference in New Issue
Block a user