forked from pool/gsoap
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:
BIN
gsoap-2.8.92.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.92.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.93.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.93.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_92
|
||||
Version: 2.8.92
|
||||
%define lname libgsoap-2_8_93
|
||||
Version: 2.8.93
|
||||
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.92"
|
||||
version="2.8.93"
|
||||
shortver="2.8" # agh...
|
||||
if [ ! -e "gsoap_$version.zip" ]; then
|
||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
Reference in New Issue
Block a user