Added ibus-anthy-xx-icon-symbol.patch to enable the engine symbol & hotkeys.

This commit is contained in:
Takao Fujiwara 2011-07-04 15:37:44 +09:00
parent 9e2d96f8b3
commit 9e42bdb217

View File

@ -4,7 +4,7 @@
%define have_bridge_hotkey 1 %define have_bridge_hotkey 1
Name: ibus-anthy Name: ibus-anthy
Version: 1.2.6 Version: 1.2.6
Release: 1%{?dist} Release: 2%{?dist}
Summary: The Anthy engine for IBus input platform Summary: The Anthy engine for IBus input platform
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -19,6 +19,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: anthy-devel BuildRequires: anthy-devel
BuildRequires: gettext-devel BuildRequires: gettext-devel
%if %have_bridge_hotkey
BuildRequires: ibus
%endif
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -74,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/ibus/component/* %{_datadir}/ibus/component/*
%changelog %changelog
* Mon Jul 04 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-2
- Added ibus-anthy-xx-icon-symbol.patch to enable the engine symbol & hotkeys.
* Mon May 16 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-1 * Mon May 16 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.6-1
- Bumped to 1.2.6 - Bumped to 1.2.6
Fixed Bug 661943 - the latest page_size for ibus.LookupTable. Fixed Bug 661943 - the latest page_size for ibus.LookupTable.