Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2020-03-07 21:37:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Sat Mar  7 21:37:03 2020 rev:270 rq:781872 version:4.2.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2020-03-01 
21:27:24.412482477 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new.26092/autoyast2.changes   
2020-03-07 21:37:06.220226172 +0100
@@ -1,0 +2,6 @@
+Thu Mar  5 13:18:51 CET 2020 - sch...@suse.de
+
+- Fixed crash while loading none existing AY file (bsc#1165464).
+- 4.2.29
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-4.2.28.tar.bz2

New:
----
  autoyast2-4.2.29.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.PfwfMc/_old  2020-03-07 21:37:07.760227212 +0100
+++ /var/tmp/diff_new_pack.PfwfMc/_new  2020-03-07 21:37:07.800227239 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.2.28
+Version:        4.2.29
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only

++++++ autoyast2-4.2.28.tar.bz2 -> autoyast2-4.2.29.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.2.28/package/autoyast2.changes 
new/autoyast2-4.2.29/package/autoyast2.changes
--- old/autoyast2-4.2.28/package/autoyast2.changes      2020-02-27 
12:20:22.000000000 +0100
+++ new/autoyast2-4.2.29/package/autoyast2.changes      2020-03-05 
15:05:11.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Mar  5 13:18:51 CET 2020 - sch...@suse.de
+
+- Fixed crash while loading none existing AY file (bsc#1165464).
+- 4.2.29
+
+-------------------------------------------------------------------
 Wed Feb 26 16:19:57 CET 2020 - sch...@suse.de
 
 - Service for init scripts: Checking working network with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.2.28/package/autoyast2.spec 
new/autoyast2-4.2.29/package/autoyast2.spec
--- old/autoyast2-4.2.28/package/autoyast2.spec 2020-02-27 12:20:22.000000000 
+0100
+++ new/autoyast2-4.2.29/package/autoyast2.spec 2020-03-05 15:05:11.000000000 
+0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.2.28
+Version:        4.2.29
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-4.2.28/src/lib/autoinstall/clients/inst_autoinit.rb 
new/autoyast2-4.2.29/src/lib/autoinstall/clients/inst_autoinit.rb
--- old/autoyast2-4.2.28/src/lib/autoinstall/clients/inst_autoinit.rb   
2020-02-27 12:20:22.000000000 +0100
+++ new/autoyast2-4.2.29/src/lib/autoinstall/clients/inst_autoinit.rb   
2020-03-05 15:05:11.000000000 +0100
@@ -278,7 +278,7 @@
           if ret == :abort && Yast::Popup.ConfirmAbort(:painless)
             break
           elsif ret == :retry
-            uri = Yast::Convert.to_string(UI.QueryWidget(Id(:uri), :Value))
+            uri = Yast::Convert.to_string(Yast::UI.QueryWidget(Id(:uri), 
:Value))
             if uri == ""
               next
             else


Reply via email to