- Update to new upstream relesae 2.8.69

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=138
This commit is contained in:
Jan Engelhardt 2018-07-24 09:35:46 +00:00 committed by Git OBS Bridge
parent 74fb0a66dd
commit 255f7c5548
6 changed files with 15 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 20868
#define GSOAP_VERSION 20869
+#include "gsoap_config.h"
#ifdef WITH_SOAPDEFS_H

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 24 09:34:56 UTC 2018 - jengelh@inai.de
- Update to new upstream relesae 2.8.69
* Improved `xs:redefine` processing, fixing the remaining
"circular group reference" warnings.
* Improved XML sample message generation.
-------------------------------------------------------------------
Sat Jul 7 08:43:36 UTC 2018 - jengelh@inai.de

View File

@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_68
Version: 2.8.68
%define lname libgsoap-2_8_69
Version: 2.8.69
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.68"
version="2.8.69"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"