[system-config-language] Resolves:rh#954124 - No kyrgyz language in s-c-l

pnemade pnemade at fedoraproject.org
Mon Apr 22 06:23:07 UTC 2013


commit a710857cb15dd7402c37508e67c99cd866ca29bb
Author: Parag Nemade <pnemade at redhat.com>
Date:   Mon Apr 22 11:54:56 2013 +0530

    Resolves:rh#954124 - No kyrgyz language in s-c-l

 s-c-l-1.3.5-add-Kyrgyz-language.patch |   24 ++++++++++++++++++++++++
 system-config-language.spec           |   29 +++++++++++++++++------------
 2 files changed, 41 insertions(+), 12 deletions(-)
---
diff --git a/s-c-l-1.3.5-add-Kyrgyz-language.patch b/s-c-l-1.3.5-add-Kyrgyz-language.patch
new file mode 100644
index 0000000..d377d6e
--- /dev/null
+++ b/s-c-l-1.3.5-add-Kyrgyz-language.patch
@@ -0,0 +1,24 @@
+diff -urN system-config-language-1.3.5.orig/src/lang_dict.py system-config-language-1.3.5/src/lang_dict.py
+--- system-config-language-1.3.5.orig/src/lang_dict.py	2013-04-22 10:28:32.835352676 +0530
++++ system-config-language-1.3.5/src/lang_dict.py	2013-04-22 11:52:24.378507043 +0530
+@@ -163,7 +163,8 @@
+ 	     "sd_IN.UTF-8":"sindhi-support",\
+ 	     "ks_IN.UTF-8":"kashmiri-support",\
+ 	     "sd_IN at devanagari.UTF-8":"sindhi-support",\
+-	     "ks_IN at devanagari.UTF-8":"kashmiri-support" }
++	     "ks_IN at devanagari.UTF-8":"kashmiri-support",\
++	     "ky_KG.UTF-8" : "none" }
+ 
+ def get_groupID_from_language(language):
+ 	return languages_Dict[language]
+diff -urN system-config-language-1.3.5.orig/src/locale-list system-config-language-1.3.5/src/locale-list
+--- system-config-language-1.3.5.orig/src/locale-list	2013-04-22 10:28:32.887352678 +0530
++++ system-config-language-1.3.5/src/locale-list	2013-04-22 11:52:06.015506479 +0530
+@@ -81,6 +81,7 @@
+ kn_IN.UTF-8 utf8 latarcyrheb-sun16 Kannada (India)
+ ks_IN.UTF-8 utf8 latarcyrheb-sun16 Kashmiri (India)
+ ko_KR.UTF-8 utf8 lat0-sun16 Korean (Republic of Korea)  -  한국어
++ky_KG.UTF-8 utf8 latarcyrheb-sun16 Kyrgyz (Kyrgyzstan)
+ lo_LA.UTF-8 utf8 latarcyrheb-sun16 Lao (Laos)
+ lv_LV.UTF-8 utf8 latarcyrheb-sun16 Latvian (Latvia)
+ lt_LT.UTF-8 utf8 latarcyrheb-sun16 Lithuanian
diff --git a/system-config-language.spec b/system-config-language.spec
index efac658..9aadd56 100644
--- a/system-config-language.spec
+++ b/system-config-language.spec
@@ -6,18 +6,19 @@ URL: https://fedorahosted.org/system-config-language/
 Source0: https://fedorahosted.org/releases/s/y/system-config-language/%{name}-%{version}.tar.bz2
 License: GPLv2+
 
-Patch0: s-c-l-624008.patch
-Patch1: s-c-l-638650.patch
-Patch2: s-c-l-634556.patch
-Patch3: s-c-l-681802_681805.patch
-Patch4: s-c-l-700967.patch
-Patch5: s-c-l-803851.patch
-Patch6: s-c-l-817083.patch
-Patch7: bug-858168-858059.patch
-Patch8: bug-871119.patch
-Patch9: bug-879472.patch
-Patch10:bug-892560-fix-path-to-get-default-lang.patch
-Patch11:bug-889956-add-kashmiri-india-language.patch
+Patch0:  s-c-l-624008.patch
+Patch1:  s-c-l-638650.patch
+Patch2:  s-c-l-634556.patch
+Patch3:  s-c-l-681802_681805.patch
+Patch4:  s-c-l-700967.patch
+Patch5:  s-c-l-803851.patch
+Patch6:  s-c-l-817083.patch
+Patch7:  bug-858168-858059.patch
+Patch8:  bug-871119.patch
+Patch9:  bug-879472.patch
+Patch10: bug-892560-fix-path-to-get-default-lang.patch
+Patch11: bug-889956-add-kashmiri-india-language.patch
+Patch12: s-c-l-1.3.5-add-Kyrgyz-language.patch 
 
 BuildArch: noarch
 BuildRequires: desktop-file-utils
@@ -49,6 +50,7 @@ allows the user to change the default language of the system.
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 
 %build
@@ -92,6 +94,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language
 
 %changelog
+* Mon Apr 22 2013 Parag Nemade <pnemade AT redhat DOT com> - 1.3.5-22
+- Resolves:rh#954124 - No kyrgyz language in s-c-l
+
 * Mon Apr 08 2013 Pravin Satpute <psatpute at redhat.com> - 1.3.5-21
 - Improved patch 638650 as per comments by reporter
 


More information about the scm-commits mailing list