From a7000fa7b8248986ddf48e618c83b4c1358b56706793ceb8149d2610a69c8bb9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 26 Sep 2019 17:42:46 +0000 Subject: [PATCH] gsoap-2.8.93 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=181 --- gsoap-2.8.92.tar.xz | 3 --- gsoap-2.8.93.tar.xz | 3 +++ gsoap.changes | 12 ++++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.92.tar.xz create mode 100644 gsoap-2.8.93.tar.xz diff --git a/gsoap-2.8.92.tar.xz b/gsoap-2.8.92.tar.xz deleted file mode 100644 index 666a823..0000000 --- a/gsoap-2.8.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:276abe5f6d6090283981d3c3555c6db85af552b158b3a9add0d7abdb116fb279 -size 16078064 diff --git a/gsoap-2.8.93.tar.xz b/gsoap-2.8.93.tar.xz new file mode 100644 index 0000000..57e23eb --- /dev/null +++ b/gsoap-2.8.93.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfb363300bafb3ad16c5a6c907540e06f5e5f83b33bc6331cba20963e1e4652 +size 16114000 diff --git a/gsoap.changes b/gsoap.changes index 5b8e696..10d424c 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 26 17:38:47 UTC 2019 - Jan Engelhardt + +- 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 diff --git a/gsoap.spec b/gsoap.spec index d533a71..ba3c1fa 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -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 diff --git a/sanitize_source.sh b/sanitize_source.sh index 484c6ea..a5da16b 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -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"