SHA256
1
0
forked from pool/gsoap

- Update to release 2.8.101

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=199
This commit is contained in:
2020-04-09 23:23:01 +00:00
committed by Git OBS Bridge
parent d08fa289f1
commit d7010deeb7
6 changed files with 15 additions and 31 deletions

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_100
Version: 2.8.100
%define lname libgsoap-2_8_101
Version: 2.8.101
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception
@@ -29,7 +29,6 @@ Source: gsoap-%version.tar.xz
Source2: sanitize_source.sh
Patch1: gsoap-automake1_13.diff
Patch2: gsoap-01-sharedlibs.diff
Patch3: gs99-overrun.diff
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
@@ -81,7 +80,7 @@ This subpackage contains the documentation for the gSOAP toolkit.
%prep
%setup -q
cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
%patch -P 1 -P 2 -P 3 -p1
%patch -P 1 -P 2 -p1
ln -fs stdsoap2.cpp gsoap/stdsoap2.c
%build