gsoap-2.8.55
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=110
This commit is contained in:
parent
a6af1c3b9a
commit
2caf9680ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b8e3d5db1b4b304b9ea59e833de857e4680cf13476d26454a486632ed269fda
|
||||
size 20299756
|
3
gsoap-2.8.55.tar.xz
Normal file
3
gsoap-2.8.55.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eeaf4ac6e22a99c0b5a68154eac6291b30473263f48770e8aa5e7b5ea345732e
|
||||
size 17222772
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 16:14:45 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.8.55
|
||||
- Improved Test Messenger to generate and consume XML test
|
||||
messages with MTOM/MIME attachments.
|
||||
- Fixed deserialization of pointers to Qt types with the custom
|
||||
serializers `custom/qbytearray_base64.h`,
|
||||
`custom/qbytearray_hex.h`, `custom/qdate.h`,
|
||||
`custom/qstring.h`, and `custom/qtime.h`.
|
||||
- Fixed `WITH_NOIO` compilation errors (`close()` and/or
|
||||
`gettimeofday()` not found).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 10:18:25 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_54
|
||||
Version: 2.8.54
|
||||
%define lname libgsoap-2_8_55
|
||||
Version: 2.8.55
|
||||
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.54"
|
||||
version="2.8.55"
|
||||
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