Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gsoap for openSUSE:Factory checked in at 2021-01-27 18:56:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gsoap (Old) and /work/SRC/openSUSE:Factory/.gsoap.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gsoap" Wed Jan 27 18:56:47 2021 rev:70 rq:865535 version:2.8.110 Changes: -------- --- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes 2020-12-03 18:42:22.586132619 +0100 +++ /work/SRC/openSUSE:Factory/.gsoap.new.28504/gsoap.changes 2021-01-27 18:56:52.384306964 +0100 @@ -1,0 +2,12 @@ +Thu Jan 21 19:56:10 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 2.8.110 + * Updated wsdl2h to correct an XML parsing rejection problem + for the special case when XML schemas have no + targetNamespaces (i.e. empty namespace, no namespace + prefixes) for elements defined in a `<sequence>` schema + component, the wsdl2h-generated struct/class member names + require two underscores instead of one, such as + `__Name_sequence`.) + +------------------------------------------------------------------- Old: ---- gsoap-2.8.109.tar.xz New: ---- gsoap-2.8.110.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsoap.spec ++++++ --- /var/tmp/diff_new_pack.kSXytT/_old 2021-01-27 18:56:53.404308542 +0100 +++ /var/tmp/diff_new_pack.kSXytT/_new 2021-01-27 18:56:53.408308549 +0100 @@ -1,7 +1,7 @@ # # spec file for package gsoap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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_109 -Version: 2.8.109 +%define lname libgsoap-2_8_110 +Version: 2.8.110 Release: 0 Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception ++++++ gsoap-2.8.109.tar.xz -> gsoap-2.8.110.tar.xz ++++++ /work/SRC/openSUSE:Factory/gsoap/gsoap-2.8.109.tar.xz /work/SRC/openSUSE:Factory/.gsoap.new.28504/gsoap-2.8.110.tar.xz differ: char 26, line 1 ++++++ sanitize_source.sh ++++++ --- /var/tmp/diff_new_pack.kSXytT/_old 2021-01-27 18:56:53.460308629 +0100 +++ /var/tmp/diff_new_pack.kSXytT/_new 2021-01-27 18:56:53.460308629 +0100 @@ -13,7 +13,7 @@ exit 1; fi; -version="2.8.109" +version="2.8.110" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"