commit e6c3968efedaf4f1a12e52acb4ffdf0405605a3c Author: प्रविण सातपुते psatpute@redhat.com Date: Mon Oct 3 13:04:22 2011 +0530
Resolved bug #742861
bug-742861.patch | 31 +++++++++++++++++++++++++++++++ marathi-typing-booster.spec | 7 ++++++- 2 files changed, 37 insertions(+), 1 deletions(-) --- diff --git a/bug-742861.patch b/bug-742861.patch new file mode 100644 index 0000000..1ebd273 --- /dev/null +++ b/bug-742861.patch @@ -0,0 +1,31 @@ +diff -rup marathi-typing-booster-0.0.1/tables/marathi-inscript.txt marathi-typing-booster-0.0.1_mod/tables/marathi-inscript.txt +--- marathi-typing-booster-0.0.1/tables/marathi-inscript.txt 2011-10-03 12:20:08.555190328 +0530 ++++ marathi-typing-booster-0.0.1_mod/tables/marathi-inscript.txt 2011-10-03 12:19:41.162116504 +0530 +@@ -43,7 +43,7 @@ SERIAL_NUMBER = 20101221 + + ### ICON can be any format as long as your pygtk can recognized + ### the most widely ones are "png" and "svg", letter one is recommended +-ICON = marathi.png ++ICON = marathi.svg + + ### The default name of this table, this is needed + NAME = Inscript Typing Booster +@@ -59,6 +59,7 @@ DESCRIPTION = This is a Marathi Inscript + ### but "zh_CN, zh_HK" or more zh_XX will be recognized as zh; + ### and "en_US, zh_CN" will be just ignored. + LANGUAGES = mr ++SYMBOL = म + + ### The author of this table + AUTHOR = Pravin Satpute psatpute@redhat.com +diff -rup marathi-typing-booster-0.0.1/tables/marathi-phonetic.txt marathi-typing-booster-0.0.1_mod/tables/marathi-phonetic.txt +--- marathi-typing-booster-0.0.1/tables/marathi-phonetic.txt 2011-10-03 12:20:08.873192658 +0530 ++++ marathi-typing-booster-0.0.1_mod/tables/marathi-phonetic.txt 2011-10-03 12:16:48.368661082 +0530 +@@ -59,6 +59,7 @@ DESCRIPTION = This is a Marathi Typing b + ### but "zh_CN, zh_HK" or more zh_XX will be recognized as zh; + ### and "en_US, zh_CN" will be just ignored. + LANGUAGES = mr ++SYMBOL = म + + ### The author of this table + AUTHOR = Pravin Satpute psatpute@redhat.com diff --git a/marathi-typing-booster.spec b/marathi-typing-booster.spec index 517d3c7..b41b67d 100644 --- a/marathi-typing-booster.spec +++ b/marathi-typing-booster.spec @@ -1,6 +1,6 @@ Name: marathi-typing-booster Version: 0.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Marathi Typing Booster Table for IBus Indic Tables License: GPLv3+ Group: System Environment/Libraries @@ -13,6 +13,7 @@ BuildRequires: ibus-indic-table Patch1: bug-718626.patch Patch2: dny-chractar.patch Patch3: increase-base-char-freq.patch +Patch4: bug-742861.patch
%description Indic Typing Booster Package contains tables for Indic languages Marathi @@ -22,6 +23,7 @@ Indic Typing Booster Package contains tables for Indic languages Marathi %patch1 -p1 -b .1-updated-locale-name %patch2 -p1 -b .2-fixed-dny-character-key %patch3 -p1 -b .3-increase-base-char-freq +%patch4 -p1 -b .4-symbol-tag
%build %configure \ @@ -46,6 +48,9 @@ cd ${RPM_BUILD_ROOT}/%{_datadir}/ibus-indic-table/indic-tables/
%changelog +* Mon Oct 03 2011 Pravin Satpute psatpute@redhat.com - 0.0.1-5 +- Resolved bug #742861 + * Wed Aug 05 2011 Pravin Satpute psatpute@redhat.com - 0.0.1-4 - improved freq of basic characters
i18n-bugs@lists.fedoraproject.org