diff --git a/gsoap-2.8.81.tar.xz b/gsoap-2.8.81.tar.xz deleted file mode 100644 index 194d609..0000000 --- a/gsoap-2.8.81.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb4ddb5e7ddce9b61c29d7616c608a64e6d3597c8efcf1334229e59f5cd3c276 -size 16069772 diff --git a/gsoap-2.8.82.tar.xz b/gsoap-2.8.82.tar.xz new file mode 100644 index 0000000..d862417 --- /dev/null +++ b/gsoap-2.8.82.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a1922c8f538b3654503332123400121b2f2f5223d96b1373909ee1731bae5d +size 16834884 diff --git a/gsoap.changes b/gsoap.changes index f8f10fc..040998d 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 15 09:37:32 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 2.8.82 + * Minor fixes and improvements not specified further in detail. + ------------------------------------------------------------------- Thu Mar 7 20:47:26 UTC 2019 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 5530bd7..35ff0ef 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_81 -Version: 2.8.81 +%define lname libgsoap-2_8_82 +Version: 2.8.82 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 bea5e70..efe3059 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.81" +version="2.8.82" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"