forked from pool/gsoap
Accepting request 561853 from devel:libraries:c_c++
- Update to new upstream release 2.8.59 OBS-URL: https://build.opensuse.org/request/show/561853 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=38
This commit is contained in:
BIN
gsoap-2.8.58.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.58.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.59.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.59.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 11:31:56 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.8.59
|
||||
* Removed `#include soapH.h` from generated `.nsmap` file to
|
||||
promote transparency and to prevent accidental inclusions
|
||||
that may cause definition clashes when soapcpp2 option -q is
|
||||
used.
|
||||
* Fixed UDP message transport compression, compile flag
|
||||
`-DWITH_ZLIB` and runtime flag `SOAP_ENC_ZLIB`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 25 14:03:40 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gsoap
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_58
|
||||
Version: 2.8.58
|
||||
%define lname libgsoap-2_8_59
|
||||
Version: 2.8.59
|
||||
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.58"
|
||||
version="2.8.59"
|
||||
shortver="2.8" # agh...
|
||||
if [ ! -e "gsoap_$version.zip" ]; then
|
||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
Reference in New Issue
Block a user