Hello community, here is the log from the commit of package yast2-http-server for openSUSE:Factory checked in at 2018-05-11 09:16:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-http-server (Old) and /work/SRC/openSUSE:Factory/.yast2-http-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-http-server" Fri May 11 09:16:38 2018 rev:81 rq:606096 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes 2018-05-04 11:31:15.883880700 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-http-server.new/yast2-http-server.changes 2018-05-11 09:16:51.173606959 +0200 @@ -1,0 +2,7 @@ +Wed May 9 23:11:29 UTC 2018 - knut.anders...@suse.com + +- Fixed typo in published HttpServerWidgets widget function return + type (bsc#1092155) +- 4.0.2 + +------------------------------------------------------------------- Old: ---- yast2-http-server-4.0.1.tar.bz2 New: ---- yast2-http-server-4.0.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-http-server.spec ++++++ --- /var/tmp/diff_new_pack.F71grs/_old 2018-05-11 09:16:51.885581165 +0200 +++ /var/tmp/diff_new_pack.F71grs/_new 2018-05-11 09:16:51.893580875 +0200 @@ -17,7 +17,7 @@ Name: yast2-http-server -Version: 4.0.1 +Version: 4.0.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-http-server-4.0.1.tar.bz2 -> yast2-http-server-4.0.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-http-server-4.0.1/package/yast2-http-server.changes new/yast2-http-server-4.0.2/package/yast2-http-server.changes --- old/yast2-http-server-4.0.1/package/yast2-http-server.changes 2018-05-03 17:22:52.000000000 +0200 +++ new/yast2-http-server-4.0.2/package/yast2-http-server.changes 2018-05-10 09:36:57.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed May 9 23:11:29 UTC 2018 - knut.anders...@suse.com + +- Fixed typo in published HttpServerWidgets widget function return + type (bsc#1092155) +- 4.0.2 + +------------------------------------------------------------------- Thu May 3 07:34:15 UTC 2018 - knut.anders...@suse.com - Do not cache the widgets definition until it is really needed to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-http-server-4.0.1/package/yast2-http-server.spec new/yast2-http-server-4.0.2/package/yast2-http-server.spec --- old/yast2-http-server-4.0.1/package/yast2-http-server.spec 2018-05-03 17:22:52.000000000 +0200 +++ new/yast2-http-server-4.0.2/package/yast2-http-server.spec 2018-05-10 09:36:57.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-http-server -Version: 4.0.1 +Version: 4.0.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-http-server-4.0.1/src/modules/HttpServerWidgets.rb new/yast2-http-server-4.0.2/src/modules/HttpServerWidgets.rb --- old/yast2-http-server-4.0.1/src/modules/HttpServerWidgets.rb 2018-05-03 17:22:52.000000000 +0200 +++ new/yast2-http-server-4.0.2/src/modules/HttpServerWidgets.rb 2018-05-10 09:36:57.000000000 +0200 @@ -3651,7 +3651,7 @@ publish :function => :initVhostDetails, :type => "void (string)" publish :function => :handleVhostDetails, :type => "symbol (string, map)" publish :function => :storeVhostDetails, :type => "void (string, map)" - publish :function => :widgets, :type => "map <string, map <string, any>>" + publish :function => :widgets, :type => "map (string, map <string, any>)" publish :function => :listen2item, :type => "term (map <string, any>, integer)" end