Accepting request 731553 from devel:libraries:c_c++
- Update to release 2.8.92 OBS-URL: https://build.opensuse.org/request/show/731553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=58
This commit is contained in:
commit
f55b86018b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:279d6e21ea2eac008739e483280b63a8178fe6cb160d9d46ec6a43df9ad3546e
|
||||
size 16125560
|
3
gsoap-2.8.92.tar.xz
Normal file
3
gsoap-2.8.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:276abe5f6d6090283981d3c3555c6db85af552b158b3a9add0d7abdb116fb279
|
||||
size 16078064
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 09:31:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.8.92
|
||||
* Fixed soapcpp2-generated call to `soap_DELETE` for REST
|
||||
DELETE operations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 14:22:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_91
|
||||
Version: 2.8.91
|
||||
%define lname libgsoap-2_8_92
|
||||
Version: 2.8.92
|
||||
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.91"
|
||||
version="2.8.92"
|
||||
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