SHA256
1
0
forked from pool/gsoap

Accepting request 851977 from devel:libraries:c_c++

- Update to release 2.8.109

OBS-URL: https://build.opensuse.org/request/show/851977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=69
This commit is contained in:
2020-12-03 17:40:49 +00:00
committed by Git OBS Bridge
5 changed files with 16 additions and 6 deletions

BIN
gsoap-2.8.106.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsoap-2.8.109.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 25 00:54:08 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.109
* Faster `soap_http_get_body()` to extract a HTTP message body
to a string.
* Fixed wsdl2h output for a special case when schemas have
no namespaces.
* Improved streaming MIME/MTOM attachment output.
-------------------------------------------------------------------
Mon Aug 24 07:12:05 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

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