Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2017-06-07 13:08:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ruby-bindings"
Wed Jun 7 13:08:12 2017 rev:81 rq:497810 version:3.2.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes
2017-05-06 20:46:08.644381976 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes
2017-06-07 13:08:13.533215400 +0200
@@ -1,0 +2,6 @@
+Tue May 23 15:14:45 UTC 2017 - [email protected]
+
+- Set proper title for YaST2 installation (bsc#1037891)
+- 3.2.13
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-3.2.12.tar.bz2
New:
----
yast2-ruby-bindings-3.2.13.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.Py5NV4/_old 2017-06-07 13:08:14.165126229 +0200
+++ /var/tmp/diff_new_pack.Py5NV4/_new 2017-06-07 13:08:14.169125665 +0200
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 3.2.12
+Version: 3.2.13
Release: 0
Url: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-ruby-bindings-3.2.12.tar.bz2 -> yast2-ruby-bindings-3.2.13.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.2.12/package/yast2-ruby-bindings.changes
new/yast2-ruby-bindings-3.2.13/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.2.12/package/yast2-ruby-bindings.changes
2017-05-04 16:20:13.121261668 +0200
+++ new/yast2-ruby-bindings-3.2.13/package/yast2-ruby-bindings.changes
2017-05-23 17:26:03.749382784 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue May 23 15:14:45 UTC 2017 - [email protected]
+
+- Set proper title for YaST2 installation (bsc#1037891)
+- 3.2.13
+
+-------------------------------------------------------------------
Tue May 2 14:03:19 UTC 2017 - [email protected]
- fix calling YaST CLI (bsc#1033993)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.2.12/package/yast2-ruby-bindings.spec
new/yast2-ruby-bindings-3.2.13/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.2.12/package/yast2-ruby-bindings.spec
2017-05-04 16:20:13.125261668 +0200
+++ new/yast2-ruby-bindings-3.2.13/package/yast2-ruby-bindings.spec
2017-05-23 17:26:03.749382784 +0200
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 3.2.12
+Version: 3.2.13
Url: https://github.com/yast/yast-ruby-bindings
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ruby-bindings-3.2.12/src/y2start/y2start
new/yast2-ruby-bindings-3.2.13/src/y2start/y2start
--- old/yast2-ruby-bindings-3.2.12/src/y2start/y2start 2017-05-04
16:20:13.245261668 +0200
+++ new/yast2-ruby-bindings-3.2.13/src/y2start/y2start 2017-05-23
17:26:03.897382784 +0200
@@ -49,7 +49,9 @@
title = "YaST2 - #{args[:client_name]}#{hostname}"
# set title only if it is not CLI (bsc#1033993)
-Yast::UI.SetApplicationTitle(title) if args[:client_options][:params].empty?
+# modules do not have CLI arguments, except installation (bsc#1037891)
+set_title = args[:client_options][:params].empty? || args[:client_name] ==
"installation"
+Yast::UI.SetApplicationTitle(title) if set_title
Yast::WFM.CallFunction(args[:client_name], args[:client_options][:params])