diff --git a/gsoap-2.8.121.tar.xz b/gsoap-2.8.121.tar.xz deleted file mode 100644 index 2090eb9..0000000 --- a/gsoap-2.8.121.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:971662fad6c49cb8df16ee795fd3ba36c6dd4c2f5ed10002bf3373a4b5863b7b -size 17704056 diff --git a/gsoap-2.8.122.tar.xz b/gsoap-2.8.122.tar.xz new file mode 100644 index 0000000..7b32d1a --- /dev/null +++ b/gsoap-2.8.122.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9382e3c98b31e6fb13a2861de26529921ac1de3ca877732fd161847519a61b +size 18168480 diff --git a/gsoap.changes b/gsoap.changes index e55a9b7..fb62c16 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 28 22:30:53 UTC 2022 - Jan Engelhardt + +- Update to release 2.8.122 + * Fixed an issue with wsdl2h generating inconsistent primitive + type default values (schema default values extracted from + WSDLs and schemas). + ------------------------------------------------------------------- Sun Apr 10 12:59:47 UTC 2022 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index d8c32db..3550672 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_121 -Version: 2.8.121 +%define lname libgsoap-2_8_122 +Version: 2.8.122 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 cc95e89..75d0276 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.121" +version="2.8.122" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"