From d62490dafcf982d91b8fbd3729506f8c8f2479d0366d2fa498df1ece08c5776b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 23 May 2016 14:33:40 +0000 Subject: [PATCH] - Update to new upstream release 2.8.32 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=64 --- gsoap-2.8.31.tar.xz | 3 --- gsoap-2.8.32.tar.xz | 3 +++ gsoap.changes | 11 +++++++++++ gsoap.spec | 6 +++--- gsoap_2.8.32.zip | 3 +++ sanitize_source.sh | 3 ++- 6 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.31.tar.xz create mode 100644 gsoap-2.8.32.tar.xz create mode 100644 gsoap_2.8.32.zip diff --git a/gsoap-2.8.31.tar.xz b/gsoap-2.8.31.tar.xz deleted file mode 100644 index 307df70..0000000 --- a/gsoap-2.8.31.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c09e9052b805f863a7223ab0769125c4efce970db0223755243e9eab5a4216c6 -size 8242448 diff --git a/gsoap-2.8.32.tar.xz b/gsoap-2.8.32.tar.xz new file mode 100644 index 0000000..05afd33 --- /dev/null +++ b/gsoap-2.8.32.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b653d024d3f96faddcafb7e55cf6002f36d90178d98d385ab0f91430336afecd +size 8127576 diff --git a/gsoap.changes b/gsoap.changes index 92272e9..15cd29a 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 23 14:29:47 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 2.8.32 +* Improved soapcpp2 code generation of type converters + `int soap_s2T(soap*, const char*, T*)` and + `const char *soap_T2s(soap*, T)` for primitive and binary types T. +* Fixed unqualified `xsi:type` content matching with default + namespace, which may lead to a failure in the 2.8.31 release to + instantiate derived instances for complexType extensions. + ------------------------------------------------------------------- Mon May 9 13:23:38 UTC 2016 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 05fe172..864b0fc 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,15 +17,15 @@ Name: gsoap -%define lname libgsoap-2_8_31 -Version: 2.8.31 +%define lname libgsoap-2_8_32 +Version: 2.8.32 Release: 0 Summary: Toolkit for C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception Group: Development/Libraries/C and C++ Url: http://www.genivia.com/dev.html -#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.31.zip +#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.32.zip Source: gsoap-%version.tar.xz Source2: sanitize_source.sh Patch0: gsoap-automake1_13.diff diff --git a/gsoap_2.8.32.zip b/gsoap_2.8.32.zip new file mode 100644 index 0000000..52c6d3f --- /dev/null +++ b/gsoap_2.8.32.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1d91c6b99da7981f44aeb848b54697d067b0d8905bc09b3e4d05bcf6fa3a02 +size 24099759 diff --git a/sanitize_source.sh b/sanitize_source.sh index 69af3b0..0b5ff23 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -13,8 +13,9 @@ if ! which hardlink >/dev/null; then exit 1; fi; -version="2.8.31" +version="2.8.32" shortver="2.8" # agh... +wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip" rm -Rf "gsoap-$shortver" "gsoap-$version" unzip "gsoap_$version.zip"