- Update to release 2.8.103

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=203
This commit is contained in:
2020-05-24 20:24:42 +00:00
committed by Git OBS Bridge
parent 703d6e33f5
commit 5cd2c2a9b1
5 changed files with 12 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 24 20:21:36 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.103
* Minor changes for enhanced platform portability.
-------------------------------------------------------------------
Fri May 15 09:35:07 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

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