SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.70

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=140
This commit is contained in:
2018-09-11 11:34:10 +00:00
committed by Git OBS Bridge
parent 255f7c5548
commit c19230a9df
6 changed files with 20 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

BIN
gsoap-2.8.69.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsoap-2.8.70.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

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
@@ -95,6 +95,8 @@ perl -i -lpe 's{AC_INIT\(gsoap, 2.8\)}{AC_INIT([gsoap], [%version])}' \
# Rebuild configure - fix that utterly long mktime test.
# Also needed because Makefile.am and configure.ac are touched.
autoreconf -fi
export CFLAGS="%optflags -O0 -ggdb3"
export CXXFLAGS="%optflags -O0 -ggdb3"
%configure --enable-ipv6 --disable-static
pushd gsoap/src/
# build prerequisites for parallel build first

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"