forked from pool/gsoap
Accepting request 1136181 from devel:libraries:c_c++
- Update to release 2.8.132 OBS-URL: https://build.opensuse.org/request/show/1136181 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=83
This commit is contained in:
BIN
gsoap-2.8.131.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.131.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.132.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.132.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 2 13:24:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.132
|
||||||
|
* Added a missing ``WITH_COMPAT`` to the C++ DOM element
|
||||||
|
declarations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 07:54:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Wed Oct 4 07:54:57 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsoap
|
# spec file for package gsoap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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_131
|
%define lname libgsoap-2_8_132
|
||||||
Version: 2.8.131
|
Version: 2.8.132
|
||||||
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.131"
|
version="2.8.132"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Reference in New Issue
Block a user