Hello community, here is the log from the commit of package yast2-country checked in at Mon Dec 18 14:02:00 CET 2006. -------- --- yast2-country/yast2-country.changes 2006-12-13 10:45:46.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-country/yast2-country.changes 2006-12-18 09:23:27.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Dec 15 11:09:10 CET 2006 - jsuchome@suse.cz + +- added support for Marathi language +- 2.15.4 + +------------------------------------------------------------------- Old: ---- yast2-country-2.15.3.tar.bz2 New: ---- yast2-country-2.15.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-country.spec ++++++ --- /var/tmp/diff_new_pack.roHdBO/_old 2006-12-18 14:01:52.000000000 +0100 +++ /var/tmp/diff_new_pack.roHdBO/_new 2006-12-18 14:01:52.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-country (Version 2.15.3) +# spec file for package yast2-country (Version 2.15.4) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-country -Version: 2.15.3 +Version: 2.15.4 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-country-2.15.3.tar.bz2 +Source0: yast2-country-2.15.4.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 @@ -64,7 +64,7 @@ Jiri Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-country-2.15.3 +%setup -n yast2-country-2.15.4 %build %{prefix}/bin/y2tool y2autoconf @@ -111,6 +111,9 @@ %{prefix}/share/applications/YaST2/timezone.desktop %changelog -n yast2-country +* Fri Dec 15 2006 - jsuchome@suse.cz +- added support for Marathi language +- 2.15.4 * Wed Dec 13 2006 - jsuchome@suse.cz - added missing time zone for Belarus (#228042) - 2.15.3 ++++++ yast2-country-2.15.3.tar.bz2 -> yast2-country-2.15.4.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-country-2.15.3/VERSION new/yast2-country-2.15.4/VERSION --- old/yast2-country-2.15.3/VERSION 2006-12-13 10:22:41.000000000 +0100 +++ new/yast2-country-2.15.4/VERSION 2006-12-15 11:09:27.000000000 +0100 @@ -1 +1 @@ -2.15.3 +2.15.4 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-country-2.15.3/language/data/language_mr_IN.ycp new/yast2-country-2.15.4/language/data/language_mr_IN.ycp --- old/yast2-country-2.15.3/language/data/language_mr_IN.ycp 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-country-2.15.4/language/data/language_mr_IN.ycp 2006-12-15 09:40:10.000000000 +0100 @@ -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_pa_IN.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> ] + // + "mr_IN" : [ + "मराठी", + "Marathi", + ".UTF-8", + "", + // language name + _("Marathi") + ], + // 2. what time zone propose for this language + "timezone" : "Asia/Calcutta", + // 3. which keyboard layout propose for this language + "keyboard" : "english-us", + ]; +} diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-country-2.15.3/timezone/data/timezone_raw.ycp new/yast2-country-2.15.4/timezone/data/timezone_raw.ycp --- old/yast2-country-2.15.3/timezone/data/timezone_raw.ycp 2006-12-13 10:21:49.000000000 +0100 +++ new/yast2-country-2.15.4/timezone/data/timezone_raw.ycp 2006-12-13 10:45:45.000000000 +0100 @@ -3,7 +3,7 @@ * Authors: Thomas Roelz <tom@suse.de> * Summary: The untranslated timezone database. * - * $Id: timezone_raw.ycp 31665 2006-06-26 14:24:27Z jsuchome $ + * $Id: timezone_raw.ycp 34932 2006-12-13 09:45:39Z jsuchome $ * * ***************************************************************** * In case of changes please keep the following files in sync: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org