Hello community, here is the log from the commit of package yast2-country checked in at Tue Sep 30 14:07:30 CEST 2008. -------- --- yast2-country/yast2-country.changes 2008-09-29 16:05:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-country/yast2-country.changes 2008-09-29 21:59:55.769009000 +0200 @@ -1,0 +2,12 @@ +Mon Sep 29 21:57:55 CEST 2008 - jsuchome@suse.cz + +- added Galician language support +- 2.17.16 + +------------------------------------------------------------------- +Mon Sep 29 21:41:12 CEST 2008 - jsuchome@suse.cz + +- keyboard configuration is in hardware category (bnc#430606) +- 2.17.15 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-country-2.17.14.tar.bz2 New: ---- yast2-country-2.17.16.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-country.spec ++++++ --- /var/tmp/diff_new_pack.x20491/_old 2008-09-30 14:07:19.000000000 +0200 +++ /var/tmp/diff_new_pack.x20491/_new 2008-09-30 14:07:19.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-country (Version 2.17.14) +# spec file for package yast2-country (Version 2.17.16) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-country -Version: 2.17.14 +Version: 2.17.16 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-country-2.17.14.tar.bz2 +Source0: yast2-country-2.17.16.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-perl-bindings yast2-testsuite Requires: yast2-trans-stats yast2-perl-bindings timezone @@ -75,7 +75,7 @@ Jiri Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-country-2.17.14 +%setup -n yast2-country-2.17.16 %build %{prefix}/bin/y2tool y2autoconf @@ -142,8 +142,15 @@ %dir /usr/share/YaST2/data/languages /usr/share/YaST2/data/languages/*.ycp /usr/share/YaST2/modules/Language.y* + %changelog * Mon Sep 29 2008 jsuchome@suse.cz +- added Galician language support +- 2.17.16 +* Mon Sep 29 2008 jsuchome@suse.cz +- keyboard configuration is in hardware category (bnc#430606) +- 2.17.15 +* Mon Sep 29 2008 jsuchome@suse.cz - save system time from ntpdate to HW clock (#429079) - 2.17.14 * Fri Sep 26 2008 jsuchome@suse.cz ++++++ yast2-country-2.17.14.tar.bz2 -> yast2-country-2.17.16.tar.bz2 ++++++ ++++ 7556 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-country-2.17.14/keyboard/src/keyboard.desktop new/yast2-country-2.17.16/keyboard/src/keyboard.desktop --- old/yast2-country-2.17.14/keyboard/src/keyboard.desktop 2008-05-19 08:01:37.000000000 +0200 +++ new/yast2-country-2.17.16/keyboard/src/keyboard.desktop 2008-09-29 21:38:21.000000000 +0200 @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-System; +Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Hardware; X-KDE-ModuleType=Library X-KDE-RootOnly=true diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-country-2.17.14/language/data/language_gl_ES.ycp new/yast2-country-2.17.16/language/data/language_gl_ES.ycp --- old/yast2-country-2.17.14/language/data/language_gl_ES.ycp 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-country-2.17.16/language/data/language_gl_ES.ycp 2008-09-29 21:56:40.000000000 +0200 @@ -0,0 +1,43 @@ +/** + * This file contains the description of the language needed by yast2-country + * module. + * + * Translation of the 'language name' to actual YaST language be must applied + * each time this file is invoked. + * + * If you want to add new language to YaST using a file of this type provided + * by some module different from yast2-country (e.g. in some Add-On Product), + * consider using special textdomain, so it is possible to provide also + * translations of the 'language name' string to all installed languages. + * + * Author: Jiří Suchomel <jsuchome@suse.cz> + * $Id: language_es_ES.ycp 32769 2006-09-08 09:29:15Z jsuchome $ + */ +{ + textdomain "languages_db"; + + return + $[ + // 1. information for language selection: + // Format is + // <LANG-Code> : [ + // <Language-to-display-UTF8-coded>, + // <Language-to-display-ASCII-coded-if-needed>, + // <LANG modifier used when UTF-8 enconding is selected> + // <LANG modifier used when no UTF-8 enconding is selected> + // <translated Language-to-display-UTF8-coded> ] + // + "gl_ES" : [ + "Galego" + "Galego", + ".UTF-8", + "@euro", + // language name + _("Galician") + ], + // 2. what time zone propose for this language + "timezone" : "Europe/Madrid", + // 3. which keyboard layout propose for this language + "keyboard" : "spanish", + ]; +} diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-country-2.17.14/timezone/src/dialogs.ycp new/yast2-country-2.17.16/timezone/src/dialogs.ycp --- old/yast2-country-2.17.14/timezone/src/dialogs.ycp 2008-09-29 15:32:52.000000000 +0200 +++ new/yast2-country-2.17.16/timezone/src/dialogs.ycp 2008-09-29 16:05:36.000000000 +0200 @@ -11,7 +11,7 @@ * Summary: * Dialogs for timeone and time configuration. * - * $Id: dialogs.ycp 50857 2008-09-09 09:12:52Z jsuchome $ + * $Id: dialogs.ycp 51662 2008-09-29 14:06:35Z jsuchome $ */ { textdomain "country"; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-country-2.17.14/VERSION new/yast2-country-2.17.16/VERSION --- old/yast2-country-2.17.14/VERSION 2008-09-29 15:51:16.000000000 +0200 +++ new/yast2-country-2.17.16/VERSION 2008-09-29 21:58:21.000000000 +0200 @@ -1 +1 @@ -2.17.14 +2.17.16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de