diff --git a/gsoap-2.8.96.tar.xz b/gsoap-2.8.96.tar.xz deleted file mode 100644 index 8df63a0..0000000 --- a/gsoap-2.8.96.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b18a9886f8ca46420293e32230e6f41222dad8c49a1c92c0503f8293592feb9 -size 15881084 diff --git a/gsoap-2.8.97.tar.xz b/gsoap-2.8.97.tar.xz new file mode 100644 index 0000000..8ade677 --- /dev/null +++ b/gsoap-2.8.97.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30b302c363beb67f988cc564eb633fb3e5b79da19960dc4c8843b347781a1bf +size 16742724 diff --git a/gsoap.changes b/gsoap.changes index 95b20ec..1b3903c 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 8 16:22:13 UTC 2020 - Jan Engelhardt + +- Update to release 2.8.97 + * Fixed wsdl2h processing of schemas with a cyclic schema + `` 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 ``) 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 diff --git a/gsoap.spec b/gsoap.spec index fc51a3c..128d76a 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_96 -Version: 2.8.96 +%define lname libgsoap-2_8_97 +Version: 2.8.97 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,10 +29,10 @@ Source: gsoap-%version.tar.xz Source2: sanitize_source.sh Patch1: gsoap-automake1_13.diff Patch2: gsoap-01-sharedlibs.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: bison +BuildRequires: fdupes BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: libtool @@ -41,9 +41,6 @@ BuildRequires: xz BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(zlib) -%if 0%{?suse_version} -BuildRequires: fdupes -%endif %description 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 %files devel -%defattr(-,root,root) %_bindir/*soap* %_bindir/*wsdl* %_datadir/%name/ @@ -130,11 +126,9 @@ find "$b" -type f -name "*inconsolata*" -exec chmod a-x "{}" "+" %_libdir/pkgconfig/*gsoap*.pc %files -n %lname -%defattr(-,root,root) %_libdir/libgsoap*-%version.so %files doc -%defattr(-,root,root) %_defaultdocdir/%name/ %changelog diff --git a/sanitize_source.sh b/sanitize_source.sh index 3088645..d312f76 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then exit 1; fi; -version="2.8.96" +version="2.8.97" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"