[system-config-language] * Fri Oct 1 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.5-2 - resolves bug #624008 - apply patch s-c-

Naveen Kumar nkumar at fedoraproject.org
Fri Oct 1 14:27:59 UTC 2010


commit 887071207e7d9286e8120c13c8787346c27fa470
Author: Naveen Kumar <nkumar at redhat.com>
Date:   Fri Oct 1 19:55:35 2010 +0530

    * Fri Oct 1 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.5-2
    - resolves bug #624008
    - apply patch s-c-l-624008.patch
    - adds Low-German (nds_DE) to s-c-l
    - comment a redundant line in language_backend.py

 s-c-l-624008.patch          |   41 +++++++++++++++++++++++++++++++++++++++++
 system-config-language.spec |   12 ++++++++++--
 2 files changed, 51 insertions(+), 2 deletions(-)
---
diff --git a/s-c-l-624008.patch b/s-c-l-624008.patch
new file mode 100644
index 0000000..2b08392
--- /dev/null
+++ b/s-c-l-624008.patch
@@ -0,0 +1,41 @@
+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
+diff -uNr system-config-language-1.3.5/src/lang_dict.py system-config-language-1.3.5mod/src/lang_dict.py
+--- system-config-language-1.3.5/src/lang_dict.py	2010-08-26 15:01:06.000000000 +0530
++++ system-config-language-1.3.5mod/src/lang_dict.py	2010-10-01 19:26:58.019691200 +0530
+@@ -80,6 +80,7 @@
+              "de_AT.UTF-8":"german-support", \
+              "de_BE.UTF-8":"german-support", \
+              "de_DE.UTF-8":"german-support", \
++	     "nds_DE.UTF-8":"low-german-support", \
+              "de_LU.UTF-8":"german-support", \
+              "de_CH.UTF-8":"german-support", \
+              "el_GR.UTF-8":"greek-support", \
+Binary files system-config-language-1.3.5/src/lang_dict.pyc and system-config-language-1.3.5mod/src/lang_dict.pyc differ
+diff -uNr system-config-language-1.3.5/src/language_backend.py system-config-language-1.3.5mod/src/language_backend.py
+--- system-config-language-1.3.5/src/language_backend.py	2010-08-26 15:01:06.000000000 +0530
++++ system-config-language-1.3.5mod/src/language_backend.py	2010-10-01 19:29:22.613557242 +0530
+@@ -134,7 +134,7 @@
+ 
+         # hack for writing information to grub.conf, thanks to  Hans de Goede  <hdegoede at redhat.com> for mentioning this.
+         # resolves RHBZ bug # 545499
+-        (cmdstatus, cmdout)= commands.getstatusoutput('/sbin/new-kernel-pkg --package kernel --dracut --install $(uname -r)')        
++        # (cmdstatus, cmdout)= commands.getstatusoutput('/sbin/new-kernel-pkg --package kernel --dracut --install $(uname -r)')        
+ 
+         (cmdstatus, cmdout)= commands.getstatusoutput('rpm -q kernel kernel-PAE | grep -v kernel-PAE ')
+         kernels=cmdout.split('\n')
+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-08-26 15:01:06.000000000 +0530
++++ system-config-language-1.3.5mod/src/locale-list	2010-10-01 19:25:19.993555776 +0530
+@@ -63,6 +63,7 @@
+ de_AT.UTF-8 utf8 latarcyrheb-sun16 German (Austria)
+ de_BE.UTF-8 utf8 latarcyrheb-sun16 German (Belgium)
+ de_DE.UTF-8 utf8 latarcyrheb-sun16 German (Germany) -   Deutsch
++nds_DE.UTF-8 utf8 latarcyrheb-sun16 Low German (Germany) -   Deutsch
+ de_LU.UTF-8 utf8 latarcyrheb-sun16 German (Luxemburg)
+ de_CH.UTF-8 utf8 latarcyrheb-sun16 German (Switzerland)
+ el_GR.UTF-8 utf8 iso07u-16 Greek
diff --git a/system-config-language.spec b/system-config-language.spec
index de568b5..29c445f 100644
--- a/system-config-language.spec
+++ b/system-config-language.spec
@@ -1,9 +1,10 @@
 Summary: A graphical interface for modifying the system language
 Name: system-config-language
 Version: 1.3.5
-Release: 1%{?dist}
+Release: 2%{?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
 License: GPLv2
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -25,6 +26,7 @@ allows the user to change the default language of the system.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make %{?_smp_mflags}
@@ -56,7 +58,7 @@ desktop-file-install --vendor system --delete-original       \
 %find_lang %name
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+m -rf $RPM_BUILD_ROOT
 
 %post
 touch --no-create %{_datadir}/icons/hicolor
@@ -86,6 +88,12 @@ fi
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language
 
 %changelog
+* Fri Oct 1 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.5-2
+- resolves bug #624008
+- apply patch s-c-l-624008.patch
+- adds Low-German (nds_DE) to s-c-l
+- comment a redundant line in language_backend.py
+
 * Wed Sep 8 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.5-1
 - new release by upstream
 


More information about the scm-commits mailing list