update to 2.8.117 [release 2.8.117-1mamba;Fri Oct 22 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 23:30:06 +01:00
parent 5b1422b22b
commit 4fd67e912f

View File

@ -1,15 +1,15 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: gsoap Name: gsoap
Version: 2.8.111 Version: 2.8.117
Release: 1mamba Release: 1mamba
Summary: An open source C and C++ software development toolkit for SOAP/XML Web services Summary: An open source C and C++ software development toolkit for SOAP/XML Web services
Group: Applications/Web Group: Applications/Web
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gsoap2.sourceforge.net/ URL: https://www.cs.fsu.edu/~engelen/soap.html
Source: https://downloads.sourceforge.net/project/gsoap2/gsoap-%{majver}/gsoap_%{version}.zip Source: https://prdownloads.sourceforge.net/gsoap2/gsoap_%{version}.zip
#Source: http://downloads.sourceforge.net/project/gsoap2/gSOAP/gsoap_%{version}.zip #Source: https://downloads.sourceforge.net/project/gsoap2/gsoap-%{majver}/gsoap_%{version}.zip
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -18,7 +18,7 @@ BuildRequires: libopenssl-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libopenssl-devel >= 3.0.0
%description %description
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. 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.
@ -77,6 +77,9 @@ The gSOAP toolkit is an open source C and C++ software development toolkit for S
%doc README.txt %doc README.txt
%changelog %changelog
* Fri Oct 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.117-1mamba
- update to 2.8.117
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 2.8.111-1mamba * Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 2.8.111-1mamba
- automatic version update by autodist - automatic version update by autodist