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:
commit
6d8cc472d2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbfb363300bafb3ad16c5a6c907540e06f5e5f83b33bc6331cba20963e1e4652
|
|
||||||
size 16114000
|
|
3
gsoap-2.8.94.tar.xz
Normal file
3
gsoap-2.8.94.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fff43c96c9f19556e85f60fe283f58d4ce7c660b2e4f378bfb6947e913f9174b
|
||||||
|
size 16081400
|
@ -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>
|
Thu Sep 26 17:38:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_93
|
%define lname libgsoap-2_8_94
|
||||||
Version: 2.8.93
|
Version: 2.8.94
|
||||||
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.93"
|
version="2.8.94"
|
||||||
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