rpms/scim/devel scim-1.4.7-bz462820.patch, NONE, 1.1 scim.spec, 1.128, 1.129

Huang Peng phuang at fedoraproject.org
Fri Sep 19 09:34:01 UTC 2008


Author: phuang

Update of /cvs/pkgs/rpms/scim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29843

Modified Files:
	scim.spec 
Added Files:
	scim-1.4.7-bz462820.patch 
Log Message:
Resolve: bug 462820 by Parag.

scim-1.4.7-bz462820.patch:

--- NEW FILE scim-1.4.7-bz462820.patch ---
diff -up scim-1.4.7/src/scim_utility.cpp.bz462820 scim-1.4.7/src/scim_utility.cpp
--- scim-1.4.7/src/scim_utility.cpp.bz462820	2008-09-19 16:27:18.000000000 +0800
+++ scim-1.4.7/src/scim_utility.cpp	2008-09-19 16:33:50.000000000 +0800
@@ -765,6 +765,8 @@ static __Language __languages [] = {
     { "pt_PT",    NULL, N_("Portuguese"), "Português", "@euro" },
     { "ro_RO",    NULL, N_("Romanian"), "Română", NULL },
     { "ru_RU",    NULL, N_("Russian"), "русский", ".koi8r" },
+    { "sd",    "sd_IN", N_("Sindhi"), "ﺲﻧڌﻱ", NULL },
+    { "sd_IN",    NULL, N_("Sindhi"), "सिन्धी", "@devanagari" },
     { "si_LK",    NULL, N_("Sinhala"), "සිංහල", NULL },
     { "sk_SK",    NULL, N_("Slovak"), "Slovenský", NULL },
     { "sl_SI",    NULL, N_("Slovenian"), "Slovenščina", NULL },


Index: scim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim/devel/scim.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- scim.spec	27 Aug 2008 07:26:07 -0000	1.128
+++ scim.spec	19 Sep 2008 09:33:30 -0000	1.129
@@ -3,7 +3,7 @@
 
 Name:      scim
 Version:   1.4.7
-Release:   31%{?dist}
+Release:   32%{?dist}
 Summary:   Smart Common Input Method platform
 
 License:   LGPLv2+
@@ -49,6 +49,7 @@
 Patch26:   scim-1.4.7-trayicon.patch
 Patch27:   scim-1.4.7-menu-pos.patch
 Patch28:   scim-1.4.7-xim-wrong-format.patch
+Patch29:   scim-1.4.7-bz462820.patch
 
 %description
 SCIM is a user friendly and full featured input method user interface and
@@ -181,6 +182,7 @@
 %patch26 -p1 -b .26-trayicon
 %patch27 -p1 -b .27-menu-pos
 %patch28 -p1 -b .28-xim-wrong-format
+%patch29 -p1 -b .29-bz462820
 
 
 %if %{snapshot}
@@ -313,6 +315,9 @@
 
 
 %changelog
+* Fri Sep 19 2008 Huang Peng <phuang at redhat.com> - 1.4.7-32
+- Resolve: bug 462820 by Parag.
+
 * Wed Aug 27 2008 Jens Petersen <petersen at redhat.com> - 1.4.7-31.fc10
 - bring back Ctrl+Space hotkey by default for all locale by popular demand
 - drop disabling of uncommon IMEs from global system config since less used




More information about the fedora-extras-commits mailing list