Hello community,
here is the log from the commit of package yast2-http-server for
openSUSE:Factory checked in at 2019-10-09 15:17:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-http-server (Old)
and /work/SRC/openSUSE:Factory/.yast2-http-server.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-http-server"
Wed Oct 9 15:17:37 2019 rev:89 rq:734970 version:4.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes
2019-08-27 15:21:28.312838281 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-http-server.new.2352/yast2-http-server.changes
2019-10-09 15:17:38.452779082 +0200
@@ -1,0 +2,6 @@
+Fri Oct 4 08:48:05 UTC 2019 - Martin Vidner <[email protected]>
+
+- Really import the missing namespace (bsc#1148763, bsc#1145538)
+- 4.2.2
+
+-------------------------------------------------------------------
Old:
----
yast2-http-server-4.2.1.tar.bz2
New:
----
yast2-http-server-4.2.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-http-server.spec ++++++
--- /var/tmp/diff_new_pack.Fxwbb6/_old 2019-10-09 15:17:39.172777227 +0200
+++ /var/tmp/diff_new_pack.Fxwbb6/_new 2019-10-09 15:17:39.180777206 +0200
@@ -17,7 +17,7 @@
Name: yast2-http-server
-Version: 4.2.1
+Version: 4.2.2
Release: 0
Summary: YaST2 - HTTP Server Configuration
License: GPL-2.0-only
++++++ yast2-http-server-4.2.1.tar.bz2 -> yast2-http-server-4.2.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-http-server-4.2.1/package/yast2-http-server.changes
new/yast2-http-server-4.2.2/package/yast2-http-server.changes
--- old/yast2-http-server-4.2.1/package/yast2-http-server.changes
2019-08-19 14:08:01.000000000 +0200
+++ new/yast2-http-server-4.2.2/package/yast2-http-server.changes
2019-10-04 13:07:05.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Oct 4 08:48:05 UTC 2019 - Martin Vidner <[email protected]>
+
+- Really import the missing namespace (bsc#1148763, bsc#1145538)
+- 4.2.2
+
+-------------------------------------------------------------------
Mon Aug 19 12:00:46 UTC 2019 - Michal Filka <[email protected]>
- bnc#114553
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-http-server-4.2.1/package/yast2-http-server.spec
new/yast2-http-server-4.2.2/package/yast2-http-server.spec
--- old/yast2-http-server-4.2.1/package/yast2-http-server.spec 2019-08-19
14:08:01.000000000 +0200
+++ new/yast2-http-server-4.2.2/package/yast2-http-server.spec 2019-10-04
13:07:05.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-http-server
-Version: 4.2.1
+Version: 4.2.2
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.1/src/clients/http-server.rb
new/yast2-http-server-4.2.2/src/clients/http-server.rb
--- old/yast2-http-server-4.2.1/src/clients/http-server.rb 2019-08-19
14:08:01.000000000 +0200
+++ new/yast2-http-server-4.2.2/src/clients/http-server.rb 2019-10-04
13:07:05.000000000 +0200
@@ -26,7 +26,7 @@
Yast.import "Hostname"
Yast.import "HttpServerWidgets"
Yast.import "HttpServer"
- Yast.import "HTTPDData"
+ Yast.import "YaST::HTTPDData"
Yast.include self, "http-server/wizards.rb"