SHA256
1
0
forked from pool/gsoap

Accepting request 580221 from devel:libraries:c_c++

- Update to new upstream release 2.8.63

OBS-URL: https://build.opensuse.org/request/show/580221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=42
This commit is contained in:
2018-03-01 11:06:11 +00:00
committed by Git OBS Bridge
5 changed files with 15 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 26 11:54:21 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2.8.63
* Improved Test Messenger: randomized testing of Web Services;
added `__PERMUTE` indicator and automatic handling of SOAP
1.1/1.2 array dimension adjustments (`arrayType` and
`arraySize` attributes).
-------------------------------------------------------------------
Wed Feb 14 20:27:46 UTC 2018 - jengelh@inai.de

View File

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