SHA256
1
0
forked from pool/gsoap

- Update to release 2.8.130

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=228
This commit is contained in:
2023-08-28 12:01:14 +00:00
committed by Git OBS Bridge
parent 866bfb9435
commit df0a5a10a2
6 changed files with 22 additions and 7 deletions

BIN
gsoap-2.8.127.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsoap-2.8.130.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Aug 28 11:59:05 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.130
* A correction of a schema formatting issue in the WSDL and XSD
files output of soapcpp2.
* Improved soapcpp2 deserializer validation source code
generation for primitive type struct/class members with default
values.
* Improve soapcpp2 for C++ custom serializer classes derived from
other classes, which might otherwise not compile properly.
-------------------------------------------------------------------
Tue Apr 11 07:59:51 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_127
Version: 2.8.127
%define lname libgsoap-2_8_130
Version: 2.8.130
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception
@@ -98,7 +98,7 @@ pushd gsoap/src/
# build prerequisites for parallel build first
make soapcpp2_yacc.c
popd
make %{?_smp_mflags}
%make_build
%install
%make_install

BIN
gsoap_2.8.130.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1;
fi;
version="2.8.124"
version="2.8.130"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"