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