From 14b162f44fe2dcbcc17f8537f1d777a012cc9514fcdbd03c7a836f8c54713f23 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 12 Dec 2019 12:16:02 +0000 Subject: [PATCH] - Update to release 2.8.96 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=187 --- gsoap-2.8.95.tar.xz | 3 --- gsoap-2.8.96.tar.xz | 3 +++ gsoap.changes | 8 ++++++++ gsoap.spec | 6 +++--- sanitize_source.sh | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.95.tar.xz create mode 100644 gsoap-2.8.96.tar.xz diff --git a/gsoap-2.8.95.tar.xz b/gsoap-2.8.95.tar.xz deleted file mode 100644 index b7da8eb..0000000 --- a/gsoap-2.8.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ae4e926d6c4adc8dc7caa3b9c43e6e0101e2a9c88791bf902836c450f3a41b1 -size 16005832 diff --git a/gsoap-2.8.96.tar.xz b/gsoap-2.8.96.tar.xz new file mode 100644 index 0000000..8df63a0 --- /dev/null +++ b/gsoap-2.8.96.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b18a9886f8ca46420293e32230e6f41222dad8c49a1c92c0503f8293592feb9 +size 15881084 diff --git a/gsoap.changes b/gsoap.changes index 34c3098..95b20ec 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 12 12:10:24 UTC 2019 - Jan Engelhardt + +- Update to release 2.8.96 + * Improved `soap_check_mime_attachments()` and + `soap_recv_mime_attachment()` functions and documentation, + ensure proper close when MIME/MTOM errors occur. + ------------------------------------------------------------------- Tue Nov 19 08:47:21 UTC 2019 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index f27ec82..fc51a3c 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -1,7 +1,7 @@ # # spec file for package gsoap # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2019 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_95 -Version: 2.8.95 +%define lname libgsoap-2_8_96 +Version: 2.8.96 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 e423b63..3088645 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.95" +version="2.8.96" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"