diff --git a/gsoap-2.8.59.tar.xz b/gsoap-2.8.59.tar.xz deleted file mode 100644 index 7b6429d..0000000 --- a/gsoap-2.8.59.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f25bd97fd257a46a145763eca876de7cb0978b4eddbdd39776f2ae51304489c3 -size 17378160 diff --git a/gsoap-2.8.60.tar.xz b/gsoap-2.8.60.tar.xz new file mode 100644 index 0000000..dd1542b --- /dev/null +++ b/gsoap-2.8.60.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9929315415d8194229d8f4026c8c218e47f3a213703d5e598b6ca57bed42fbcc +size 17373204 diff --git a/gsoap.changes b/gsoap.changes index 48a4862..3cd7807 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -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 diff --git a/gsoap.spec b/gsoap.spec index 16f8a97..2a1265f 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_59 -Version: 2.8.59 +%define lname libgsoap-2_8_60 +Version: 2.8.60 Release: 0 Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception diff --git a/sanitize_source.sh b/sanitize_source.sh index 2676ea2..3cfa492 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then exit 1; fi; -version="2.8.59" +version="2.8.60" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"