[ibus/f14/master] Fix a typo

Takao Fujiwara fujiwara at fedoraproject.org
Thu Oct 7 07:16:01 UTC 2010


commit 33df2bd6d560dfc2a2c34d1dc17f9de1ab684e52
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Thu Oct 7 16:15:24 2010 +0900

    Fix a typo

 ibus.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ibus.spec b/ibus.spec
index b103753..62af154 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -11,7 +11,7 @@
 
 Name:       ibus
 Version:    1.3.7
-Release:    10%{?dist}
+Release:    11%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -156,7 +156,7 @@ fi
 if test $WORKAROUND_GTK3_BUILD_FAILURE -eq 1 ; then
   printf "#### ERROR: glib2 is old against gtk3\n"
   printf "####        Applying a workaround\n"
-  %patch99 -p1 -b .ugly-hack
+%patch99 -p1 -b .ugly-hack
 fi
 #### end WORKAROUND_GTK3_BUILD_FAILURE
 
@@ -301,7 +301,7 @@ fi
 %{_datadir}/gtk-doc/html/*
 
 %changelog
-* Thu Oct 07 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.3.7-10
+* Thu Oct 07 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.3.7-11
 - Added ibus-xx-g-ir-compiler.patch to fix g-ir-compiler error.
 - Updated ibus-435880-surrounding-text.patch
   Fixes Bug 634829 - ibus_im_context_set_surrounding() to get strings.


More information about the scm-commits mailing list