automatic version update by autodist [release 2.8.136-1mamba;Wed Jan 29 2025]

This commit is contained in:
Automatic Build System 2025-01-29 18:21:41 +01:00
parent a6fd32737e
commit 1cb1db64c9

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gsoap
Version: 2.8.135
Version: 2.8.136
Release: 1mamba
Summary: An open source C and C++ software development toolkit for SOAP/XML Web services
Group: Applications/Web
@ -29,7 +29,6 @@ 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}
@ -77,6 +76,9 @@ The gSOAP toolkit is an open source C and C++ software development toolkit for S
%doc README.txt
%changelog
* Wed Jan 29 2025 Automatic Build System <autodist@openmamba.org> 2.8.136-1mamba
- automatic version update by autodist
* Tue Jul 02 2024 Automatic Build System <autodist@openmamba.org> 2.8.135-1mamba
- automatic version update by autodist