Accepting request 635040 from devel:libraries:c_c++

- Update to new upstream release 2.8.70

OBS-URL: https://build.opensuse.org/request/show/635040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=48
This commit is contained in:
Yuchen Lin 2018-09-18 09:38:05 +00:00 committed by Git OBS Bridge
commit c9ef2e2c49
6 changed files with 18 additions and 7 deletions

View File

@ -110,7 +110,7 @@ Index: gsoap-2.8.68/gsoap/stdsoap2.h
+++ gsoap-2.8.68/gsoap/stdsoap2.h
@@ -54,6 +54,7 @@ A commercial use license is available fr
#define GSOAP_VERSION 20869
#define GSOAP_VERSION 20870
+#include "gsoap_config.h"
#ifdef WITH_SOAPDEFS_H

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3507a1363b0a7cd5f5e1f67e13bf7fb5eff9feb0f76adf2d67e15d93d5a72dcf
size 17781900

3
gsoap-2.8.70.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:281f87dc559c0abac1773c85a0702c8327d1b8256b2f4df243462abab35ce220
size 17012552

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 11 11:26:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.8.70
* Updated `typemap.dat` for ONVIF and upgraded `wsdd10.h`
(WS-Discovery 1.0 with WS-Addressing 2004/08) to `wsdd5.h`
(WS-Discovery 1.0 with WS-Addressing 2005/08).
* Fixed a deserialization issue with Qt `QString` used in a
wrapper class (as `__item` member), when the wrapper class is
used in a container, such as `std::vector`.
-------------------------------------------------------------------
Tue Jul 24 09:34:56 UTC 2018 - jengelh@inai.de

View File

@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_69
Version: 2.8.69
%define lname libgsoap-2_8_70
Version: 2.8.70
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception

View File

@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1;
fi;
version="2.8.69"
version="2.8.70"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"