Hello community,

here is the log from the commit of package yast2-http-server for 
openSUSE:Factory checked in at 2020-03-01 21:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-http-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-http-server.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-http-server"

Sun Mar  1 21:26:43 2020 rev:93 rq:775104 version:4.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes      
2020-01-24 14:10:45.694401308 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-http-server.new.26092/yast2-http-server.changes
   2020-03-01 21:26:52.984418635 +0100
@@ -1,0 +2,6 @@
+Mon Feb 17 17:37:21 UTC 2020 - Stefan Hundhammer <[email protected]>
+
+- Fixed user-visible messages (bsc#1084015)
+- 4.2.6
+
+-------------------------------------------------------------------

Old:
----
  yast2-http-server-4.2.5.tar.bz2

New:
----
  yast2-http-server-4.2.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-http-server.spec ++++++
--- /var/tmp/diff_new_pack.ci7hMd/_old  2020-03-01 21:26:54.412421536 +0100
+++ /var/tmp/diff_new_pack.ci7hMd/_new  2020-03-01 21:26:54.412421536 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-http-server
-Version:        4.2.5
+Version:        4.2.6
 Release:        0
 Summary:        YaST2 - HTTP Server Configuration
 License:        GPL-2.0-only

++++++ yast2-http-server-4.2.5.tar.bz2 -> yast2-http-server-4.2.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-4.2.5/package/yast2-http-server.changes 
new/yast2-http-server-4.2.6/package/yast2-http-server.changes
--- old/yast2-http-server-4.2.5/package/yast2-http-server.changes       
2020-01-23 14:15:22.000000000 +0100
+++ new/yast2-http-server-4.2.6/package/yast2-http-server.changes       
2020-02-18 11:03:35.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Feb 17 17:37:21 UTC 2020 - Stefan Hundhammer <[email protected]>
+
+- Fixed user-visible messages (bsc#1084015)
+- 4.2.6
+
+-------------------------------------------------------------------
 Thu Jan 23 12:48:47 UTC 2020 - Steffen Winterfeldt <[email protected]>
 
 - don't use /bin/systemctl compat symlink (bsc#1160890)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-4.2.5/package/yast2-http-server.spec 
new/yast2-http-server-4.2.6/package/yast2-http-server.spec
--- old/yast2-http-server-4.2.5/package/yast2-http-server.spec  2020-01-23 
14:15:22.000000000 +0100
+++ new/yast2-http-server-4.2.6/package/yast2-http-server.spec  2020-02-18 
11:03:35.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-http-server
-Version:        4.2.5
+Version:        4.2.6
 Release:        0
 Summary:        YaST2 - HTTP Server Configuration
 Group:          System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-4.2.5/src/modules/HttpServerWidgets.rb 
new/yast2-http-server-4.2.6/src/modules/HttpServerWidgets.rb
--- old/yast2-http-server-4.2.5/src/modules/HttpServerWidgets.rb        
2020-01-23 14:15:22.000000000 +0100
+++ new/yast2-http-server-4.2.6/src/modules/HttpServerWidgets.rb        
2020-02-18 11:03:35.000000000 +0100
@@ -926,7 +926,7 @@
       if Builtins.size(servername) == 0
         if hostid == "main"
           Report.Warning(
-            _("When no Server name is defined, hostname will be used instead.")
+            _("When no server name is defined, the hostname will be used 
instead.")
           )
           return true
         else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-4.2.5/src/modules/YaPI/HTTPD.pm 
new/yast2-http-server-4.2.6/src/modules/YaPI/HTTPD.pm
--- old/yast2-http-server-4.2.5/src/modules/YaPI/HTTPD.pm       2020-01-23 
14:15:22.000000000 +0100
+++ new/yast2-http-server-4.2.6/src/modules/YaPI/HTTPD.pm       2020-02-18 
11:03:35.000000000 +0100
@@ -783,7 +783,7 @@
     # already exists check
     foreach my $hostHash ( @{$vhost_files->{'yast2_vhosts.conf'}} ) {
         if( exists($hostHash->{HOSTID}) and $hostHash->{HOSTID} eq $hostid ) {
-            return $self->SetError( summary => __('hostid already exists'), 
code => "CHECK_PARAM_FAILED" );
+            return $self->SetError( summary => __('Host ID already exists'), 
code => "CHECK_PARAM_FAILED" );
         }
     }
 
@@ -843,7 +843,7 @@
             $found = 1;
         }
     }
-    return $self->SetError( summary => __('hostid not found'), code => 
"CHECK_PARAM_FAILED" ) unless( $found );
+    return $self->SetError( summary => __('Host ID not found'), code => 
"CHECK_PARAM_FAILED" ) unless( $found );
     if( @newList ) {
         $vhost_files->{$filename} = \@newList;
     } else {


Reply via email to