From c2a60f366e4204945924836453615f3fb8f5a04c Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Fri, 12 Jun 2009 22:25:58 +0000 Subject: [PATCH] Update to 1.1.0.20090603 --- .cvsignore | 2 +- ibus-anthy-HEAD.patch | 1 + ibus-anthy.spec | 14 ++++++++++++-- sources | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 ibus-anthy-HEAD.patch diff --git a/.cvsignore b/.cvsignore index 06dc1ec..782a069 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ibus-anthy-1.1.0.20090402.tar.gz +ibus-anthy-1.1.0.20090603.tar.gz diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/ibus-anthy-HEAD.patch @@ -0,0 +1 @@ + diff --git a/ibus-anthy.spec b/ibus-anthy.spec index 0652850..96b0c37 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -1,13 +1,14 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define mod_path ibus-1.1 Name: ibus-anthy -Version: 1.1.0.20090402 +Version: 1.1.0.20090603 Release: 1%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries URL: http://code.google.com/p/ibus/ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz +# Patch0: ibus-anthy-HEAD.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,6 +28,7 @@ libanthy. %prep %setup -q +# %patch0 -p1 %build %configure --disable-static @@ -49,11 +51,19 @@ rm -rf $RPM_BUILD_ROOT # %dir %{python_sitearch}/ibus %{python_sitearch}/anthy.py* %{python_sitearch}/_anthy.so -%{_libexecdir}/ibus-engine-anthy +%{_libexecdir}/* %{_datadir}/ibus-anthy %{_datadir}/ibus/component/* %changelog +* Wed Jun 03 2009 Huang Peng - 1.1.0.20090603-1 +- Update to 1.1.0.20090603 +- Implement setup ui. + +* Thu Apr 30 2009 Huang Peng - 1.1.0.20090402-2 +- Update to upstream HEAD version +- Fix bug 498250 - Cannot type zenkaku-space + * Thu Apr 02 2009 Huang Peng - 1.1.0.20090402-1 - Update to 1.1.0.20090402. - Fix bug 490747 - Muhenkan (no-conversion) key does not undo conversion diff --git a/sources b/sources index 2c8a582..54fa52f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d5ae290174ed2f326006659deabc127 ibus-anthy-1.1.0.20090402.tar.gz +b8e9970bf6dbaf1dde27c8a3eb5622d9 ibus-anthy-1.1.0.20090603.tar.gz