Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2014-09-19 13:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2014-09-17 
21:23:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2014-09-19 
13:55:55.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 17 08:16:51 UTC 2014 - [email protected]
+
+- change order in mode initialization so that selected Upgrade
+  entry in boot menu does not override AutoUpgrade (bnc#897044)
+- 3.1.108
+
+-------------------------------------------------------------------

Old:
----
  yast2-3.1.107.tar.bz2

New:
----
  yast2-3.1.108.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.VJK0hx/_old  2014-09-19 13:55:56.000000000 +0200
+++ /var/tmp/diff_new_pack.VJK0hx/_new  2014-09-19 13:55:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.107
+Version:        3.1.108
 Release:        0
 Url:            https://github.com/yast/yast-yast2
 

++++++ yast2-3.1.107.tar.bz2 -> yast2-3.1.108.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.107/library/general/src/modules/Mode.rb 
new/yast2-3.1.108/library/general/src/modules/Mode.rb
--- old/yast2-3.1.107/library/general/src/modules/Mode.rb       2014-09-17 
09:31:10.000000000 +0200
+++ new/yast2-3.1.108/library/general/src/modules/Mode.rb       2014-09-18 
08:26:10.000000000 +0200
@@ -140,12 +140,11 @@
         repair = SCR.Read(path(".etc.install_inf.Repair")) != nil
         @_mode = "repair" if repair
 
-        # FIXME according to what Linuxrc really writes
-        autoupgrade = SCR.Read(path(".etc.install_inf.AutoUpgrade")) != nil
-        @_mode = "autoupgrade" if autoupgrade
-
         update = SCR.Read(path(".etc.install_inf.Upgrade")) != nil
         @_mode = "update" if update
+
+        autoupgrade = SCR.Read(path(".etc.install_inf.AutoUpgrade")) != nil
+        @_mode = "autoupgrade" if autoupgrade
       end
 
       nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.107/package/yast2.changes 
new/yast2-3.1.108/package/yast2.changes
--- old/yast2-3.1.107/package/yast2.changes     2014-09-17 09:31:10.000000000 
+0200
+++ new/yast2-3.1.108/package/yast2.changes     2014-09-18 08:26:10.000000000 
+0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Sep 17 08:16:51 UTC 2014 - [email protected]
+
+- change order in mode initialization so that selected Upgrade
+  entry in boot menu does not override AutoUpgrade (bnc#897044)
+- 3.1.108
+
+-------------------------------------------------------------------
 Wed Sep 17 09:16:23 CEST 2014 - [email protected]
 
 - Checking nil for repository name. (bnc#896466)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.107/package/yast2.spec 
new/yast2-3.1.108/package/yast2.spec
--- old/yast2-3.1.107/package/yast2.spec        2014-09-17 09:31:10.000000000 
+0200
+++ new/yast2-3.1.108/package/yast2.spec        2014-09-18 08:26:10.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.107
+Version:        3.1.108
 Release:        0
 URL:            https://github.com/yast/yast-yast2
 

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

Reply via email to