forked from pool/gsoap
Accepting request 913217 from devel:libraries:c_c++
- Update to release 2.8.117 OBS-URL: https://build.opensuse.org/request/show/913217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=75
This commit is contained in:
commit
70e1f54a6e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d2b5cebe6fb8cbb31791e8b9919290f202c5ae25d1fcf92f26cf247f3c61eba
|
|
||||||
size 17406544
|
|
3
gsoap-2.8.117.tar.xz
Normal file
3
gsoap-2.8.117.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2ea0a9187339b1910e9c07738c1960e67cc16b3f7769ea5a4c9a5705b7b83844
|
||||||
|
size 17539024
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 19 20:06:01 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.117
|
||||||
|
* Minor update to wsdl2h to support chameleon schema imports
|
||||||
|
when imported schema simple types are extended and inherit
|
||||||
|
the importing schema target namespace (previously, the
|
||||||
|
`__item` type would be left unqualified, resulting in a
|
||||||
|
warning).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 7 06:42:30 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Wed Jul 7 06:42:30 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_115
|
%define lname libgsoap-2_8_117
|
||||||
Version: 2.8.115
|
Version: 2.8.117
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.115"
|
version="2.8.117"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user