SHA256
1
0
forked from pool/gsoap

Accepting request 743023 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/743023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=60
This commit is contained in:
2019-11-04 16:01:46 +00:00
committed by Git OBS Bridge
5 changed files with 21 additions and 6 deletions

BIN
gsoap-2.8.93.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsoap-2.8.94.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Oct 18 21:28:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.94
* Fixed a wsdl2h issue that caused it to omit names for local
simpleType restrictions in the generated `enum` types of
struct/class members; improved soapcpp2 to avoid `enum`
symbol numbering clashes in the generated source code.
* Removed unnecessary namespace prefixes from some class/struct
members in the source code generated by wsdl2h in a specific
case, to prevent XML validation issues.
* Added wsdl2h option `-z9` for backward compatibility of
2.8.94 and greater to versions 2.8.93 and lesser, which
reverts the namespace change.
-------------------------------------------------------------------
Thu Sep 26 17:38:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_93
Version: 2.8.93
%define lname libgsoap-2_8_94
Version: 2.8.94
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.93"
version="2.8.94"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"