- 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:
parent
703d6e33f5
commit
5cd2c2a9b1
@ -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
3
gsoap-2.8.103.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0a629f8511b300cb0288ddbc287832fe0246d1e56a8ef6c375d0bb3c2fb26ca
|
||||
size 16849736
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user