From 8b5cd45faf89a4e6ba229c5e3a64b73e0ec784975b94c043613d79c8b4e08d76 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 19 Aug 2021 20:09:26 +0000 Subject: [PATCH] - Update to release 2.8.117 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=217 --- gsoap-2.8.115.tar.xz | 3 --- gsoap-2.8.117.tar.xz | 3 +++ gsoap.changes | 10 ++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.115.tar.xz create mode 100644 gsoap-2.8.117.tar.xz diff --git a/gsoap-2.8.115.tar.xz b/gsoap-2.8.115.tar.xz deleted file mode 100644 index 9903030..0000000 --- a/gsoap-2.8.115.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d2b5cebe6fb8cbb31791e8b9919290f202c5ae25d1fcf92f26cf247f3c61eba -size 17406544 diff --git a/gsoap-2.8.117.tar.xz b/gsoap-2.8.117.tar.xz new file mode 100644 index 0000000..bef72a7 --- /dev/null +++ b/gsoap-2.8.117.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea0a9187339b1910e9c07738c1960e67cc16b3f7769ea5a4c9a5705b7b83844 +size 17539024 diff --git a/gsoap.changes b/gsoap.changes index 3dea5ba..827e2b6 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 19 20:06:01 UTC 2021 - Jan Engelhardt + +- 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 diff --git a/gsoap.spec b/gsoap.spec index 5dde53d..9f5926f 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -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 diff --git a/sanitize_source.sh b/sanitize_source.sh index 3a7fcac..3bb7186 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.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"