Fix bug 564268 - Crash with enabled global input method Fix bug 570680 -
Support NICOLA-F and NICOLA-A Fix romaji_typing_rule. #777 Fix Shift + char with CapsLock ON in romaji mode. Fix chattering bug.
This commit is contained in:
parent
9aaef39b0d
commit
591064e7c4
File diff suppressed because it is too large
Load Diff
@ -1,15 +1,16 @@
|
||||
%{!?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.20100111
|
||||
%define require_pygtk2_version 2.15.2
|
||||
Name: ibus-anthy
|
||||
Version: 1.2.0.20100115
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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
|
||||
Source1: ibus-anthy.png
|
||||
# Patch0: ibus-anthy-HEAD.patch
|
||||
Patch0: ibus-anthy-HEAD.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -23,6 +24,7 @@ BuildRequires: intltool
|
||||
|
||||
Requires: ibus >= %{require_ibus_version}
|
||||
Requires: anthy
|
||||
Requires: pygtk2 >= %{require_pygtk2_version}
|
||||
Requires: kasumi
|
||||
|
||||
%description
|
||||
@ -32,7 +34,7 @@ libanthy.
|
||||
%prep
|
||||
%setup -q
|
||||
cp %SOURCE1 icons
|
||||
# %patch0 -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -60,6 +62,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 05 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100115-2
|
||||
- Fix bug 564268 - Crash with enabled global input method
|
||||
- Fix bug 570680 - Support NICOLA-F and NICOLA-A
|
||||
- Fix romaji_typing_rule. #777
|
||||
- Fix Shift + char with CapsLock ON in romaji mode.
|
||||
- Fix chattering bug.
|
||||
|
||||
* Fri Jan 15 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100115-1
|
||||
- Update to 1.2.0.20100115
|
||||
- Fix bug 550001 - kasumi should be accessible from ibus-anthy
|
||||
|
Loading…
Reference in New Issue
Block a user