Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2017-12-12 21:18:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ruby-bindings"
Tue Dec 12 21:18:30 2017 rev:87 rq:554752 version:4.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes
2017-12-01 17:17:51.186301103 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes
2017-12-12 21:18:34.523155140 +0100
@@ -1,0 +2,6 @@
+Tue Dec 5 15:57:34 UTC 2017 - [email protected]
+
+- Set proper title also for YaST2 Firstboot (bsc#1070583)
+- 4.0.3
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-4.0.2.tar.bz2
New:
----
yast2-ruby-bindings-4.0.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.1lP9vr/_old 2017-12-12 21:18:35.223121350 +0100
+++ /var/tmp/diff_new_pack.1lP9vr/_new 2017-12-12 21:18:35.227121156 +0100
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 4.0.2
+Version: 4.0.3
Release: 0
Url: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-ruby-bindings-4.0.2.tar.bz2 -> yast2-ruby-bindings-4.0.3.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-4.0.2/package/yast2-ruby-bindings.changes
new/yast2-ruby-bindings-4.0.3/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-4.0.2/package/yast2-ruby-bindings.changes
2017-11-30 16:19:34.000000000 +0100
+++ new/yast2-ruby-bindings-4.0.3/package/yast2-ruby-bindings.changes
2017-12-06 11:20:30.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Dec 5 15:57:34 UTC 2017 - [email protected]
+
+- Set proper title also for YaST2 Firstboot (bsc#1070583)
+- 4.0.3
+
+-------------------------------------------------------------------
Fri Nov 24 14:26:14 UTC 2017 - [email protected]
- Better backtrace for dynamically defined methods (bsc#1066290)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-4.0.2/package/yast2-ruby-bindings.spec
new/yast2-ruby-bindings-4.0.3/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-4.0.2/package/yast2-ruby-bindings.spec
2017-11-30 16:19:34.000000000 +0100
+++ new/yast2-ruby-bindings-4.0.3/package/yast2-ruby-bindings.spec
2017-12-06 11:20:30.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 4.0.2
+Version: 4.0.3
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-4.0.2/src/y2start/y2start
new/yast2-ruby-bindings-4.0.3/src/y2start/y2start
--- old/yast2-ruby-bindings-4.0.2/src/y2start/y2start 2017-11-30
16:19:34.000000000 +0100
+++ new/yast2-ruby-bindings-4.0.3/src/y2start/y2start 2017-12-06
11:20:30.000000000 +0100
@@ -40,7 +40,7 @@
exit 1
end
-NO_CLI_CLIENTS = ["installation", "view_anymsg"].freeze
+NO_CLI_CLIENTS = ["installation", "view_anymsg", "firstboot"].freeze
Yast.ui_create(args[:server_name], args[:server_options])
# set application title bsc#1033161
Yast.import "UI"