From 3bcb3ac4870d88b31027e8e1727f111a9421a3d0 Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Thu, 1 Sep 2011 17:27:35 +0900 Subject: [PATCH] Fixed typo. --- ibus-gjs-xx-gnome-shell-3.1.4-build-failure.patch | 2 +- ibus.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ibus-gjs-xx-gnome-shell-3.1.4-build-failure.patch b/ibus-gjs-xx-gnome-shell-3.1.4-build-failure.patch index 9858409..72c1f26 100644 --- a/ibus-gjs-xx-gnome-shell-3.1.4-build-failure.patch +++ b/ibus-gjs-xx-gnome-shell-3.1.4-build-failure.patch @@ -7,7 +7,7 @@ -GNOME_SHELL_VERSION=`GET_JS_VERSION 'Config.PACKAGE_VERSION'` -GJS_VERSION=`GET_JS_VERSION 'Config.GJS_VERSION'` +GNOME_SHELL_VERSION=3.1.90 -+GJS_VERSION=1.29.16 ++GJS_VERSION=1.29.17 AC_SUBST(GNOME_SHELL_VERSION) AC_SUBST(GJS_VERSION) diff --git a/ibus.spec b/ibus.spec index 269e473..bd2f6e4 100644 --- a/ibus.spec +++ b/ibus.spec @@ -24,7 +24,7 @@ Name: ibus Version: 1.3.99.20110817 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Intelligent Input Bus for Linux OS License: LGPLv2+ Group: System Environment/Libraries @@ -382,7 +382,7 @@ fi %{_datadir}/gtk-doc/html/* %changelog -* Thu Sep 01 2011 Takao Fujiwara - 1.3.99.20110817-2 +* Thu Sep 01 2011 Takao Fujiwara - 1.3.99.20110817-3 - Fixed Bug 700472 Use a symbol icon instead of an image icon. - Updated ibus-HEAD.patch for upstream. - Removed ibus-435880-surrounding-text.patch as upstream.