Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory
checked in at Tue Jul 12 09:05:35 CEST 2011.



--------
--- yast2-country/yast2-country.changes 2011-06-24 10:18:35.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-country/yast2-country.changes    
2011-07-11 16:49:15.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 11 16:39:42 CEST 2011 - jsuch...@suse.cz
+
+- avoid a pop-up during unattended upgrade (bnc#704078)
+- 2.21.2 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

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

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

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.yzOGsP/_old  2011-07-12 09:04:44.000000000 +0200
+++ /var/tmp/diff_new_pack.yzOGsP/_new  2011-07-12 09:04:44.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-country
-Version:        2.21.1
+Version:        2.21.2
 Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-country-2.21.1.tar.bz2
+Source0:        yast2-country-2.21.2.tar.bz2
 
 Prefix:         /usr
 
@@ -80,7 +80,7 @@
 timezone) for yast2.
 
 %prep
-%setup -n yast2-country-2.21.1
+%setup -n yast2-country-2.21.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf



++++++ yast2-country-2.21.1.tar.bz2 -> yast2-country-2.21.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-2.21.1/VERSION 
new/yast2-country-2.21.2/VERSION
--- old/yast2-country-2.21.1/VERSION    2011-06-24 10:17:37.000000000 +0200
+++ new/yast2-country-2.21.2/VERSION    2011-07-11 16:40:09.000000000 +0200
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-2.21.1/keyboard/src/dialogs.ycp 
new/yast2-country-2.21.2/keyboard/src/dialogs.ycp
--- old/yast2-country-2.21.1/keyboard/src/dialogs.ycp   2011-06-24 
10:15:04.000000000 +0200
+++ new/yast2-country-2.21.2/keyboard/src/dialogs.ycp   2011-06-24 
10:18:14.000000000 +0200
@@ -10,7 +10,7 @@
  * Summary:
  *     Dialogs for keyboard configuration
  *
- * $Id: dialogs.ycp 60212 2010-01-04 09:51:26Z jsuchome $
+ * $Id: dialogs.ycp 64575 2011-06-24 08:18:13Z jsuchome $
  */
 {
     textdomain "country";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-2.21.1/keyboard/src/modules/Keyboard.ycp 
new/yast2-country-2.21.2/keyboard/src/modules/Keyboard.ycp
--- old/yast2-country-2.21.1/keyboard/src/modules/Keyboard.ycp  2011-06-24 
10:14:44.000000000 +0200
+++ new/yast2-country-2.21.2/keyboard/src/modules/Keyboard.ycp  2011-07-11 
16:39:33.000000000 +0200
@@ -13,7 +13,7 @@
  *
  * Maintainer: Jiri Suchomel <jsuch...@suse.cz>
  *
- * $Id: Keyboard.ycp 60314 2010-01-11 14:42:17Z jsuchome $
+ * $Id: Keyboard.ycp 64575 2011-06-24 08:18:13Z jsuchome $
  *
  * Usage:
  * ------
@@ -1338,6 +1338,12 @@
    */
   global define void CheckKeyboardDuringUpdate (string destdir) {
 
+    // autoupgrade is not interactive, therefore skip this check and use data
+    // from profile directly
+    if (Mode::autoupgrade()) {
+       return;
+    }
+
     string target_kbd  = Misc::CustomSysconfigRead (
        "YAST_KEYBOARD", current_kbd, destdir + "/etc/sysconfig/keyboard");
     integer pos = find (target_kbd, ",");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-2.21.1/language/src/select_language.ycp 
new/yast2-country-2.21.2/language/src/select_language.ycp
--- old/yast2-country-2.21.1/language/src/select_language.ycp   2011-06-24 
10:16:32.000000000 +0200
+++ new/yast2-country-2.21.2/language/src/select_language.ycp   2011-06-24 
10:18:14.000000000 +0200
@@ -15,7 +15,7 @@
  * Summary:
  *     This client shows main dialog for choosing the language.
  *
- * $Id: select_language.ycp 62766 2010-11-08 16:09:36Z lslezak $
+ * $Id: select_language.ycp 64575 2011-06-24 08:18:13Z jsuchome $
  *
  */
 {


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to