- 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:
Jan Engelhardt 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

View File

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

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

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

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"