forked from pool/gsoap
- 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:
BIN
gsoap-2.8.31.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.31.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.32.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.32.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
BIN
gsoap_2.8.32.zip
(Stored with Git LFS)
Normal file
BIN
gsoap_2.8.32.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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"
|
||||
|
Reference in New Issue
Block a user