From 128733aece9134324fc4b494e425cc5f11a1deb7960b2f8db29c74f5107e02d4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 13 Dec 2022 11:10:01 +0000 Subject: [PATCH] - Update to release 2.8.124 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=224 --- gsoap-2.8.123.tar.xz | 3 --- gsoap-2.8.124.tar.xz | 3 +++ gsoap.changes | 15 +++++++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.123.tar.xz create mode 100644 gsoap-2.8.124.tar.xz diff --git a/gsoap-2.8.123.tar.xz b/gsoap-2.8.123.tar.xz deleted file mode 100644 index 34dfd2e..0000000 --- a/gsoap-2.8.123.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b057a05976214c93e73181719a229c40db2dd1716cde3c599c702c5e2b79ca5 -size 17436872 diff --git a/gsoap-2.8.124.tar.xz b/gsoap-2.8.124.tar.xz new file mode 100644 index 0000000..bcefa0b --- /dev/null +++ b/gsoap-2.8.124.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77427d1c7694b4f87f7583e3a305e3cf65d1f7565ffbe4d71cb9589848b1a39 +size 17548972 diff --git a/gsoap.changes b/gsoap.changes index b520d7c..1f4a7ec 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Dec 13 10:51:24 UTC 2022 - Jan Engelhardt + +- 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` deep copy of vector + of DOM trees generated with soapcpp2 option `-Ec`. + ------------------------------------------------------------------- Mon Oct 24 13:23:19 UTC 2022 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 1bc6e84..12e91da 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -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 diff --git a/sanitize_source.sh b/sanitize_source.sh index 5478834..3455007 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.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"