Accepting request 682652 from devel:libraries:c_c++

- Update to new upstream release 2.8.81

OBS-URL: https://build.opensuse.org/request/show/682652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=51
This commit is contained in:
Dominique Leuenberger 2019-03-12 08:47:42 +00:00 committed by Git OBS Bridge
commit 7f2cbd2345
5 changed files with 23 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81c06cd7e9dcc76fe03227e9f5fc3ab3e6eac068403d89fc0707029ffaa59547
size 16804144

3
gsoap-2.8.81.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb4ddb5e7ddce9b61c29d7616c608a64e6d3597c8efcf1334229e59f5cd3c276
size 16069772

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Mar 7 20:47:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

@ -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

View File

@ -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"