Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-tune for openSUSE:Factory 
checked in at 2021-12-18 20:29:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-tune (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-tune.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-tune"

Sat Dec 18 20:29:45 2021 rev:70 rq:940903 version:4.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-tune/yast2-tune.changes    2021-04-23 
17:50:29.646780606 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-tune.new.2520/yast2-tune.changes  
2021-12-18 20:30:05.658237488 +0100
@@ -1,0 +2,7 @@
+Thu Dec 16 13:18:07 UTC 2021 - Stefan Hundhammer <[email protected]>
+
+- Fixed heading if component is empty or nil (bsc#1193809)
+- Fixed typo in common wizard button ID (:abort, not :bort)
+- 4.4.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-tune-4.4.1.tar.bz2

New:
----
  yast2-tune-4.4.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-tune.spec ++++++
--- /var/tmp/diff_new_pack.RuMEfi/_old  2021-12-18 20:30:06.110237739 +0100
+++ /var/tmp/diff_new_pack.RuMEfi/_new  2021-12-18 20:30:06.118237743 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-tune
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        YaST2 - Hardware Tuning
 License:        GPL-2.0-or-later

++++++ yast2-tune-4.4.1.tar.bz2 -> yast2-tune-4.4.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-4.4.1/.github/workflows/ci.yml 
new/yast2-tune-4.4.2/.github/workflows/ci.yml
--- old/yast2-tune-4.4.1/.github/workflows/ci.yml       2021-04-21 
09:09:09.000000000 +0200
+++ new/yast2-tune-4.4.2/.github/workflows/ci.yml       2021-12-16 
14:28:24.000000000 +0100
@@ -8,7 +8,8 @@
 jobs:
   Tests:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
     steps:
 
@@ -46,7 +47,8 @@
 
   Package:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
     steps:
 
@@ -58,7 +60,8 @@
 
   Yardoc:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
     steps:
 
@@ -72,7 +75,8 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-4.4.1/package/yast2-tune.changes 
new/yast2-tune-4.4.2/package/yast2-tune.changes
--- old/yast2-tune-4.4.1/package/yast2-tune.changes     2021-04-21 
09:09:09.000000000 +0200
+++ new/yast2-tune-4.4.2/package/yast2-tune.changes     2021-12-16 
14:28:24.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Dec 16 13:18:07 UTC 2021 - Stefan Hundhammer <[email protected]>
+
+- Fixed heading if component is empty or nil (bsc#1193809)
+- Fixed typo in common wizard button ID (:abort, not :bort)
+- 4.4.2
+
+-------------------------------------------------------------------
 Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]>
 
 - stop packaging docdir, it only contained the license which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-4.4.1/package/yast2-tune.spec 
new/yast2-tune-4.4.2/package/yast2-tune.spec
--- old/yast2-tune-4.4.1/package/yast2-tune.spec        2021-04-21 
09:09:09.000000000 +0200
+++ new/yast2-tune-4.4.2/package/yast2-tune.spec        2021-12-16 
14:28:24.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-tune
-Version:        4.4.1
+Version:        4.4.2
 Release:        0
 Summary:        YaST2 - Hardware Tuning
 License:        GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-4.4.1/src/clients/inst_hwinfo.rb 
new/yast2-tune-4.4.2/src/clients/inst_hwinfo.rb
--- old/yast2-tune-4.4.1/src/clients/inst_hwinfo.rb     2021-04-21 
09:09:09.000000000 +0200
+++ new/yast2-tune-4.4.2/src/clients/inst_hwinfo.rb     2021-12-16 
14:28:24.000000000 +0100
@@ -39,7 +39,7 @@
       #
       #************************************
 
-      # aliases for wizard sequncer
+      # aliases for wizard sequencer
       @aliases = {
         "detected" => lambda { detected_dialog },
         "details"  => [lambda { details_dialog(@selected_model, 
@selected_info) }, true],
@@ -96,9 +96,17 @@
         "<P><B>Details</B></P><P>The details of the selected hardware 
component are displayed here.</P>"
       )
 
-      # heading text, %1 is component name (e.g. "USB UHCI Root Hub")
+      heading =
+        if model.nil? || model.empty?
+          # heading text
+          _("Component Details")
+        else
+          # heading text, %1 is component name (e.g. "USB UHCI Root Hub")
+          Builtins.sformat(_("Component '%1'"), model)
+        end
+
       Wizard.SetContents(
-        Builtins.sformat(_("Component '%1'"), model),
+        heading,
         content,
         help_text,
         true,
@@ -113,7 +121,7 @@
         ret = Convert.to_symbol(UI.UserInput)
       end
 
-      ret = :bort if ret == :close
+      ret = :abort if ret == :close
 
       Wizard.RestoreNextButton
       Wizard.RestoreAbortButton

Reply via email to