From c495eec767f9046b0c00ca2e9bb871022fbc5faa35712682adef52443ab65163 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 7 Mar 2019 20:53:08 +0000 Subject: [PATCH] - Update to new upstream release 2.8.81 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=158 --- gsoap-2.8.80.tar.xz | 3 --- gsoap-2.8.81.tar.xz | 3 +++ gsoap.changes | 17 +++++++++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.80.tar.xz create mode 100644 gsoap-2.8.81.tar.xz diff --git a/gsoap-2.8.80.tar.xz b/gsoap-2.8.80.tar.xz deleted file mode 100644 index 1f7ef16..0000000 --- a/gsoap-2.8.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81c06cd7e9dcc76fe03227e9f5fc3ab3e6eac068403d89fc0707029ffaa59547 -size 16804144 diff --git a/gsoap-2.8.81.tar.xz b/gsoap-2.8.81.tar.xz new file mode 100644 index 0000000..194d609 --- /dev/null +++ b/gsoap-2.8.81.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4ddb5e7ddce9b61c29d7616c608a64e6d3597c8efcf1334229e59f5cd3c276 +size 16069772 diff --git a/gsoap.changes b/gsoap.changes index 7ec20bf..f8f10fc 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Mar 7 20:47:26 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 2.8.81 + * Added the ability to specify `nullptr` web service operation + arguments, similar to `nullptr` struct and class members. + This enables `xs:nillable="true"` elements corresponding to + web service operation arguments. + * Updated wsdl2h `import schemaLocation` logic to handle + relative paths. + * Updated DOM API for embedded serializable data types: + `SOAP_DOM_ASIS` removes XML namespace bindings (`xmlns`) from + the XML output of the embedded data type, which are normally + added to ensure namespace prefixes are always valid. + `SOAP_DOM_ASIS` requires the DOM to specify the namespace + bindings explicitly. + ------------------------------------------------------------------- Thu Feb 21 17:36:12 UTC 2019 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index bb8dad5..5530bd7 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_80 -Version: 2.8.80 +%define lname libgsoap-2_8_81 +Version: 2.8.81 Release: 0 Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception diff --git a/sanitize_source.sh b/sanitize_source.sh index f5feba2..bea5e70 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.80" +version="2.8.81" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"