Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-ftp-server for
openSUSE:Factory checked in at 2021-06-15 16:37:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ftp-server (Old)
and /work/SRC/openSUSE:Factory/.yast2-ftp-server.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ftp-server"
Tue Jun 15 16:37:02 2021 rev:75 rq:898788 version:4.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes
2021-05-02 18:36:13.936918088 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-ftp-server.new.32437/yast2-ftp-server.changes
2021-06-15 16:37:16.449686955 +0200
@@ -1,0 +2,6 @@
+Wed Jun 9 07:11:51 UTC 2021 - Imobach Gonzalez Sosa <[email protected]>
+
+- Fix the label of the certificate input field (bsc#1183786).
+- 4.4.1
+
+-------------------------------------------------------------------
Old:
----
yast2-ftp-server-4.4.0.tar.bz2
New:
----
yast2-ftp-server-4.4.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ftp-server.spec ++++++
--- /var/tmp/diff_new_pack.2f8f9T/_old 2021-06-15 16:37:17.017687939 +0200
+++ /var/tmp/diff_new_pack.2f8f9T/_new 2021-06-15 16:37:17.037687974 +0200
@@ -17,7 +17,7 @@
Name: yast2-ftp-server
-Version: 4.4.0
+Version: 4.4.1
Release: 0
Summary: YaST2 - FTP configuration
License: GPL-2.0-only
++++++ yast2-ftp-server-4.4.0.tar.bz2 -> yast2-ftp-server-4.4.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ftp-server-4.4.0/package/yast2-ftp-server.changes
new/yast2-ftp-server-4.4.1/package/yast2-ftp-server.changes
--- old/yast2-ftp-server-4.4.0/package/yast2-ftp-server.changes 2021-04-30
18:15:33.000000000 +0200
+++ new/yast2-ftp-server-4.4.1/package/yast2-ftp-server.changes 2021-06-09
13:28:04.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Jun 9 07:11:51 UTC 2021 - Imobach Gonzalez Sosa <[email protected]>
+
+- Fix the label of the certificate input field (bsc#1183786).
+- 4.4.1
+
+-------------------------------------------------------------------
Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <[email protected]>
- 4.4.0 (bsc#1185510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ftp-server-4.4.0/package/yast2-ftp-server.spec
new/yast2-ftp-server-4.4.1/package/yast2-ftp-server.spec
--- old/yast2-ftp-server-4.4.0/package/yast2-ftp-server.spec 2021-04-30
18:15:33.000000000 +0200
+++ new/yast2-ftp-server-4.4.1/package/yast2-ftp-server.spec 2021-06-09
13:28:04.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-ftp-server
-Version: 4.4.0
+Version: 4.4.1
Release: 0
Summary: YaST2 - FTP configuration
License: GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ftp-server-4.4.0/src/include/ftp-server/dialogs.rb
new/yast2-ftp-server-4.4.1/src/include/ftp-server/dialogs.rb
--- old/yast2-ftp-server-4.4.0/src/include/ftp-server/dialogs.rb
2021-04-30 18:15:33.000000000 +0200
+++ new/yast2-ftp-server-4.4.1/src/include/ftp-server/dialogs.rb
2021-06-09 13:28:04.000000000 +0200
@@ -808,7 +808,7 @@
Ops.set(
result,
"label",
- _("D&SA Certificate to Use for SSL-encrypted Connections")
+ _("R&SA Certificate to Use for SSL-encrypted Connections")
)
Ops.set(result, "widget", :textentry)
Ops.set(result, "init", fun_ref(method(:InitCertFile), "void (string)"))