forked from pool/gsoap
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:
BIN
gsoap-2.8.80.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.80.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.81.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.81.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user