Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2021-04-23 17:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ruby-bindings"
Fri Apr 23 17:50:18 2021 rev:110 rq:885346 version:4.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes
2021-03-30 20:50:55.616084540 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new.12324/yast2-ruby-bindings.changes
2021-04-23 17:50:22.486768295 +0200
@@ -1,0 +2,7 @@
+Wed Apr 14 10:58:39 UTC 2021 - Knut Anderssen <[email protected]>
+
+- Made the architecture string to fit in a 80x24 terminal
+ (bsc#1184474).
+- 4.4.0
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-4.3.14.tar.bz2
New:
----
yast2-ruby-bindings-4.4.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.SgmLkV/_old 2021-04-23 17:50:22.954769100 +0200
+++ /var/tmp/diff_new_pack.SgmLkV/_new 2021-04-23 17:50:22.954769100 +0200
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 4.3.14
+Version: 4.4.0
Release: 0
URL: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-ruby-bindings-4.3.14.tar.bz2 -> yast2-ruby-bindings-4.4.0.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-4.3.14/package/yast2-ruby-bindings.changes
new/yast2-ruby-bindings-4.4.0/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-4.3.14/package/yast2-ruby-bindings.changes
2021-03-18 09:31:50.000000000 +0100
+++ new/yast2-ruby-bindings-4.4.0/package/yast2-ruby-bindings.changes
2021-04-14 14:38:12.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Apr 14 10:58:39 UTC 2021 - Knut Anderssen <[email protected]>
+
+- Made the architecture string to fit in a 80x24 terminal
+ (bsc#1184474).
+- 4.4.0
+
+-------------------------------------------------------------------
Wed Mar 17 13:55:01 UTC 2021 - Ladislav Slez??k <[email protected]>
- Fixed password encrypting functions to work correctly also
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-4.3.14/package/yast2-ruby-bindings.spec
new/yast2-ruby-bindings-4.4.0/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-4.3.14/package/yast2-ruby-bindings.spec
2021-03-18 09:31:50.000000000 +0100
+++ new/yast2-ruby-bindings-4.4.0/package/yast2-ruby-bindings.spec
2021-04-14 14:38:12.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 4.3.14
+Version: 4.4.0
Release: 0
URL: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-4.3.14/src/ruby/yast/y2start_helpers.rb
new/yast2-ruby-bindings-4.4.0/src/ruby/yast/y2start_helpers.rb
--- old/yast2-ruby-bindings-4.3.14/src/ruby/yast/y2start_helpers.rb
2021-03-18 09:31:50.000000000 +0100
+++ new/yast2-ruby-bindings-4.4.0/src/ruby/yast/y2start_helpers.rb
2021-04-14 14:38:12.000000000 +0200
@@ -95,7 +95,7 @@
architecture = ""
end
left_title = "YaST2 - #{client_name}#{hostname}"
- left_title + architecture.rjust(80-left_title.size)
+ left_title + architecture.rjust(78-left_title.size)
end