Hello community,
here is the log from the commit of package yast2-http-server for
openSUSE:Factory checked in at 2019-08-27 15:21:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-http-server (Old)
and /work/SRC/openSUSE:Factory/.yast2-http-server.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-http-server"
Tue Aug 27 15:21:26 2019 rev:88 rq:724566 version:4.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes
2019-07-31 14:18:46.694664122 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-http-server.new.7948/yast2-http-server.changes
2019-08-27 15:21:28.312838281 +0200
@@ -1,0 +2,7 @@
+Mon Aug 19 12:00:46 UTC 2019 - Michal Filka <[email protected]>
+
+- bnc#114553
+ - loaded missing namespace to avoid internal error
+- 4.2.1
+
+-------------------------------------------------------------------
Old:
----
yast2-http-server-4.2.0.tar.bz2
New:
----
yast2-http-server-4.2.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-http-server.spec ++++++
--- /var/tmp/diff_new_pack.PSAC33/_old 2019-08-27 15:21:28.748838061 +0200
+++ /var/tmp/diff_new_pack.PSAC33/_new 2019-08-27 15:21:28.752838059 +0200
@@ -17,7 +17,7 @@
Name: yast2-http-server
-Version: 4.2.0
+Version: 4.2.1
Release: 0
Summary: YaST2 - HTTP Server Configuration
License: GPL-2.0-only
++++++ yast2-http-server-4.2.0.tar.bz2 -> yast2-http-server-4.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-http-server-4.2.0/package/yast2-http-server.changes
new/yast2-http-server-4.2.1/package/yast2-http-server.changes
--- old/yast2-http-server-4.2.0/package/yast2-http-server.changes
2019-06-04 11:40:17.000000000 +0200
+++ new/yast2-http-server-4.2.1/package/yast2-http-server.changes
2019-08-19 14:08:01.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Aug 19 12:00:46 UTC 2019 - Michal Filka <[email protected]>
+
+- bnc#114553
+ - loaded missing namespace to avoid internal error
+- 4.2.1
+
+-------------------------------------------------------------------
Fri May 31 12:31:00 UTC 2019 - Stasiek Michalski <[email protected]>
- Add metainfo (fate#319035)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-http-server-4.2.0/package/yast2-http-server.spec
new/yast2-http-server-4.2.1/package/yast2-http-server.spec
--- old/yast2-http-server-4.2.0/package/yast2-http-server.spec 2019-06-04
11:40:17.000000000 +0200
+++ new/yast2-http-server-4.2.1/package/yast2-http-server.spec 2019-08-19
14:08:01.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-http-server
-Version: 4.2.0
+Version: 4.2.1
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.0/src/clients/http-server.rb
new/yast2-http-server-4.2.1/src/clients/http-server.rb
--- old/yast2-http-server-4.2.0/src/clients/http-server.rb 2019-06-04
11:40:17.000000000 +0200
+++ new/yast2-http-server-4.2.1/src/clients/http-server.rb 2019-08-19
14:08:01.000000000 +0200
@@ -26,6 +26,7 @@
Yast.import "Hostname"
Yast.import "HttpServerWidgets"
Yast.import "HttpServer"
+ Yast.import "HTTPDData"
Yast.include self, "http-server/wizards.rb"