[ibus-rawcode/f16] Resolved bug #741189

Pravin Satpute pravins at fedoraproject.org
Mon Sep 26 08:27:31 UTC 2011


commit d191e4da844d3984699977deab84f841a1ba0fd8
Author: प्रविण सातपुते <psatpute at redhat.com>
Date:   Mon Sep 26 13:57:07 2011 +0530

    Resolved bug #741189

 bug-741189.patch  |   11 +++++++++++
 ibus-rawcode.spec |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/bug-741189.patch b/bug-741189.patch
new file mode 100644
index 0000000..ad846e2
--- /dev/null
+++ b/bug-741189.patch
@@ -0,0 +1,11 @@
+diff -rup ibus-rawcode-1.3.1.20100707/src/rawcode.xml.in.in ibus-rawcode-1.3.1.20100707_mod/src/rawcode.xml.in.in
+--- ibus-rawcode-1.3.1.20100707/src/rawcode.xml.in.in	2010-07-07 12:38:51.000000000 +0530
++++ ibus-rawcode-1.3.1.20100707_mod/src/rawcode.xml.in.in	2011-09-26 13:24:53.377939157 +0530
+@@ -20,6 +20,7 @@
+ 			<layout>us</layout>
+ 			<longname>Rawcode</longname>
+ 			<description>Rawcode Input Method</description>
++                        <symbol>&#x0072;&#x0061;&#x0077;</symbol>
+ 		</engine>
+ 	</engines>
+ 
diff --git a/ibus-rawcode.spec b/ibus-rawcode.spec
index 94a301d..807e157 100644
--- a/ibus-rawcode.spec
+++ b/ibus-rawcode.spec
@@ -1,6 +1,6 @@
 Name:       ibus-rawcode
 Version:    1.3.1.20100707
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    The Rawcode engine for IBus input platform
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -14,6 +14,7 @@ BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  ibus-devel
 Patch1: 1.patch
+Patch2: bug-741189.patch
 
 
 Requires:   ibus
@@ -24,6 +25,7 @@ The Rawcode engine for IBus platform.
 %prep
 %setup -q
 %patch1 -p1 -b .1-build-failure
+%patch2 -p1 -b .2-added-symbol
 
 %build
 %configure --disable-static
@@ -48,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ibus/component/*
 
 %changelog
+* Mon Sep 26 2011 Pravin Satpute <psatpute at redhat.com> - 1.3.1.20100707-5
+- Resolved bug #741189
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1.20100707-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list