Hello community, here is the log from the commit of package gsoap for openSUSE:Factory checked in at 2019-07-08 15:01:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gsoap (Old) and /work/SRC/openSUSE:Factory/.gsoap.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gsoap" Mon Jul 8 15:01:50 2019 rev:54 rq:713175 version:2.8.86 Changes: -------- --- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes 2019-05-20 10:26:03.217962855 +0200 +++ /work/SRC/openSUSE:Factory/.gsoap.new.4615/gsoap.changes 2019-07-08 15:01:52.162611157 +0200 @@ -1,0 +2,14 @@ +Wed Jun 26 07:39:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de> + +- Update to new upstream release 2.8.86 + * Added `soap::client_addr` string to specify a IPv4 or IPv6 or + a host address to bind to before connecting. This can be used + at the client side to bind to an address before connecting to + a server endpoint, similar to `soap::client_port`. + * Fixed wsdl2h compilation issue with C++17. + * Fixed a problem with the `SOAP_SSL_DEFAULT` settings + parameter used with `soap_ssl_client_context` and + `soap_ssl_server_context` that may lead to a weaker setting + than specified. + +------------------------------------------------------------------- Old: ---- gsoap-2.8.84.tar.xz New: ---- gsoap-2.8.86.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsoap.spec ++++++ --- /var/tmp/diff_new_pack.SCilEq/_old 2019-07-08 15:01:53.230612772 +0200 +++ /var/tmp/diff_new_pack.SCilEq/_new 2019-07-08 15:01:53.230612772 +0200 @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_84 -Version: 2.8.84 +%define lname libgsoap-2_8_86 +Version: 2.8.86 Release: 0 Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception ++++++ gsoap-2.8.84.tar.xz -> gsoap-2.8.86.tar.xz ++++++ /work/SRC/openSUSE:Factory/gsoap/gsoap-2.8.84.tar.xz /work/SRC/openSUSE:Factory/.gsoap.new.4615/gsoap-2.8.86.tar.xz differ: char 27, line 1 ++++++ sanitize_source.sh ++++++ --- /var/tmp/diff_new_pack.SCilEq/_old 2019-07-08 15:01:53.298612875 +0200 +++ /var/tmp/diff_new_pack.SCilEq/_new 2019-07-08 15:01:53.298612875 +0200 @@ -13,7 +13,7 @@ exit 1; fi; -version="2.8.84" +version="2.8.86" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"