Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2012-10-26 17:38:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2012-10-24 
10:24:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2012-10-26 
17:38:04.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Oct 25 14:12:12 CEST 2012 - [email protected]
+
+- added Kernel::InformAboutKernelChange - replacement for only
+  non-SuSEconfig part of inst_suseconfig
+- 2.23.8 
+
+-------------------------------------------------------------------

Old:
----
  yast2-2.23.7.tar.bz2

New:
----
  yast2-2.23.8.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.6utcEy/_old  2012-10-26 17:38:07.000000000 +0200
+++ /var/tmp/diff_new_pack.6utcEy/_new  2012-10-26 17:38:07.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        2.23.7
+Version:        2.23.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-2.23.7.tar.bz2 -> yast2-2.23.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.7/VERSION new/yast2-2.23.8/VERSION
--- old/yast2-2.23.7/VERSION    2012-10-19 11:36:38.000000000 +0200
+++ new/yast2-2.23.8/VERSION    2012-10-25 14:13:13.000000000 +0200
@@ -1 +1 @@
-2.23.7
+2.23.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.7/library/modules/Version.ycp 
new/yast2-2.23.8/library/modules/Version.ycp
--- old/yast2-2.23.7/library/modules/Version.ycp        2012-10-19 
11:38:49.000000000 +0200
+++ new/yast2-2.23.8/library/modules/Version.ycp        2012-10-25 
14:13:17.000000000 +0200
@@ -20,7 +20,7 @@
 /**
  * Version of the yast2 package
  */
-global string yast2 = "2.23.7";
+global string yast2 = "2.23.8";
 
 /* EOF */
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.23.7/library/system/src/Kernel.ycp 
new/yast2-2.23.8/library/system/src/Kernel.ycp
--- old/yast2-2.23.7/library/system/src/Kernel.ycp      2012-10-18 
10:31:39.000000000 +0200
+++ new/yast2-2.23.8/library/system/src/Kernel.ycp      2012-10-25 
14:08:06.000000000 +0200
@@ -20,6 +20,7 @@
     import "Arch";
     import "Mode";
     import "Linuxrc";
+    import "Popup";
     import "Stage";
 
     textdomain "base";
@@ -79,8 +80,7 @@
 // kernel was reinstalled
 
 /**
- *  A flag to indicate if a popup informing about the kernel change should
- *  be displayed by inst_suseconfig.
+ *  A flag to indicate if a popup informing about the kernel change should be 
displayed
  */
 boolean inform_about_kernel_change = false;
 
@@ -719,6 +719,21 @@
     return inform_about_kernel_change;
 }
 
+/**
+ *  Display popup about new kernel that was installed
+ */
+global boolean InformAboutKernelChange ()
+{
+    if (GetInformAboutKernelChange ())
+    {
+       // inform the user that he/she has to reboot to activate new kernel
+       Popup::Message(_("Reboot your system
+to activate the new kernel.
+"));
+        return inform_about_kernel_change;
+    }
+}
+
 
 
 /* EOF */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-2.23.7/library/system/testsuite/tests/kernel.ycp 
new/yast2-2.23.8/library/system/testsuite/tests/kernel.ycp
--- old/yast2-2.23.7/library/system/testsuite/tests/kernel.ycp  2012-10-18 
10:31:39.000000000 +0200
+++ new/yast2-2.23.8/library/system/testsuite/tests/kernel.ycp  2012-10-25 
14:28:54.000000000 +0200
@@ -43,11 +43,11 @@
                    ],
                ],
            ],
-       ]
-/*     "target" : $[
-           "string" : "",
+       ],
+       "target" : $[
            "tmpdir" : "/tmp"
        ],
+        /*
        "etc" : $[
            "install_inf" : $[
                "InstMode" : "",

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to