- Update to release 2.8.97
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=189
This commit is contained in:
parent
14b162f44f
commit
978b5afcd3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b18a9886f8ca46420293e32230e6f41222dad8c49a1c92c0503f8293592feb9
|
|
||||||
size 15881084
|
|
3
gsoap-2.8.97.tar.xz
Normal file
3
gsoap-2.8.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c30b302c363beb67f988cc564eb633fb3e5b79da19960dc4c8843b347781a1bf
|
||||||
|
size 16742724
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 16:22:13 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.97
|
||||||
|
* Fixed wsdl2h processing of schemas with a cyclic schema
|
||||||
|
`<xs:include>` that may cause wsdl2h to hang when schemas
|
||||||
|
have no `targetNamespace` attribute.
|
||||||
|
* Improved wsdl2h code generation of unqualified types and
|
||||||
|
names defined in imported schemas (with `<xs:import>`) when
|
||||||
|
these schemas have no `targetNamespace`. Use wsdl2h option
|
||||||
|
`-z10` or lesser to revert to the code generation behavior of
|
||||||
|
versions prior to 2.8.97.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 12 12:10:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Thu Dec 12 12:10:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
14
gsoap.spec
14
gsoap.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsoap
|
# spec file for package gsoap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_96
|
%define lname libgsoap-2_8_97
|
||||||
Version: 2.8.96
|
Version: 2.8.97
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
@ -29,10 +29,10 @@ Source: gsoap-%version.tar.xz
|
|||||||
Source2: sanitize_source.sh
|
Source2: sanitize_source.sh
|
||||||
Patch1: gsoap-automake1_13.diff
|
Patch1: gsoap-automake1_13.diff
|
||||||
Patch2: gsoap-01-sharedlibs.diff
|
Patch2: gsoap-01-sharedlibs.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -41,9 +41,6 @@ BuildRequires: xz
|
|||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: fdupes
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gSOAP is a toolkit for C and C++ server and client Web service
|
gSOAP is a toolkit for C and C++ server and client Web service
|
||||||
@ -116,7 +113,6 @@ find "$b" -type f -name "*inconsolata*" -exec chmod a-x "{}" "+"
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%_bindir/*soap*
|
%_bindir/*soap*
|
||||||
%_bindir/*wsdl*
|
%_bindir/*wsdl*
|
||||||
%_datadir/%name/
|
%_datadir/%name/
|
||||||
@ -130,11 +126,9 @@ find "$b" -type f -name "*inconsolata*" -exec chmod a-x "{}" "+"
|
|||||||
%_libdir/pkgconfig/*gsoap*.pc
|
%_libdir/pkgconfig/*gsoap*.pc
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libgsoap*-%version.so
|
%_libdir/libgsoap*-%version.so
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%_defaultdocdir/%name/
|
%_defaultdocdir/%name/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.96"
|
version="2.8.97"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user