From c97db3efea30be95b5e558150fa93b413109d7dc7df86df6fef03f012b32ce77 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 11 Apr 2024 20:16:27 +0000 Subject: [PATCH] - Update to release 2.8.133 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=235 --- gsoap-2.8.132.tar.xz | 3 --- gsoap-2.8.133.tar.xz | 3 +++ gsoap.changes | 8 ++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.132.tar.xz create mode 100644 gsoap-2.8.133.tar.xz diff --git a/gsoap-2.8.132.tar.xz b/gsoap-2.8.132.tar.xz deleted file mode 100644 index f12d7a6..0000000 --- a/gsoap-2.8.132.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:580f05d8269fd3faeb6c8144afe161218363281f696691fb36eb17d873bfcda3 -size 18190280 diff --git a/gsoap-2.8.133.tar.xz b/gsoap-2.8.133.tar.xz new file mode 100644 index 0000000..d2ad64c --- /dev/null +++ b/gsoap-2.8.133.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d537da70e32403b333a768414fec675a84a5d856de85d65b50a5561a8c813f +size 17636064 diff --git a/gsoap.changes b/gsoap.changes index 6f7e2f7..91937a2 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 11 19:46:29 UTC 2024 - Jan Engelhardt + +- Update to release 2.8.133 + * Fixed a bug in the source code generated by the wsdl2h and + soapcpp2 tools when invoked with option -c++11 (or -c++14 or + -c++17) when combined with option -d (DOM catch-all nodes). + ------------------------------------------------------------------- Tue Jan 2 13:24:51 UTC 2024 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 414398a..c0d4db6 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_132 -Version: 2.8.132 +%define lname libgsoap-2_8_133 +Version: 2.8.133 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 0923932..1e87307 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.132" +version="2.8.133" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"