diff --git a/gsoap-2.8.83.tar.xz b/gsoap-2.8.83.tar.xz deleted file mode 100644 index 1b6321c..0000000 --- a/gsoap-2.8.83.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b5bdee27b21c569eac809a66fcf27e0b5795286c59e2589ba4ef8e7a35c5f6e -size 16127520 diff --git a/gsoap-2.8.84.tar.xz b/gsoap-2.8.84.tar.xz new file mode 100644 index 0000000..876503b --- /dev/null +++ b/gsoap-2.8.84.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe43589e5bb168868634807aa6a889540e040bdc105d5cbff70c4c1b1b96a1b0 +size 16839556 diff --git a/gsoap.changes b/gsoap.changes index ce99fff..c84408f 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 16 10:48:14 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 2.8.84 + * Unspecific minor fixes. + ------------------------------------------------------------------- Tue Apr 23 10:09:12 UTC 2019 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 5680a95..1ce92ba 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_83 -Version: 2.8.83 +%define lname libgsoap-2_8_84 +Version: 2.8.84 Release: 0 Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception diff --git a/sanitize_source.sh b/sanitize_source.sh index ba64895..6dad2d3 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then exit 1; fi; -version="2.8.83" +version="2.8.84" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"