From 17bcfe8ac61013c3aab737d9a1b4966347361793 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:30:05 +0100 Subject: [PATCH] update to 2.8.96 [release 2.8.96-1mamba;Wed Dec 11 2019] --- gsoap.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gsoap.spec b/gsoap.spec index a873a72..9bd1718 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: gsoap -Version: 2.8.88 +Version: 2.8.96 Release: 1mamba Summary: An open source C and C++ software development toolkit for SOAP/XML Web services Group: Applications/Web @@ -30,6 +30,8 @@ Group: Development/Libraries %description devel The gSOAP toolkit is an open source C and C++ software development toolkit for SOAP/XML Web services and generic (non-SOAP) C/C++ XML data bindings. The toolkit analyzes WSDLs and XML schemas (separately or as a combined set) and maps the XML schema types and the SOAP messaging protocols to easy-to-use and efficient C and C++ code. It also supports exposing (legacy) C and C++ applications as SOAP/XML Web services by auto-generating XML serialization code and WSDL specifications. Or you can simply use it to automatically convert XML to/from C and C++ data. The toolkit supports options to generate pure ANSI C or C++ with or without STL. +%debug_package + %prep %setup -q -n gsoap-%{majver} @@ -75,6 +77,9 @@ The gSOAP toolkit is an open source C and C++ software development toolkit for S %doc README.txt %changelog +* Wed Dec 11 2019 Silvan Calarco 2.8.96-1mamba +- update to 2.8.96 + * Sat Jul 27 2019 Automatic Build System 2.8.88-1mamba - automatic version update by autodist