- 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
This commit is contained in:
Jan Engelhardt 2016-05-23 14:33:40 +00:00 committed by Git OBS Bridge
parent 3415ea66ce
commit d62490dafc
6 changed files with 22 additions and 7 deletions

View File

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

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

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

View File

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

View File

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

3
gsoap_2.8.32.zip Normal file
View File

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

View File

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