forked from pool/gsoap
Accepting request 703452 from devel:libraries:c_c++
- Update to new upstream release 2.8.84 OBS-URL: https://build.opensuse.org/request/show/703452 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=53
This commit is contained in:
commit
ef38daf4c9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3a1922c8f538b3654503332123400121b2f2f5223d96b1373909ee1731bae5d
|
||||
size 16834884
|
3
gsoap-2.8.84.tar.xz
Normal file
3
gsoap-2.8.84.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe43589e5bb168868634807aa6a889540e040bdc105d5cbff70c4c1b1b96a1b0
|
||||
size 16839556
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 10:48:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 2.8.84
|
||||
* Unspecific minor fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 10:09:12 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 2.8.83
|
||||
* Added wsdl2h optimization options `-Ow2`, `-Ow3`, and `-Ow4`
|
||||
to optimize the generated source code by schema slicing,
|
||||
while retaining all derived extensions of base types.
|
||||
* Added wsdl2h option `-Q` to make `xsd__anySimpleType` equal
|
||||
to `xsd__anyType` to use as the base type for derived types,
|
||||
so that elements of type `xsd:anySimpleType` can be
|
||||
serialized with a derived type, using inheritance in C++ and
|
||||
by using simulated inheritance in C using wsdl2h option `-F`.
|
||||
* Updated wsdl2h options `-p` and `-F` to generate additional
|
||||
wrappers for primitive types that aren't XSD primitive types,
|
||||
such as `SOAP-ENC:base64`.
|
||||
* Improved wsdl2h output for the infrequently-used
|
||||
`SOAP-ENC:Array` type.
|
||||
* Fixed an issue with soapcpp2 option `-A` that resulted in
|
||||
error 13 `SOAP_NO_METHOD`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 09:37:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_82
|
||||
Version: 2.8.82
|
||||
%define lname libgsoap-2_8_84
|
||||
Version: 2.8.84
|
||||
Release: 0
|
||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
||||
exit 1;
|
||||
fi;
|
||||
|
||||
version="2.8.82"
|
||||
version="2.8.84"
|
||||
shortver="2.8" # agh...
|
||||
if [ ! -e "gsoap_$version.zip" ]; then
|
||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user