commit 40307d5e3db470d21708716ef3a877aae92937fb Author: प्रविण सातपुते psatpute@redhat.com Date: Mon Oct 3 14:58:37 2011 +0530
Resolved bug 742866
bug-742866.patch | 22 ++++++++++++++++++++++ gujarati-typing-booster.spec | 7 ++++++- 2 files changed, 28 insertions(+), 1 deletions(-) --- diff --git a/bug-742866.patch b/bug-742866.patch new file mode 100644 index 0000000..dd7a94c --- /dev/null +++ b/bug-742866.patch @@ -0,0 +1,22 @@ +diff -rup gujarati-typing-booster-0.0.1/tables/gujarati-inscript.txt gujarati-typing-booster-0.0.1_mod/tables/gujarati-inscript.txt +--- gujarati-typing-booster-0.0.1/tables/gujarati-inscript.txt 2011-10-03 14:40:07.365985080 +0530 ++++ gujarati-typing-booster-0.0.1_mod/tables/gujarati-inscript.txt 2011-10-03 14:39:33.876343003 +0530 +@@ -59,6 +59,7 @@ DESCRIPTION = This is a Gujarati Inscrip + ### but "zh_CN, zh_HK" or more zh_XX will be recognized as zh; + ### and "en_US, zh_CN" will be just ignored. + LANGUAGES = gu ++SYMBOL = ગુ + + ### The author of this table + AUTHOR = Pravin Satpute psatpute@redhat.com +diff -rup gujarati-typing-booster-0.0.1/tables/gujarati-phonetic.txt gujarati-typing-booster-0.0.1_mod/tables/gujarati-phonetic.txt +--- gujarati-typing-booster-0.0.1/tables/gujarati-phonetic.txt 2011-10-03 14:40:07.406984657 +0530 ++++ gujarati-typing-booster-0.0.1_mod/tables/gujarati-phonetic.txt 2011-10-03 14:39:19.845500587 +0530 +@@ -59,6 +59,7 @@ DESCRIPTION = This is a Gujarati Typing + ### but "zh_CN, zh_HK" or more zh_XX will be recognized as zh; + ### and "en_US, zh_CN" will be just ignored. + LANGUAGES = gu ++SYMBOL = ગુ + + ### The author of this table + AUTHOR = Pravin Satpute psatpute@redhat.com diff --git a/gujarati-typing-booster.spec b/gujarati-typing-booster.spec index 342495b..d809aed 100644 --- a/gujarati-typing-booster.spec +++ b/gujarati-typing-booster.spec @@ -1,6 +1,6 @@ Name: gujarati-typing-booster Version: 0.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Gujarati typing booster table for IBus indic tables License: GPLv3+ Group: System Environment/Libraries @@ -11,6 +11,7 @@ BuildArch: noarch Requires: ibus-indic-table BuildRequires: ibus-indic-table Patch1: bug-718626.patch +Patch2: bug-742866.patch
%description Gujarati typing booster package contains tables for inscript \ @@ -19,6 +20,7 @@ and phonetic. %prep %setup -q %patch1 -p1 -b .1-updated-locale-name +%patch2 -p1 -b .2-added-symbol
%build %configure \ @@ -43,6 +45,9 @@ cd ${RPM_BUILD_ROOT}/%{_datadir}/ibus-indic-table/indic-tables/
%changelog +* Mon Oct 03 2011 Pravin Satpute psatpute@redhat.com - 0.0.1-3 +- Resolved bug 742866 + * Mon Jul 04 2011 Pravin Satpute psatpute@redhat.com - 0.0.1-2 - Resolved bug 718626
i18n-bugs@lists.fedoraproject.org