SHA256
1
0
forked from pool/gsoap

Accepting request 1042606 from devel:libraries:c_c++

- Update to release 2.8.124

OBS-URL: https://build.opensuse.org/request/show/1042606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=79
This commit is contained in:
2022-12-14 13:10:44 +00:00
committed by Git OBS Bridge
5 changed files with 21 additions and 6 deletions

BIN
gsoap-2.8.123.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsoap-2.8.124.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Dec 13 10:51:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.124
* Added C++17 `std::optional` member variable serialization.
* Updated wsdl2h to automatically generates `std::optional`
member variables for optional schemas when typedef.dat
defines `$OPTIONAL = std::optional`. Only primitive type
member variables are made `std::optional`, not classes,
because optional types must be defined before referenced when
in fact cyclic data structure relationships may exist among
classes.
* Added missing `std::vector<xsd__anyType>` deep copy of vector
of DOM trees generated with soapcpp2 option `-Ec`.
-------------------------------------------------------------------
Mon Oct 24 13:23:19 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_123
Version: 2.8.123
%define lname libgsoap-2_8_124
Version: 2.8.124
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception

View File

@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1;
fi;
version="2.8.123"
version="2.8.124"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"