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

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

Binary file not shown.

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

Binary file not shown.

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"