SHA256
1
0
forked from pool/gsoap

Accepting request 626668 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/626668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=47
This commit is contained in:
2018-08-03 10:29:48 +00:00
committed by Git OBS Bridge
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

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

Binary file not shown.

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

Binary file not shown.

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"