[system-config-language/f15/master] * Wed Mar 09 2011 Naveen Kumar <nkumar at redhat.com>- 1.3.5-7 - apply patch s-c-l-681802_681805.patch

Naveen Kumar nkumar at fedoraproject.org
Wed Mar 9 11:54:30 UTC 2011


commit c59dd5a785f5eed4969e8d44f553838503add582
Author: Naveen Kumar <nav007 at gmail.com>
Date:   Wed Mar 9 17:21:22 2011 +0530

    * Wed Mar 09 2011 Naveen Kumar <nkumar at redhat.com>- 1.3.5-7
    - apply patch s-c-l-681802_681805.patch
    - resolves bug #681802 & #681805

 s-c-l-681802_681805.patch   |   16 ++++++++++++++++
 system-config-language.spec |    8 +++++++-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/s-c-l-681802_681805.patch b/s-c-l-681802_681805.patch
new file mode 100644
index 0000000..ee6bd7d
--- /dev/null
+++ b/s-c-l-681802_681805.patch
@@ -0,0 +1,16 @@
+diff -uNr system-config-language-1.3.5/src/lang_dict.py system-config-language-1.3.5modified/src/lang_dict.py
+--- system-config-language-1.3.5/src/lang_dict.py	2011-03-09 16:28:25.510686001 +0530
++++ system-config-language-1.3.5modified/src/lang_dict.py	2011-03-09 16:38:15.438686001 +0530
+@@ -45,9 +45,9 @@
+              "br_FR":"breton-support", \
+              "bg_BG.UTF-8":"bulgarian-support", \
+              "ca_ES.UTF-8":"catalan-support", \
+-             "zh_HK.UTF-8":"chinese-support", \
+-             "zh_CN.UTF-8":"chinese-support", \
+-             "zh_TW.UTF-8":"chinese-support", \
++             "zh_HK.UTF-8":"simplified-chinese-support", \
++             "zh_CN.UTF-8":"simplified-chinese-support", \
++             "zh_TW.UTF-8":"traditional-chinese-support", \
+              "kw_GB.UTF-8":"none", \
+              "hr_HR.UTF-8":"croatian-support", \
+              "cs_CZ.UTF-8":"czech-support", \
diff --git a/system-config-language.spec b/system-config-language.spec
index 476474c..08b8d0d 100644
--- a/system-config-language.spec
+++ b/system-config-language.spec
@@ -1,12 +1,13 @@
 Summary: A graphical interface for modifying the system language
 Name: system-config-language
 Version: 1.3.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 URL: https://fedorahosted.org/system-config-language/
 Source0: https://fedorahosted.org/releases/s/y/system-config-language/%{name}-%{version}.tar.bz2
 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
 License: GPLv2
 Group: System Environment/Base
 BuildArch: noarch
@@ -29,6 +30,7 @@ allows the user to change the default language of the system.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make %{?_smp_mflags}
@@ -83,6 +85,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language
 
 %changelog
+* Wed Mar 09 2011 Naveen Kumar <nkumar at redhat.com>- 1.3.5-7
+- apply patch s-c-l-681802_681805.patch
+- resolves bug #681802 & #681805
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list