Accepting request 400314 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/400314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2016-06-12 16:53:45 +00:00 committed by Git OBS Bridge
commit 586f6a28c8
5 changed files with 19 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

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"