Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2014-01-13 17:21:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-09 
17:26:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2014-01-13 
17:21:03.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan  8 13:12:19 CET 2014 - [email protected]
+
+- Upgrade mode in installer is newly set by Linuxrc (bnc#857847)
+- 3.1.13
+
+-------------------------------------------------------------------

Old:
----
  yast2-3.1.12.tar.bz2

New:
----
  yast2-3.1.13.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.N6NiJE/_old  2014-01-13 17:21:04.000000000 +0100
+++ /var/tmp/diff_new_pack.N6NiJE/_new  2014-01-13 17:21:04.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.12
+Version:        3.1.13
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-3.1.12.tar.bz2 -> yast2-3.1.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.12/library/general/src/modules/Mode.rb 
new/yast2-3.1.13/library/general/src/modules/Mode.rb
--- old/yast2-3.1.12/library/general/src/modules/Mode.rb        2014-01-08 
11:23:15.000000000 +0100
+++ new/yast2-3.1.13/library/general/src/modules/Mode.rb        2014-01-09 
20:52:44.000000000 +0100
@@ -81,14 +81,19 @@
       # FIXME remove the part below and let it be set in clients
       if @_mode == "installation" &&
           SCR.Read(path(".target.size"), "/etc/install.inf") != -1
+
         autoinst = SCR.Read(path(".etc.install_inf.AutoYaST")) != nil
         @_mode = "autoinstallation" if autoinst
 
         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
       end
 
       nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.12/package/yast2.changes 
new/yast2-3.1.13/package/yast2.changes
--- old/yast2-3.1.12/package/yast2.changes      2014-01-08 11:23:16.000000000 
+0100
+++ new/yast2-3.1.13/package/yast2.changes      2014-01-09 20:52:45.000000000 
+0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jan  8 13:12:19 CET 2014 - [email protected]
+
+- Upgrade mode in installer is newly set by Linuxrc (bnc#857847)
+- 3.1.13
+
+-------------------------------------------------------------------
 Fri Dec 20 09:29:58 UTC 2013 - [email protected]
 
 - Add fail and abort hooks for installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.12/package/yast2.spec 
new/yast2-3.1.13/package/yast2.spec
--- old/yast2-3.1.12/package/yast2.spec 2014-01-08 11:23:16.000000000 +0100
+++ new/yast2-3.1.13/package/yast2.spec 2014-01-09 20:52:45.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.12
+Version:        3.1.13
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

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

Reply via email to