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:
commit
7fdfedbe2e
@ -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
3
gsoap-2.8.109.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52c1ef6ef6b028b062a2d1481df134056e41b0c0169edb60261096f0015355d3
|
||||
size 16745200
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user