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:
Dominique Leuenberger 2020-12-03 17:40:49 +00:00 committed by Git OBS Bridge
commit 7fdfedbe2e
5 changed files with 16 additions and 6 deletions

View File

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

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

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

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"