forked from pool/gsoap
- Update to release 2.8.133
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=235
This commit is contained in:
BIN
gsoap-2.8.132.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.132.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.133.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.133.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 19:46:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.8.133
|
||||
* Fixed a bug in the source code generated by the wsdl2h and
|
||||
soapcpp2 tools when invoked with option -c++11 (or -c++14 or
|
||||
-c++17) when combined with option -d (DOM catch-all nodes).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 2 13:24:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_132
|
||||
Version: 2.8.132
|
||||
%define lname libgsoap-2_8_133
|
||||
Version: 2.8.133
|
||||
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.132"
|
||||
version="2.8.133"
|
||||
shortver="2.8" # agh...
|
||||
if [ ! -e "gsoap_$version.zip" ]; then
|
||||
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
Reference in New Issue
Block a user