Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2017-05-06 20:46:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ruby-bindings"
Sat May 6 20:46:07 2017 rev:80 rq:492876 version:3.2.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes
2017-04-12 17:10:29.755847410 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes
2017-05-06 20:46:08.644381976 +0200
@@ -1,0 +2,6 @@
+Tue May 2 14:03:19 UTC 2017 - [email protected]
+
+- fix calling YaST CLI (bsc#1033993)
+- 3.2.12
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-3.2.11.tar.bz2
New:
----
yast2-ruby-bindings-3.2.12.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.Nv94xP/_old 2017-05-06 20:46:09.452268010 +0200
+++ /var/tmp/diff_new_pack.Nv94xP/_new 2017-05-06 20:46:09.456267446 +0200
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 3.2.11
+Version: 3.2.12
Release: 0
Url: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-ruby-bindings-3.2.11.tar.bz2 -> yast2-ruby-bindings-3.2.12.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.2.11/package/yast2-ruby-bindings.changes
new/yast2-ruby-bindings-3.2.12/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.2.11/package/yast2-ruby-bindings.changes
2017-04-10 14:13:08.608990458 +0200
+++ new/yast2-ruby-bindings-3.2.12/package/yast2-ruby-bindings.changes
2017-05-04 16:20:13.121261668 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue May 2 14:03:19 UTC 2017 - [email protected]
+
+- fix calling YaST CLI (bsc#1033993)
+- 3.2.12
+
+-------------------------------------------------------------------
Mon Apr 10 11:50:04 UTC 2017 - [email protected]
- Set proper title for YaST2 application (bsc#1033161)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.2.11/package/yast2-ruby-bindings.spec
new/yast2-ruby-bindings-3.2.12/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.2.11/package/yast2-ruby-bindings.spec
2017-04-10 14:13:08.608990458 +0200
+++ new/yast2-ruby-bindings-3.2.12/package/yast2-ruby-bindings.spec
2017-05-04 16:20:13.125261668 +0200
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 3.2.11
+Version: 3.2.12
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.11/src/y2start/y2start
new/yast2-ruby-bindings-3.2.12/src/y2start/y2start
--- old/yast2-ruby-bindings-3.2.11/src/y2start/y2start 2017-04-10
14:13:08.616990458 +0200
+++ new/yast2-ruby-bindings-3.2.12/src/y2start/y2start 2017-05-04
16:20:13.245261668 +0200
@@ -48,7 +48,8 @@
hostname = " @ #{hostname}" unless hostname.empty?
title = "YaST2 - #{args[:client_name]}#{hostname}"
-Yast::UI.SetApplicationTitle(title)
+# set title only if it is not CLI (bsc#1033993)
+Yast::UI.SetApplicationTitle(title) if args[:client_options][:params].empty?
Yast::WFM.CallFunction(args[:client_name], args[:client_options][:params])