Jan Engelhardt 2019-09-26 17:42:46 +00:00 committed by Git OBS Bridge
parent 76f518fc35
commit a7000fa7b8
5 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:276abe5f6d6090283981d3c3555c6db85af552b158b3a9add0d7abdb116fb279
size 16078064

3
gsoap-2.8.93.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 26 17:38:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.93
* Fixed a wsdl2h schema import/include issue when a `./` occurs
in schemaLocation` and schema import/include dependencies are
cyclic, causing wsdl2h to not be able to locate and read
schema files.
* Removed empty substitutionGroup and duplicate
substitutionGroup elements in wsdl2h-generated
`SUBSTITUTIONS` sections.
-------------------------------------------------------------------
Tue Sep 17 09:31:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_92
Version: 2.8.92
%define lname libgsoap-2_8_93
Version: 2.8.93
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.92"
version="2.8.93"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"