From f2cf81ee37c5fa616ae74031f9497a07cd1d1cb2f441e0f14f3cf4037e9a9092 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 21 Jan 2021 19:56:44 +0000 Subject: [PATCH] - Update to release 2.8.110 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=208 --- gsoap-2.8.109.tar.xz | 3 --- gsoap-2.8.110.tar.xz | 3 +++ gsoap.changes | 12 ++++++++++++ gsoap.spec | 6 +++--- sanitize_source.sh | 2 +- 5 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.109.tar.xz create mode 100644 gsoap-2.8.110.tar.xz diff --git a/gsoap-2.8.109.tar.xz b/gsoap-2.8.109.tar.xz deleted file mode 100644 index 77b67c3..0000000 --- a/gsoap-2.8.109.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52c1ef6ef6b028b062a2d1481df134056e41b0c0169edb60261096f0015355d3 -size 16745200 diff --git a/gsoap-2.8.110.tar.xz b/gsoap-2.8.110.tar.xz new file mode 100644 index 0000000..a8cbd08 --- /dev/null +++ b/gsoap-2.8.110.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d72a682f484e45fc5d268c164044d52bcf032e40e3c20d952ff9923de62b9c5 +size 16893528 diff --git a/gsoap.changes b/gsoap.changes index 508bfe9..539d9e6 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 21 19:56:10 UTC 2021 - Jan Engelhardt + +- Update to release 2.8.110 + * Updated wsdl2h to correct an XML parsing rejection problem + for the special case when XML schemas have no + targetNamespaces (i.e. empty namespace, no namespace + prefixes) for elements defined in a `` schema + component, the wsdl2h-generated struct/class member names + require two underscores instead of one, such as + `__Name_sequence`.) + ------------------------------------------------------------------- Wed Nov 25 00:54:08 UTC 2020 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index e35311c..24ed268 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -1,7 +1,7 @@ # # spec file for package gsoap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_109 -Version: 2.8.109 +%define lname libgsoap-2_8_110 +Version: 2.8.110 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 041b081..f5f5153 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.109" +version="2.8.110" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"