Accepting request 567255 from devel:libraries:c_c++
- Update to new upstream release 2.8.60 OBS-URL: https://build.opensuse.org/request/show/567255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=39
This commit is contained in:
BIN
gsoap-2.8.59.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.59.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.60.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.60.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 16 09:15:30 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.60
|
||||||
|
* Added wsdl2h options `-O1` and `-O2` to optimize schemas
|
||||||
|
internally after reading WSDL and XSD files: `-O1` removes
|
||||||
|
duplicate members from nested choice/sequence and `-O2` also
|
||||||
|
removes unused schema types that are unreachable from WSDL
|
||||||
|
and XSD root definitions.
|
||||||
|
* Added ability to specify `$SIZE = TYPE` in `typemap.dat` for
|
||||||
|
setting `size_t` or `int` type for array sizes, see
|
||||||
|
[databindings](https://www.genivia.com/doc/databinding/html).
|
||||||
|
* Changed wsdl2h C++ source code generated for *`xs:choice
|
||||||
|
maxOccurs>0`* with simpler `std::vector` instead of a dynamic
|
||||||
|
array with size and pointer members, use wsdl2h option `-z7`
|
||||||
|
to revert to the old wsdl2h behavior for backward
|
||||||
|
compatibility.
|
||||||
|
* Improved soapcpp2-generated sample XML messages and fixed a
|
||||||
|
special case where base class namespace prefixes may be
|
||||||
|
rendered incorrectly in an XML sample or test message.
|
||||||
|
* Improved handling of nested *`xs:sequence`* in *`xs:choice`*
|
||||||
|
by removing duplicate name warnings, the duplicate member is
|
||||||
|
still generated by wsdl2h however as a reminder, but should
|
||||||
|
be ignored in your code. Use the new wsdl2h option `-O1` to
|
||||||
|
remove the duplicate member altogether.
|
||||||
|
* Fixed a soapcpp2 problem with bitmask enumerations of
|
||||||
|
QName values.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 4 11:31:56 UTC 2018 - jengelh@inai.de
|
Thu Jan 4 11:31:56 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_59
|
%define lname libgsoap-2_8_60
|
||||||
Version: 2.8.59
|
Version: 2.8.60
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
|
@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.59"
|
version="2.8.60"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Reference in New Issue
Block a user