Accepting request 778839 from devel:libraries:c_c++
- Update to release 2.8.98 OBS-URL: https://build.opensuse.org/request/show/778839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=64
This commit is contained in:
commit
74b5f12850
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c30b302c363beb67f988cc564eb633fb3e5b79da19960dc4c8843b347781a1bf
|
||||
size 16742724
|
3
gsoap-2.8.98.tar.xz
Normal file
3
gsoap-2.8.98.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fbdbaf9a22b2d2921b7f8d68cb4078b39028b8da38e9b8f3d03bc366a2ce7d7
|
||||
size 16732572
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 22:21:44 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.8.98
|
||||
* Updated the WS-Security and WS-Trust APIs that use SAML with
|
||||
higher precision timestamps in microseconds, using the
|
||||
`custom/struct_timeval.h` serializer for `xsd__dateTime`. The
|
||||
WS-Security and WS-Trust updates require compiling and
|
||||
linking with `custom/struct_timeval.c`.
|
||||
* Fixed an issue with soapcpp2 code generation of `wchar_t*`
|
||||
serializers when combined with a custom serializer with base
|
||||
type `wchar_t*`, i.e. when `extern typedef wchar_t* name` is
|
||||
declared.
|
||||
* Fixed an issue with soapcpp2 code generation when an element
|
||||
tag names starts with an underscore and the element is
|
||||
namespace qualified.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 22:44:42 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_97
|
||||
Version: 2.8.97
|
||||
%define lname libgsoap-2_8_98
|
||||
Version: 2.8.98
|
||||
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.97"
|
||||
version="2.8.98"
|
||||
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