From 3415ea66ce3bcefb60ff2881858d722e0f9979ce457099df60fad6ede938883a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 9 May 2016 13:28:38 +0000 Subject: [PATCH] - Update to new upstream release 2.8.31 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=62 --- gsoap-2.8.30.tar.xz | 3 --- gsoap-2.8.31.tar.xz | 3 +++ gsoap.changes | 19 +++++++++++++++++++ gsoap.spec | 6 +++--- sanitize_source.sh | 2 +- 5 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.30.tar.xz create mode 100644 gsoap-2.8.31.tar.xz diff --git a/gsoap-2.8.30.tar.xz b/gsoap-2.8.30.tar.xz deleted file mode 100644 index f88b31a..0000000 --- a/gsoap-2.8.30.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7672c98794de125a11db897b9d8342e2ed782d0b749518ab78922733dbe79c4a -size 8129420 diff --git a/gsoap-2.8.31.tar.xz b/gsoap-2.8.31.tar.xz new file mode 100644 index 0000000..307df70 --- /dev/null +++ b/gsoap-2.8.31.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09e9052b805f863a7223ab0769125c4efce970db0223755243e9eab5a4216c6 +size 8242448 diff --git a/gsoap.changes b/gsoap.changes index e39d34d..92272e9 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon May 9 13:23:38 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 2.8.31 +* Added engine context `sndbuf` and `rcvbuf` attributes to (re)set + setsockopt` values for `SO_SNDBUF` and `SO_RCVBUF`, respectively. + Default value is `SOAP_BUFLEN`, same as engine's internal message + buffer size. Setting to zero forces the engine to omit the + `setsockopt` `SO_SNDBUF` and `SOAP_RCVBUF` calls. +* Improved soapcpp2 option `-t` and `//gsoap ns schema typed: y` + directive that force the addition of `xsi:type` attributes to XML + content except for types whose type names are prefixed with an + underscore (i.e. root elements w/o type as per wsdl2h data + bindings rules). +* Fixed wsdl2h 2.8.28-30 parsing of *`xs:unique`* causing wsdl2h to + skip over schema components. The fix also improved string-based + parsing of XML content with a fix for 2.8.28-30 XML string + handling. + ------------------------------------------------------------------- Mon Apr 4 07:49:55 UTC 2016 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 17f1292..05fe172 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,15 +17,15 @@ Name: gsoap -%define lname libgsoap-2_8_30 -Version: 2.8.30 +%define lname libgsoap-2_8_31 +Version: 2.8.31 Release: 0 Summary: Toolkit for C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception Group: Development/Libraries/C and C++ Url: http://www.genivia.com/dev.html -#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.30.zip +#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.31.zip Source: gsoap-%version.tar.xz Source2: sanitize_source.sh Patch0: gsoap-automake1_13.diff diff --git a/sanitize_source.sh b/sanitize_source.sh index e017fec..69af3b0 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then exit 1; fi; -version="2.8.30" +version="2.8.31" shortver="2.8" # agh... rm -Rf "gsoap-$shortver" "gsoap-$version"