- Update to 1.2.0.20100312
- Fix bug 571728 - ibus-anthy support to switch dicts - Fix bug 572412 - ibus-anthy: Segment convertion mode
This commit is contained in:
parent
591064e7c4
commit
65d4dc66bf
@ -1,2 +1,2 @@
|
|||||||
ibus-anthy-1.2.0.20100115.tar.gz
|
ibus-anthy-1.2.0.20100312.tar.gz
|
||||||
ibus-anthy.png
|
ibus-anthy.png
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -2,15 +2,15 @@
|
|||||||
%define require_ibus_version 1.2.0.20100111
|
%define require_ibus_version 1.2.0.20100111
|
||||||
%define require_pygtk2_version 2.15.2
|
%define require_pygtk2_version 2.15.2
|
||||||
Name: ibus-anthy
|
Name: ibus-anthy
|
||||||
Version: 1.2.0.20100115
|
Version: 1.2.0.20100312
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
URL: http://code.google.com/p/ibus/
|
URL: http://code.google.com/p/ibus/
|
||||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
Source1: ibus-anthy.png
|
Source1: ibus-anthy.png
|
||||||
Patch0: ibus-anthy-HEAD.patch
|
# Patch0: ibus-anthy-HEAD.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ libanthy.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %SOURCE1 icons
|
cp %SOURCE1 icons
|
||||||
%patch0 -p1
|
# %patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -62,6 +62,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/ibus/component/*
|
%{_datadir}/ibus/component/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 12 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100312-1
|
||||||
|
- Update to 1.2.0.20100312
|
||||||
|
- Fix bug 571728 - ibus-anthy support to switch dicts
|
||||||
|
- Fix bug 572412 - ibus-anthy: Segment convertion mode
|
||||||
|
|
||||||
* Fri Mar 05 2010 Takao Fujiwara <takao.fujiwara1@gmail.com> - 1.2.0.20100115-2
|
* 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 564268 - Crash with enabled global input method
|
||||||
- Fix bug 570680 - Support NICOLA-F and NICOLA-A
|
- Fix bug 570680 - Support NICOLA-F and NICOLA-A
|
||||||
|
Loading…
Reference in New Issue
Block a user