Accepting request 734344 from devel:libraries:c_c++
- Update to release 2.8.93 OBS-URL: https://build.opensuse.org/request/show/734344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=59
This commit is contained in:
commit
d66725e6da
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:276abe5f6d6090283981d3c3555c6db85af552b158b3a9add0d7abdb116fb279
|
|
||||||
size 16078064
|
|
3
gsoap-2.8.93.tar.xz
Normal file
3
gsoap-2.8.93.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bbfb363300bafb3ad16c5a6c907540e06f5e5f83b33bc6331cba20963e1e4652
|
||||||
|
size 16114000
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 26 17:38:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.93
|
||||||
|
* Fixed a wsdl2h schema import/include issue when a `./` occurs
|
||||||
|
in schemaLocation` and schema import/include dependencies are
|
||||||
|
cyclic, causing wsdl2h to not be able to locate and read
|
||||||
|
schema files.
|
||||||
|
* Removed empty substitutionGroup and duplicate
|
||||||
|
substitutionGroup elements in wsdl2h-generated
|
||||||
|
`SUBSTITUTIONS` sections.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 09:31:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Tue Sep 17 09:31:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_92
|
%define lname libgsoap-2_8_93
|
||||||
Version: 2.8.92
|
Version: 2.8.93
|
||||||
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.92"
|
version="2.8.93"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user