Accepting request 865535 from devel:libraries:c_c++
- Update to release 2.8.110 OBS-URL: https://build.opensuse.org/request/show/865535 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=70
This commit is contained in:
commit
71658a0c09
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:52c1ef6ef6b028b062a2d1481df134056e41b0c0169edb60261096f0015355d3
|
|
||||||
size 16745200
|
|
3
gsoap-2.8.110.tar.xz
Normal file
3
gsoap-2.8.110.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d72a682f484e45fc5d268c164044d52bcf032e40e3c20d952ff9923de62b9c5
|
||||||
|
size 16893528
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 21 19:56:10 UTC 2021 - Jan Engelhardt <jengelh@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`.)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 25 00:54:08 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 25 00:54:08 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsoap
|
# 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
|
# 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_109
|
%define lname libgsoap-2_8_110
|
||||||
Version: 2.8.109
|
Version: 2.8.110
|
||||||
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
|
||||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.109"
|
version="2.8.110"
|
||||||
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