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:
commit
33d3ed086b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10b6445062ee319967e695d8c9899699ea8e9ed6ed7038b390d65fbe161e8632
|
||||
size 17450508
|
3
gsoap-2.8.132.tar.xz
Normal file
3
gsoap-2.8.132.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:580f05d8269fd3faeb6c8144afe161218363281f696691fb36eb17d873bfcda3
|
||||
size 18190280
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_131
|
||||
Version: 2.8.131
|
||||
%define lname libgsoap-2_8_132
|
||||
Version: 2.8.132
|
||||
Release: 0
|
||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
||||
exit 1;
|
||||
fi;
|
||||
|
||||
version="2.8.131"
|
||||
version="2.8.132"
|
||||
shortver="2.8" # agh...
|
||||
if [ ! -e "gsoap_$version.zip" ]; then
|
||||
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user