From 3e2f060881787eb17a254a7e17583e09c9511231c98713e5bcf3e0c5558f15b3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 23 Feb 2020 22:31:08 +0000 Subject: [PATCH] - Update to release 2.8.98 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=192 --- gsoap-2.8.97.tar.xz | 3 --- gsoap-2.8.98.tar.xz | 3 +++ gsoap.changes | 17 +++++++++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.97.tar.xz create mode 100644 gsoap-2.8.98.tar.xz diff --git a/gsoap-2.8.97.tar.xz b/gsoap-2.8.97.tar.xz deleted file mode 100644 index 8ade677..0000000 --- a/gsoap-2.8.97.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c30b302c363beb67f988cc564eb633fb3e5b79da19960dc4c8843b347781a1bf -size 16742724 diff --git a/gsoap-2.8.98.tar.xz b/gsoap-2.8.98.tar.xz new file mode 100644 index 0000000..ba0e156 --- /dev/null +++ b/gsoap-2.8.98.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbdbaf9a22b2d2921b7f8d68cb4078b39028b8da38e9b8f3d03bc366a2ce7d7 +size 16732572 diff --git a/gsoap.changes b/gsoap.changes index 470af2a..886c13e 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Feb 23 22:21:44 UTC 2020 - Jan Engelhardt + +- Update to release 2.8.98 + * Updated the WS-Security and WS-Trust APIs that use SAML with + higher precision timestamps in microseconds, using the + `custom/struct_timeval.h` serializer for `xsd__dateTime`. The + WS-Security and WS-Trust updates require compiling and + linking with `custom/struct_timeval.c`. + * Fixed an issue with soapcpp2 code generation of `wchar_t*` + serializers when combined with a custom serializer with base + type `wchar_t*`, i.e. when `extern typedef wchar_t* name` is + declared. + * Fixed an issue with soapcpp2 code generation when an element + tag names starts with an underscore and the element is + namespace qualified. + ------------------------------------------------------------------- Sun Jan 12 22:44:42 UTC 2020 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index faf6b15..369f197 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_97 -Version: 2.8.97 +%define lname libgsoap-2_8_98 +Version: 2.8.98 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 d312f76..729a043 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.97" +version="2.8.98" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"