Update to 1.3.1-6.

This commit is contained in:
Daiki Ueno 2010-10-22 18:22:44 +09:00
parent a8e1de1701
commit 9988b539f1

View File

@ -2,7 +2,7 @@
Name: ibus-m17n Name: ibus-m17n
Version: 1.3.1 Version: 1.3.1
Release: 5%{?dist} Release: 6%{?dist}
Summary: The M17N engine for IBus platform Summary: The M17N engine for IBus platform
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -36,6 +36,10 @@ the input table maps from m17n-db.
%patch2 -p1 %patch2 -p1
%build %build
GTK2_CFLAGS=`pkg-config gtk+-3.0 --cflags`
export GTK2_CFLAGS
GTK2_LIBS=`pkg-config gtk+-3.0 --libs`
export GTK2_LIBS
%configure --disable-static %configure --disable-static
# make -C po update-gmo # make -C po update-gmo
make %{?_smp_mflags} make %{?_smp_mflags}
@ -58,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/ibus/component/* %{_datadir}/ibus/component/*
%changelog %changelog
* Fri Oct 22 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-6
- Link ibus-setup-m17n with GTK+ 3.0.
* Tue Oct 12 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-5 * Tue Oct 12 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-5
- put several Fedora patches into one. - put several Fedora patches into one.
- Fix bug 640896 - Ibus does not load all the keymaps for a language - Fix bug 640896 - Ibus does not load all the keymaps for a language