diff --git a/gsoap-2.8.93.tar.xz b/gsoap-2.8.93.tar.xz deleted file mode 100644 index 57e23eb..0000000 --- a/gsoap-2.8.93.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbfb363300bafb3ad16c5a6c907540e06f5e5f83b33bc6331cba20963e1e4652 -size 16114000 diff --git a/gsoap-2.8.94.tar.xz b/gsoap-2.8.94.tar.xz new file mode 100644 index 0000000..02c0102 --- /dev/null +++ b/gsoap-2.8.94.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff43c96c9f19556e85f60fe283f58d4ce7c660b2e4f378bfb6947e913f9174b +size 16081400 diff --git a/gsoap.changes b/gsoap.changes index 10d424c..f74d44b 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Oct 18 21:28:16 UTC 2019 - Jan Engelhardt + +- Update to release 2.8.94 + * Fixed a wsdl2h issue that caused it to omit names for local + simpleType restrictions in the generated `enum` types of + struct/class members; improved soapcpp2 to avoid `enum` + symbol numbering clashes in the generated source code. + * Removed unnecessary namespace prefixes from some class/struct + members in the source code generated by wsdl2h in a specific + case, to prevent XML validation issues. + * Added wsdl2h option `-z9` for backward compatibility of + 2.8.94 and greater to versions 2.8.93 and lesser, which + reverts the namespace change. + ------------------------------------------------------------------- Thu Sep 26 17:38:47 UTC 2019 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index ba3c1fa..9ff4065 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_93 -Version: 2.8.93 +%define lname libgsoap-2_8_94 +Version: 2.8.94 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 a5da16b..893d456 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.93" +version="2.8.94" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"