Accepting request 1030887 from devel:libraries:c_c++

- Update to release 2.8.123

OBS-URL: https://build.opensuse.org/request/show/1030887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=78
This commit is contained in:
Dominique Leuenberger 2022-10-25 09:18:45 +00:00 committed by Git OBS Bridge
commit 987b817a5e
5 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b9382e3c98b31e6fb13a2861de26529921ac1de3ca877732fd161847519a61b
size 18168480

3
gsoap-2.8.123.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b057a05976214c93e73181719a229c40db2dd1716cde3c599c702c5e2b79ca5
size 17436872

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 24 13:23:19 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.123
* Update to make `std::string` typed element tags self-closing,
which is consistent with `char*` typed element tags.
* Improvement to HTTP header line processing to drop start-end
quotes.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 28 22:30:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Sun Aug 28 22:30:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,8 +17,8 @@
Name: gsoap Name: gsoap
%define lname libgsoap-2_8_122 %define lname libgsoap-2_8_123
Version: 2.8.122 Version: 2.8.123
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

View File

@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1; exit 1;
fi; fi;
version="2.8.122" version="2.8.123"
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"