Mailinglist Archive: opensuse-commit (1124 mails)

< Previous Next >
commit yast2-country
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 04 Apr 2007 19:36:12 +0200
  • Message-id: <20070404173612.DEF37678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-country
checked in at Wed Apr 4 19:36:12 CEST 2007.

--------
--- yast2-country/yast2-country.changes 2007-03-29 11:01:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-country/yast2-country.changes    2007-04-04 17:05:34.798863000 +0200
@@ -1,0 +2,6 @@
+Wed Apr  4 17:00:53 CEST 2007 - jsuchome@xxxxxxx
+
+- added support for Walloon language
+- 2.15.11 
+
+-------------------------------------------------------------------

Old:
----
  yast2-country-2.15.10.tar.bz2

New:
----
  yast2-country-2.15.11.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.Q26649/_old  2007-04-04 19:34:20.000000000 +0200
+++ /var/tmp/diff_new_pack.Q26649/_new  2007-04-04 19:34:20.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package yast2-country (Version 2.15.10)
+# spec file for package yast2-country (Version 2.15.11)
 #
 # Copyright (c) 2007 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.10
+Version:        2.15.11
 Release:        1
 License:        GNU General Public License (GPL)
 Group:          System/YaST
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-country-2.15.10.tar.bz2
+Source0:        yast2-country-2.15.11.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
@@ -64,7 +64,7 @@
     Jiri Suchomel <jsuchome@xxxxxxx>
 
 %prep
-%setup -n yast2-country-2.15.10
+%setup -n yast2-country-2.15.11
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -111,6 +111,9 @@
 %{prefix}/share/applications/YaST2/timezone.desktop
 
 %changelog
+* Wed Apr 04 2007 - jsuchome@xxxxxxx
+- added support for Walloon language
+- 2.15.11
 * Thu Mar 29 2007 - jsuchome@xxxxxxx
 - timezone package (with 'zic') is required (#255784)
 - check for nil value of LINGUAS entry in content file (#256427)

++++++ yast2-country-2.15.10.tar.bz2 -> yast2-country-2.15.11.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-country-2.15.10/language/data/language_wa_BE.ycp new/yast2-country-2.15.11/language/data/language_wa_BE.ycp
--- old/yast2-country-2.15.10/language/data/language_wa_BE.ycp  1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-country-2.15.11/language/data/language_wa_BE.ycp  2007-04-04 11:16:44.000000000 +0200
@@ -0,0 +1,42 @@
+/**
+ * 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@xxxxxxx>
+ * $Id$
+ */
+{
+    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> ]
+       "wa_BE"       : [
+                   "Walon",
+                   "Walon",
+                   ".UTF-8",
+                   "@euro",
+                   // language name
+                   _("Walloon")
+       ],
+       // 2. what time zone propose for this language
+       "timezone"    : "Europe/Brussels",
+       // 3. which keyboard layout propose for this language
+       "keyboard"    : "belgian",
+    ];
+}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-country-2.15.10/language/src/select_language.ycp new/yast2-country-2.15.11/language/src/select_language.ycp
--- old/yast2-country-2.15.10/language/src/select_language.ycp  2007-03-29 10:31:40.000000000 +0200
+++ new/yast2-country-2.15.11/language/src/select_language.ycp  2007-03-29 11:01:57.000000000 +0200
@@ -15,7 +15,7 @@
  * Summary:
  *     This client shows main dialog for choosing the language.
  *
- * $Id: select_language.ycp 36902 2007-03-13 07:23:36Z jsuchome $
+ * $Id: select_language.ycp 37202 2007-03-29 09:01:57Z jsuchome $
  *
  */
 {
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-country-2.15.10/VERSION new/yast2-country-2.15.11/VERSION
--- old/yast2-country-2.15.10/VERSION   2007-03-29 10:35:00.000000000 +0200
+++ new/yast2-country-2.15.11/VERSION   2007-04-04 17:01:25.000000000 +0200
@@ -1 +1 @@
-2.15.10
+2.15.11


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages