Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2018-03-11 18:02:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-update (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-update.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-update"

Sun Mar 11 18:02:16 2018 rev:117 rq:584238 version:4.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes        
2018-02-12 10:07:30.286176941 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2018-03-11 18:02:17.745320196 +0100
@@ -1,0 +2,7 @@
+Thu Mar  8 09:25:38 UTC 2018 - lsle...@suse.cz
+
+- Automatically save a solver test case when the product summary
+  contains a warning for easier debugging (related to bsc#1084248)
+- 4.0.10
+
+-------------------------------------------------------------------

Old:
----
  yast2-update-4.0.9.tar.bz2

New:
----
  yast2-update-4.0.10.tar.bz2

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

Other differences:
------------------
++++++ yast2-update.spec ++++++
--- /var/tmp/diff_new_pack.9Plbk7/_old  2018-03-11 18:02:18.913278324 +0100
+++ /var/tmp/diff_new_pack.9Plbk7/_new  2018-03-11 18:02:18.917278180 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        4.0.9
+Version:        4.0.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-update-4.0.9.tar.bz2 -> yast2-update-4.0.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.9/package/yast2-update.changes 
new/yast2-update-4.0.10/package/yast2-update.changes
--- old/yast2-update-4.0.9/package/yast2-update.changes 2018-02-09 
16:00:22.000000000 +0100
+++ new/yast2-update-4.0.10/package/yast2-update.changes        2018-03-08 
10:57:33.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Mar  8 09:25:38 UTC 2018 - lsle...@suse.cz
+
+- Automatically save a solver test case when the product summary
+  contains a warning for easier debugging (related to bsc#1084248)
+- 4.0.10
+
+-------------------------------------------------------------------
 Fri Feb  9 14:52:57 UTC 2018 - jlo...@suse.com
 
 - Adapt to new MountPoint API (part of fate#318196).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.9/package/yast2-update.spec 
new/yast2-update-4.0.10/package/yast2-update.spec
--- old/yast2-update-4.0.9/package/yast2-update.spec    2018-02-09 
16:00:22.000000000 +0100
+++ new/yast2-update-4.0.10/package/yast2-update.spec   2018-03-08 
10:57:33.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        4.0.9
+Version:        4.0.10
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.9/src/clients/packages_proposal.rb 
new/yast2-update-4.0.10/src/clients/packages_proposal.rb
--- old/yast2-update-4.0.9/src/clients/packages_proposal.rb     2018-02-09 
16:00:22.000000000 +0100
+++ new/yast2-update-4.0.10/src/clients/packages_proposal.rb    2018-03-08 
10:57:33.000000000 +0100
@@ -86,7 +86,7 @@
           @cnt_installed,
           @cnt_removed
         )
-        Builtins.y2milestone("Removed: %1", @removed)
+        log.info("Removed packages: #{@removed.sort}")
 
         @installed_m = Builtins.listmap(@installed) { |p| { p => true } }
         @selected_m = Builtins.listmap(@selected) { |p| { p => true } }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-4.0.9/src/clients/update_proposal.rb 
new/yast2-update-4.0.10/src/clients/update_proposal.rb
--- old/yast2-update-4.0.9/src/clients/update_proposal.rb       2018-02-09 
16:00:22.000000000 +0100
+++ new/yast2-update-4.0.10/src/clients/update_proposal.rb      2018-03-08 
10:57:33.000000000 +0100
@@ -213,6 +213,8 @@
           @ret["warning"] = @warning_message
           @ret["warning_level"] = product_warning["warning_level"] || :warning
         end
+        # save the solver test case with details for later debugging
+        Pkg.CreateSolverTestCase("/var/log/YaST2/solver-upgrade-proposal") if 
@ret["warning"]
       elsif @func == "AskUser"
        # With proper control file, this should never be reached
         Report.Error(_("The update summary is read only and cannot be 
changed."))


Reply via email to