- Update to release 2.8.122
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=220
This commit is contained in:
parent
baac302f37
commit
7b55f33c2c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:971662fad6c49cb8df16ee795fd3ba36c6dd4c2f5ed10002bf3373a4b5863b7b
|
|
||||||
size 17704056
|
|
3
gsoap-2.8.122.tar.xz
Normal file
3
gsoap-2.8.122.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b9382e3c98b31e6fb13a2861de26529921ac1de3ca877732fd161847519a61b
|
||||||
|
size 18168480
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 28 22:30:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.122
|
||||||
|
* Fixed an issue with wsdl2h generating inconsistent primitive
|
||||||
|
type default values (schema default values extracted from
|
||||||
|
WSDLs and schemas).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 10 12:59:47 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sun Apr 10 12:59:47 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_121
|
%define lname libgsoap-2_8_122
|
||||||
Version: 2.8.121
|
Version: 2.8.122
|
||||||
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.121"
|
version="2.8.122"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user