From 09a5520f14384e0c2927cbd6298d95a5a784b133 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Mar 22 2010 08:16:11 +0000 Subject: Does not check glib micro version anymore --- diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch index 8b13789..8f7a966 100644 --- a/ibus-HEAD.patch +++ b/ibus-HEAD.patch @@ -1 +1,13 @@ - +diff --git a/client/gtk2/ibusim.c b/client/gtk2/ibusim.c +index e014edc..fb9ff7a 100644 +--- a/client/gtk2/ibusim.c ++++ b/client/gtk2/ibusim.c +@@ -43,7 +43,7 @@ g_module_check_init (GModule *module) + { + return glib_check_version (GLIB_MAJOR_VERSION, + GLIB_MINOR_VERSION, +- GLIB_MICRO_VERSION); ++ 0); + } + + G_MODULE_EXPORT void diff --git a/ibus.spec b/ibus.spec index 1e36292..bb9cf87 100644 --- a/ibus.spec +++ b/ibus.spec @@ -8,14 +8,14 @@ Name: ibus Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Intelligent Input Bus for Linux OS License: LGPLv2+ Group: System Environment/Libraries URL: http://code.google.com/p/ibus/ Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz Source1: xinput-ibus -# Patch0: ibus-HEAD.patch +Patch0: ibus-HEAD.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -103,7 +103,7 @@ The ibus-devel-docs package contains developer documentation for ibus %prep %setup -q -# %patch0 -p1 +%patch0 -p1 %build %configure --disable-static \ @@ -217,6 +217,9 @@ fi %{_datadir}/gtk-doc/html/* %changelog +* Mon Mar 22 2010 Peng Huang - 1.3.0-2 +- Does not check glib micro version in ibus im module. + * Mon Mar 22 2010 Peng Huang - 1.3.0-1 - Update to 1.3.0