- Update to new upstream release 2.8.62
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=124
This commit is contained in:
parent
d84ea2350c
commit
e76ff8e262
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4d8365fd77507127a9371c31f7ed53c46f9d931584e0734c923572062e88e52
|
||||
size 17240784
|
3
gsoap-2.8.62.tar.xz
Normal file
3
gsoap-2.8.62.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec20cac99b455593a6306e29be6d074c1202ed1be6e2ff37a8b92019c7bbe5c2
|
||||
size 18072800
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 11:19:35 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.8.62
|
||||
* Added wsdl2h options `-O3` and `-O4` to aggressively optimize
|
||||
WSDLs internally by "schema slicing": `-O3` applies `-O2` and
|
||||
also removes unused root attributes, `-O4` applies `-O3` and
|
||||
also removes unused root elements. It only makes sense to use
|
||||
`-O4` with one or more WSDLs (and XSDs that are imported by
|
||||
the WSDL), because all schema components will be removed from
|
||||
XSDs that are not used by WSDLs.
|
||||
* Updated HTTP digest plugin.
|
||||
* Improved soapcpp2 options `-g` and `-y`, may be used together
|
||||
to generate sample XML messages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 22:06:17 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_61
|
||||
Version: 2.8.61
|
||||
%define lname libgsoap-2_8_62
|
||||
Version: 2.8.62
|
||||
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.61"
|
||||
version="2.8.62"
|
||||
shortver="2.8" # agh...
|
||||
if [ ! -e "gsoap_$version.zip" ]; then
|
||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user