[ibus-m17n] Update to 1.3.1-6.

Daiki Ueno ueno at fedoraproject.org
Fri Oct 22 09:21:27 UTC 2010


commit 9988b539f1d50b13de6a994fd79ee736af514e83
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Oct 22 18:22:44 2010 +0900

    Update to 1.3.1-6.

 ibus-m17n.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ibus-m17n.spec b/ibus-m17n.spec
index 58cba0b..e06142a 100644
--- a/ibus-m17n.spec
+++ b/ibus-m17n.spec
@@ -2,7 +2,7 @@
 
 Name:       ibus-m17n
 Version:    1.3.1
-Release:    5%{?dist}
+Release:    6%{?dist}
 Summary:    The M17N engine for IBus platform
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -36,6 +36,10 @@ the input table maps from m17n-db.
 %patch2 -p1
 
 %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
 # make -C po update-gmo
 make %{?_smp_mflags}
@@ -58,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ibus/component/*
 
 %changelog
+* Fri Oct 22 2010 Daiki Ueno <dueno at redhat.com> - 1.3.1-6
+- Link ibus-setup-m17n with GTK+ 3.0.
+
 * Tue Oct 12 2010 Daiki Ueno <dueno at redhat.com> - 1.3.1-5
 - put several Fedora patches into one.
 - Fix bug 640896 - Ibus does not load all the keymaps for a language


More information about the scm-commits mailing list