[Fedora-i18n-bugs] [tamil-typing-booster] Resolved bug 718626

Pravin Satpute pravins at fedoraproject.org
Mon Jul 4 09:04:10 UTC 2011


commit 47a28b1b63b49b71dc55041a21de1251a4afa24a
Author: प्रविण सातपुते <psatpute at redhat.com>
Date:   Mon Jul 4 14:33:38 2011 +0530

    Resolved bug 718626

 bug-718626.patch          |   24 ++++++++++++++++++++++++
 tamil-typing-booster.spec |    7 ++++++-
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/bug-718626.patch b/bug-718626.patch
new file mode 100644
index 0000000..9277125
--- /dev/null
+++ b/bug-718626.patch
@@ -0,0 +1,24 @@
+diff -rup tamil-typing-booster-0.0.1/tables/tamil-99.txt tamil-typing-booster-0.0.1_mod/tables/tamil-99.txt
+--- tamil-typing-booster-0.0.1/tables/tamil-99.txt	2011-06-16 14:03:04.000000000 +0530
++++ tamil-typing-booster-0.0.1_mod/tables/tamil-99.txt	2011-07-04 14:27:37.533934520 +0530
+@@ -58,7 +58,7 @@ DESCRIPTION = This is a Tamil Typing boo
+ ### sigle "zh_CN" just be recognized as zh_CN,
+ ### but "zh_CN, zh_HK" or more zh_XX will be recognized as zh;
+ ### and "en_US, zh_CN" will be just ignored.
+-LANGUAGES = ta_IN
++LANGUAGES = ta
+ 
+ ### The author of this table
+ AUTHOR = Pravin Satpute <psatpute at redhat.com> 
+diff -rup tamil-typing-booster-0.0.1/tables/tamil-inscript.txt tamil-typing-booster-0.0.1_mod/tables/tamil-inscript.txt
+--- tamil-typing-booster-0.0.1/tables/tamil-inscript.txt	2011-06-16 14:02:56.000000000 +0530
++++ tamil-typing-booster-0.0.1_mod/tables/tamil-inscript.txt	2011-07-04 14:27:18.632894053 +0530
+@@ -58,7 +58,7 @@ DESCRIPTION = This is a Tamil Typing boo
+ ### sigle "zh_CN" just be recognized as zh_CN,
+ ### but "zh_CN, zh_HK" or more zh_XX will be recognized as zh;
+ ### and "en_US, zh_CN" will be just ignored.
+-LANGUAGES = ta_IN
++LANGUAGES = ta
+ 
+ ### The author of this table
+ AUTHOR = Pravin Satpute <psatpute at redhat.com> 
diff --git a/tamil-typing-booster.spec b/tamil-typing-booster.spec
index d059eaf..cf12577 100644
--- a/tamil-typing-booster.spec
+++ b/tamil-typing-booster.spec
@@ -1,6 +1,6 @@
 Name:       tamil-typing-booster
 Version:    0.0.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Tamil typing booster table for IBus indic tables
 License:    GPLv3+
 Group:      System Environment/Libraries
@@ -10,12 +10,14 @@ BuildArch:  noarch
 
 Requires:         ibus-indic-table
 BuildRequires:    ibus-indic-table
+Patch1: bug-718626.patch
 
 %description
 Indic typing booster package contains tables for Indic languages Tamil
 
 %prep
 %setup -q
+%patch1 -p1 -b .1-updated-locale-name
 
 %build
 %configure \
@@ -38,6 +40,9 @@ cd ${RPM_BUILD_ROOT}/%{_datadir}/ibus-indic-table/indic-tables/
 
 
 %changelog
+* Mon Jul 04 2011 Pravin Satpute <psatpute at redhat.com> - 0.0.1-2
+- Resolved bug 718626
+
 * Tue Jun 21 2011 Pravin Satpute <psatpute at redhat.com> - 0.0.1-1
 - The first version.
 - Added Tamil 99


More information about the i18n-bugs mailing list