[system-config-language/f14/master] * Thu Oct 7 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.5-3 - apply patch s-c-l-638650.patch - resolv

Naveen Kumar nkumar at fedoraproject.org
Thu Oct 7 12:21:39 UTC 2010


commit ac85ca2f20689283579923875d7f30f6c69a952b
Author: Naveen Kumar <nkumar at redhat.com>
Date:   Thu Oct 7 17:49:21 2010 +0530

    * Thu Oct 7 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.5-3
    - apply patch s-c-l-638650.patch
    - resolves bug #638650

 s-c-l-638650.patch          |   19 +++++++++++++++++++
 system-config-language.spec |    8 +++++++-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/s-c-l-638650.patch b/s-c-l-638650.patch
new file mode 100644
index 0000000..ea6d80a
--- /dev/null
+++ b/s-c-l-638650.patch
@@ -0,0 +1,19 @@
+Binary files system-config-language-1.3.5/src/gui_detailsDialog.pyc and system-config-language-1.3.5mod/src/gui_detailsDialog.pyc differ
+Binary files system-config-language-1.3.5/src/gui_errors.pyc and system-config-language-1.3.5mod/src/gui_errors.pyc differ
+Binary files system-config-language-1.3.5/src/gui_install.pyc and system-config-language-1.3.5mod/src/gui_install.pyc differ
+Binary files system-config-language-1.3.5/src/gui_progress.pyc and system-config-language-1.3.5mod/src/gui_progress.pyc differ
+Binary files system-config-language-1.3.5/src/lang_dict.pyc and system-config-language-1.3.5mod/src/lang_dict.pyc differ
+Binary files system-config-language-1.3.5/src/language_backend.pyc and system-config-language-1.3.5mod/src/language_backend.pyc differ
+Binary files system-config-language-1.3.5/src/language_gui.pyc and system-config-language-1.3.5mod/src/language_gui.pyc differ
+diff -uNr system-config-language-1.3.5/src/locale-list system-config-language-1.3.5mod/src/locale-list
+--- system-config-language-1.3.5/src/locale-list	2010-10-07 17:27:15.061964694 +0530
++++ system-config-language-1.3.5mod/src/locale-list	2010-10-07 17:26:23.570841283 +0530
+@@ -30,7 +30,7 @@
+ ca_ES.UTF-8 utf8 latarcyrheb-sun16 Catalan (Spain)
+ zh_HK.UTF-8 utf8 latarcyrheb-sun16 Chinese (Hong Kong)
+ zh_CN.UTF-8 utf8 lat0-sun16 Chinese (P.R. of China)  -  中文(简体)
+-zh_TW.UTF-8 utf8 lat0-sun16 Chinese (Taiwan)  -  正體中文
++zh_TW.UTF-8 utf8 lat0-sun16 Chinese (Taiwan)  -  傳統漢語
+ kw_GB.UTF-8 utf8 latarcyrheb-sun16 Cornish (Britain)
+ hr_HR.UTF-8 utf8 latarcyrheb-sun16 Croatian
+ cs_CZ.UTF-8 utf8 latarcyrheb-sun16 Czech  -  Česká republika
diff --git a/system-config-language.spec b/system-config-language.spec
index 60fd029..1404629 100644
--- a/system-config-language.spec
+++ b/system-config-language.spec
@@ -1,10 +1,11 @@
 Summary: A graphical interface for modifying the system language
 Name: system-config-language
 Version: 1.3.5
-Release: 2%{?dist}
+Release: 3%{?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
 License: GPLv2
 Group: System Environment/Base
 BuildArch: noarch
@@ -25,6 +26,7 @@ allows the user to change the default language of the system.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 make %{?_smp_mflags}
@@ -78,6 +80,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language
 
 %changelog
+* Thu Oct 7 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.5-3
+- apply patch s-c-l-638650.patch
+- resolves bug #638650
+
 * Mon Oct 4 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.5-2
 - Spec file updated according to new guidelines
 - resolves bug #624008


More information about the scm-commits mailing list