SHA256
1
0
forked from pool/gsoap

Accepting request 913217 from devel:libraries:c_c++

- Update to release 2.8.117

OBS-URL: https://build.opensuse.org/request/show/913217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=75
This commit is contained in:
2021-08-24 08:54:00 +00:00
committed by Git OBS Bridge
5 changed files with 16 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Aug 19 20:06:01 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.117
* Minor update to wsdl2h to support chameleon schema imports
when imported schema simple types are extended and inherit
the importing schema target namespace (previously, the
`__item` type would be left unqualified, resulting in a
warning).
-------------------------------------------------------------------
Wed Jul 7 06:42:30 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

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