SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.80

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=156
This commit is contained in:
2019-02-21 17:40:06 +00:00
committed by Git OBS Bridge
parent 38c2485729
commit 33eeec641a
5 changed files with 13 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 21 17:36:12 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.8.80
* Updated to remove GCC 8.2 warnings.
* Improved wsdl2h handling of relative file paths.
-------------------------------------------------------------------
Tue Feb 12 12:51:00 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

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