Jan Engelhardt 2017-09-22 10:42:33 +00:00 committed by Git OBS Bridge
parent 843a0da14a
commit a6af1c3b9a
5 changed files with 17 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 22 10:18:25 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.54
* Added wsdl2h option `-S` to specify a name for the soap
context member variable of generated classes (C++ only), use
`-S ''` to remove the `soap` member variable.
* Improved handling of empty SOAP Body responses by client
applications using doc/lit style messaging, returns `SOAP_OK`
instead of HTTP 200 error code.
-------------------------------------------------------------------
Fri Sep 1 18:07:07 UTC 2017 - jengelh@inai.de

View File

@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_53
Version: 2.8.53
%define lname libgsoap-2_8_54
Version: 2.8.54
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.53"
version="2.8.54"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"