diff --git a/gsoap-2.8.58.tar.xz b/gsoap-2.8.58.tar.xz deleted file mode 100644 index 7845818..0000000 --- a/gsoap-2.8.58.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba1555ef672b8cb4c2f8bd723507872c47c28156f492a485f35a532430598636 -size 18155144 diff --git a/gsoap-2.8.59.tar.xz b/gsoap-2.8.59.tar.xz new file mode 100644 index 0000000..7b6429d --- /dev/null +++ b/gsoap-2.8.59.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25bd97fd257a46a145763eca876de7cb0978b4eddbdd39776f2ae51304489c3 +size 17378160 diff --git a/gsoap.changes b/gsoap.changes index 17734d8..48a4862 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jan 4 11:31:56 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 2.8.59 + * Removed `#include soapH.h` from generated `.nsmap` file to + promote transparency and to prevent accidental inclusions + that may cause definition clashes when soapcpp2 option -q is + used. + * Fixed UDP message transport compression, compile flag + `-DWITH_ZLIB` and runtime flag `SOAP_ENC_ZLIB`. + ------------------------------------------------------------------- Mon Dec 25 14:03:40 UTC 2017 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index b3efcb3..16f8a97 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -1,7 +1,7 @@ # # spec file for package gsoap # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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_58 -Version: 2.8.58 +%define lname libgsoap-2_8_59 +Version: 2.8.59 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 b7fafd7..2676ea2 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.58" +version="2.8.59" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"