- Update to release 2.8.96
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=187
This commit is contained in:
parent
00960e108d
commit
14b162f44f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ae4e926d6c4adc8dc7caa3b9c43e6e0101e2a9c88791bf902836c450f3a41b1
|
||||
size 16005832
|
3
gsoap-2.8.96.tar.xz
Normal file
3
gsoap-2.8.96.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b18a9886f8ca46420293e32230e6f41222dad8c49a1c92c0503f8293592feb9
|
||||
size 15881084
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 12:10:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.8.96
|
||||
* Improved `soap_check_mime_attachments()` and
|
||||
`soap_recv_mime_attachment()` functions and documentation,
|
||||
ensure proper close when MIME/MTOM errors occur.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 08:47:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gsoap
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# 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_95
|
||||
Version: 2.8.95
|
||||
%define lname libgsoap-2_8_96
|
||||
Version: 2.8.96
|
||||
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.95"
|
||||
version="2.8.96"
|
||||
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