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:
commit
9effce8d44
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba1555ef672b8cb4c2f8bd723507872c47c28156f492a485f35a532430598636
|
||||
size 18155144
|
3
gsoap-2.8.59.tar.xz
Normal file
3
gsoap-2.8.59.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f25bd97fd257a46a145763eca876de7cb0978b4eddbdd39776f2ae51304489c3
|
||||
size 17378160
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user