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:
commit
ea71cc8e35
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec20cac99b455593a6306e29be6d074c1202ed1be6e2ff37a8b92019c7bbe5c2
|
|
||||||
size 18072800
|
|
3
gsoap-2.8.63.tar.xz
Normal file
3
gsoap-2.8.63.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d862b5682c79e787069b4db770984f3c2cefd04d3b13a04c5a77a5dd54d34aa
|
||||||
|
size 17453404
|
@ -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
|
Wed Feb 14 20:27:46 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_62
|
%define lname libgsoap-2_8_63
|
||||||
Version: 2.8.62
|
Version: 2.8.63
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.62"
|
version="2.8.63"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user