From 2caf9680ad5dfb8605274d3b884ac33b63a6ea0f928b68bd92ae7bf8850d11b0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 1 Nov 2017 16:19:45 +0000 Subject: [PATCH] gsoap-2.8.55 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=110 --- gsoap-2.8.54.tar.xz | 3 --- gsoap-2.8.55.tar.xz | 3 +++ gsoap.changes | 13 +++++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.54.tar.xz create mode 100644 gsoap-2.8.55.tar.xz diff --git a/gsoap-2.8.54.tar.xz b/gsoap-2.8.54.tar.xz deleted file mode 100644 index 32d5782..0000000 --- a/gsoap-2.8.54.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b8e3d5db1b4b304b9ea59e833de857e4680cf13476d26454a486632ed269fda -size 20299756 diff --git a/gsoap-2.8.55.tar.xz b/gsoap-2.8.55.tar.xz new file mode 100644 index 0000000..d146b69 --- /dev/null +++ b/gsoap-2.8.55.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaf4ac6e22a99c0b5a68154eac6291b30473263f48770e8aa5e7b5ea345732e +size 17222772 diff --git a/gsoap.changes b/gsoap.changes index 18288b4..c4553ac 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 1 16:14:45 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.8.55 + - Improved Test Messenger to generate and consume XML test + messages with MTOM/MIME attachments. + - Fixed deserialization of pointers to Qt types with the custom + serializers `custom/qbytearray_base64.h`, + `custom/qbytearray_hex.h`, `custom/qdate.h`, + `custom/qstring.h`, and `custom/qtime.h`. + - Fixed `WITH_NOIO` compilation errors (`close()` and/or + `gettimeofday()` not found). + ------------------------------------------------------------------- Fri Sep 22 10:18:25 UTC 2017 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 199f568..d0ff546 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_54 -Version: 2.8.54 +%define lname libgsoap-2_8_55 +Version: 2.8.55 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 9340057..4c3ec88 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.54" +version="2.8.55" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"