Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2018-01-16 09:32:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Jan 16 09:32:51 2018 rev:88 rq:562910 version:4.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes
2017-12-12 21:18:34.523155140 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes
2018-01-16 09:32:52.592348587 +0100
@@ -1,0 +2,6 @@
+Tue Jan 9 14:41:33 UTC 2018 - [email protected]
+
+- Set proper title also for YaST2 scc (bsc#1075164)
+- 4.0.4
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-4.0.3.tar.bz2
New:
----
yast2-ruby-bindings-4.0.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.nPbKPR/_old 2018-01-16 09:32:53.408310410 +0100
+++ /var/tmp/diff_new_pack.nPbKPR/_new 2018-01-16 09:32:53.408310410 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-ruby-bindings
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 4.0.3
+Version: 4.0.4
Release: 0
Url: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-ruby-bindings-4.0.3.tar.bz2 -> yast2-ruby-bindings-4.0.4.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-4.0.3/package/yast2-ruby-bindings.changes
new/yast2-ruby-bindings-4.0.4/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-4.0.3/package/yast2-ruby-bindings.changes
2017-12-06 11:20:30.000000000 +0100
+++ new/yast2-ruby-bindings-4.0.4/package/yast2-ruby-bindings.changes
2018-01-09 15:55:12.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Jan 9 14:41:33 UTC 2018 - [email protected]
+
+- Set proper title also for YaST2 scc (bsc#1075164)
+- 4.0.4
+
+-------------------------------------------------------------------
Tue Dec 5 15:57:34 UTC 2017 - [email protected]
- Set proper title also for YaST2 Firstboot (bsc#1070583)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-4.0.3/package/yast2-ruby-bindings.spec
new/yast2-ruby-bindings-4.0.4/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-4.0.3/package/yast2-ruby-bindings.spec
2017-12-06 11:20:30.000000000 +0100
+++ new/yast2-ruby-bindings-4.0.4/package/yast2-ruby-bindings.spec
2018-01-09 15:55:12.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 4.0.3
+Version: 4.0.4
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.3/src/y2start/y2start
new/yast2-ruby-bindings-4.0.4/src/y2start/y2start
--- old/yast2-ruby-bindings-4.0.3/src/y2start/y2start 2017-12-06
11:20:30.000000000 +0100
+++ new/yast2-ruby-bindings-4.0.4/src/y2start/y2start 2018-01-09
15:55:12.000000000 +0100
@@ -40,7 +40,7 @@
exit 1
end
-NO_CLI_CLIENTS = ["installation", "view_anymsg", "firstboot"].freeze
+NO_CLI_CLIENTS = ["installation", "view_anymsg", "firstboot", "scc"].freeze
Yast.ui_create(args[:server_name], args[:server_options])
# set application title bsc#1033161
Yast.import "UI"