commit 8a8817efa6d1cd6e2950b588106197d420fd02d3
Author: प्रविण सातपुते <psatpute(a)redhat.com>
Date: Mon Jul 4 15:00:58 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(a)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(a)redhat.com>
diff --git a/tamil-typing-booster.spec b/tamil-typing-booster.spec
index ca49898..1be1850 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(a)redhat.com> - 0.0.1-2
+- Resolved bug 718626
+
* Tue Jun 11 2011 Pravin Satpute <psatpute(a)redhat.com> - 0.0.1-1
- The first version.
- Added Tamil 99
Show replies by thread