update to 2.8.96 [release 2.8.96-1mamba;Wed Dec 11 2019]
This commit is contained in:
parent
1fb3319c52
commit
17bcfe8ac6
@ -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 <silvan.calarco@mambasoft.it> 2.8.96-1mamba
|
||||
- update to 2.8.96
|
||||
|
||||
* Sat Jul 27 2019 Automatic Build System <autodist@mambasoft.it> 2.8.88-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user