From b606201f1af70d7e9e1af789a78066dcdeafe7c2ba6ddac60c10661f8ea2dcdd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 19 May 2017 10:28:52 +0000 Subject: [PATCH] gsoap-2.8.46 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=94 --- gsoap-2.8.45.tar.xz | 3 --- gsoap-2.8.46.tar.xz | 3 +++ gsoap.changes | 9 +++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 6 +++++- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.45.tar.xz create mode 100644 gsoap-2.8.46.tar.xz diff --git a/gsoap-2.8.45.tar.xz b/gsoap-2.8.45.tar.xz deleted file mode 100644 index 6709719..0000000 --- a/gsoap-2.8.45.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe4793ea75011a7a4a39ef9df788b662f40cf436cab403aa864b775d9396d2d2 -size 18939420 diff --git a/gsoap-2.8.46.tar.xz b/gsoap-2.8.46.tar.xz new file mode 100644 index 0000000..0c9875e --- /dev/null +++ b/gsoap-2.8.46.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17394ffa2c54c4a1983f66dc990943955f3838466d73130e965196d2de41c0c8 +size 19120476 diff --git a/gsoap.changes b/gsoap.changes index 25fd55e..ac8ad85 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 19 10:23:02 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.8.46 + * Improved WS-Trust API, updated import/wst.h, import/saml1.h, + import/saml2.h and import/wsdd.h definitions. + * Added `soap.client_interface` string to set the client IP + address interface with `inet_pton()` + ------------------------------------------------------------------- Mon Apr 24 14:33:49 UTC 2017 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 7033c67..4ad413e 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_45 -Version: 2.8.45 +%define lname libgsoap-2_8_46 +Version: 2.8.46 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 025e8aa..c13e7d0 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.45" +version="2.8.46" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip" @@ -35,6 +35,10 @@ rm -Rf "gsoap-$version/gsoap/ios_plugin" find "gsoap-$version" -type f "(" \ -iname "*.exe" -o -iname "*.dll" -o -name "*.o" -o \ -name "*~" -o -name .DS_Store ")" -delete + +# And while we are at it, the VS files won't be needed anyway +rm -Rf "gsoap-$version/gsoap/VisualStudio2005" + hardlink "gsoap-$version" find "gsoap-$version" -print0 | sort -z | \ tar --no-recur -T- --null --owner=root --group=root --use=xz \