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 @@ + us + Rawcode + Rawcode Input Method ++ raw + + + 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 - 1.3.1.20100707-5 +- Resolved bug #741189 + * Wed Feb 09 2011 Fedora Release Engineering - 1.3.1.20100707-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild