SHA256
1
0
forked from pool/gsoap
Jan Engelhardt 2017-05-19 10:28:52 +00:00 committed by Git OBS Bridge
parent 36dc5432e1
commit b606201f1a
5 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe4793ea75011a7a4a39ef9df788b662f40cf436cab403aa864b775d9396d2d2
size 18939420

3
gsoap-2.8.46.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17394ffa2c54c4a1983f66dc990943955f3838466d73130e965196d2de41c0c8
size 19120476

View File

@ -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

View File

@ -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

View File

@ -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 \