From e5fbf85d4cfebf0013c5ba9638170e8d5f941b276e09d24dc4b9f4dd3ce7f6e3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 2 Jan 2024 13:26:38 +0000 Subject: [PATCH] - Update to release 2.8.132 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=233 --- gsoap-2.8.131.tar.xz | 3 --- gsoap-2.8.132.tar.xz | 3 +++ gsoap.changes | 7 +++++++ gsoap.spec | 6 +++--- sanitize_source.sh | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.131.tar.xz create mode 100644 gsoap-2.8.132.tar.xz diff --git a/gsoap-2.8.131.tar.xz b/gsoap-2.8.131.tar.xz deleted file mode 100644 index d9c6e76..0000000 --- a/gsoap-2.8.131.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10b6445062ee319967e695d8c9899699ea8e9ed6ed7038b390d65fbe161e8632 -size 17450508 diff --git a/gsoap-2.8.132.tar.xz b/gsoap-2.8.132.tar.xz new file mode 100644 index 0000000..f12d7a6 --- /dev/null +++ b/gsoap-2.8.132.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580f05d8269fd3faeb6c8144afe161218363281f696691fb36eb17d873bfcda3 +size 18190280 diff --git a/gsoap.changes b/gsoap.changes index 5a95eb3..6f7e2f7 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 2 13:24:51 UTC 2024 - Jan Engelhardt + +- Update to release 2.8.132 + * Added a missing ``WITH_COMPAT`` to the C++ DOM element + declarations. + ------------------------------------------------------------------- Wed Oct 4 07:54:57 UTC 2023 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 22346b8..414398a 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -1,7 +1,7 @@ # # spec file for package gsoap # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_131 -Version: 2.8.131 +%define lname libgsoap-2_8_132 +Version: 2.8.132 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 e70146b..0923932 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.131" +version="2.8.132" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"