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:
commit
5aa1948fa0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b057a05976214c93e73181719a229c40db2dd1716cde3c599c702c5e2b79ca5
|
||||
size 17436872
|
3
gsoap-2.8.124.tar.xz
Normal file
3
gsoap-2.8.124.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f77427d1c7694b4f87f7583e3a305e3cf65d1f7565ffbe4d71cb9589848b1a39
|
||||
size 17548972
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user