From 24a12fcd655276e2c2009a6734bedc5fe4e45fff83df31e9d25129a1cf84183c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 13 Dec 2017 09:46:41 +0000 Subject: [PATCH] - Update to new upstream release 2.8.57 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=114 --- gsoap-2.8.56.tar.xz | 3 --- gsoap-2.8.57.tar.xz | 3 +++ gsoap.changes | 6 ++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.56.tar.xz create mode 100644 gsoap-2.8.57.tar.xz diff --git a/gsoap-2.8.56.tar.xz b/gsoap-2.8.56.tar.xz deleted file mode 100644 index c72641a..0000000 --- a/gsoap-2.8.56.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:382c3626ef9d19cc5a01bf6b8242ddd1975a411b5d53f34fe3bee1bde99326f1 -size 17957120 diff --git a/gsoap-2.8.57.tar.xz b/gsoap-2.8.57.tar.xz new file mode 100644 index 0000000..1def797 --- /dev/null +++ b/gsoap-2.8.57.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8574dc610ad572f1bea7e7d776515bbcf09d4fea3f184a7ef13b66febef85a35 +size 17220356 diff --git a/gsoap.changes b/gsoap.changes index e9c34d9..691e293 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 13 09:46:00 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.8.57 + * `struct soap::bind_v6only` field had no effect; this was fixed. + ------------------------------------------------------------------- Fri Dec 8 21:22:27 UTC 2017 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index f7c9031..83983d4 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_56 -Version: 2.8.56 +%define lname libgsoap-2_8_57 +Version: 2.8.57 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 bfe410d..5004aa0 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.56" +version="2.8.57" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"