SHA256
1
0
forked from pool/gsoap

- 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:
Jan Engelhardt 2022-08-28 22:32:08 +00:00 committed by Git OBS Bridge
parent baac302f37
commit 7b55f33c2c
5 changed files with 14 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b9382e3c98b31e6fb13a2861de26529921ac1de3ca877732fd161847519a61b
size 18168480

View File

@ -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>

View File

@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_121
Version: 2.8.121
%define lname libgsoap-2_8_122
Version: 2.8.122
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.121"
version="2.8.122"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"