From 74fb0a66dd388dcda7237e68c0fc6439576d7c52f80927590be099af2ae42ae2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 7 Jul 2018 08:51:52 +0000 Subject: [PATCH] - Update to new upstream release 2.8.68 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=136 --- gsconfig.patch | 20 ++++++++++---------- gsoap-2.8.67.tar.xz | 3 --- gsoap-2.8.68.tar.xz | 3 +++ gsoap.changes | 6 ++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 6 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 gsoap-2.8.67.tar.xz create mode 100644 gsoap-2.8.68.tar.xz diff --git a/gsconfig.patch b/gsconfig.patch index a6649cf..047bd9e 100644 --- a/gsconfig.patch +++ b/gsconfig.patch @@ -4,10 +4,10 @@ gsoap/stdsoap2.h | 38 +++++++++++++++++--------------------- 3 files changed, 45 insertions(+), 37 deletions(-) -Index: gsoap-2.8.67/Makefile.am +Index: gsoap-2.8.68/Makefile.am =================================================================== ---- gsoap-2.8.67.orig/Makefile.am -+++ gsoap-2.8.67/Makefile.am +--- gsoap-2.8.68.orig/Makefile.am ++++ gsoap-2.8.68/Makefile.am @@ -1,9 +1,9 @@ ####### This is the input file for automake, which will generate Makefile.in ########## @@ -29,10 +29,10 @@ Index: gsoap-2.8.67/Makefile.am + +gsoap_config.h: config.h + grep GSOAP_WITH_ $^ >$@ -Index: gsoap-2.8.67/configure.ac +Index: gsoap-2.8.68/configure.ac =================================================================== ---- gsoap-2.8.67.orig/configure.ac -+++ gsoap-2.8.67/configure.ac +--- gsoap-2.8.68.orig/configure.ac ++++ gsoap-2.8.68/configure.ac @@ -92,6 +92,13 @@ esac AC_SUBST(SAMPLE_EXTRA_LIBS) AC_SUBST(platform) @@ -104,13 +104,13 @@ Index: gsoap-2.8.67/configure.ac WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP" # compile with wsdl2h when OPENSSL is available WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lssl -lcrypto -lz" -Index: gsoap-2.8.67/gsoap/stdsoap2.h +Index: gsoap-2.8.68/gsoap/stdsoap2.h =================================================================== ---- gsoap-2.8.67.orig/gsoap/stdsoap2.h -+++ gsoap-2.8.67/gsoap/stdsoap2.h +--- gsoap-2.8.68.orig/gsoap/stdsoap2.h ++++ gsoap-2.8.68/gsoap/stdsoap2.h @@ -54,6 +54,7 @@ A commercial use license is available fr - #define GSOAP_VERSION 20867 + #define GSOAP_VERSION 20868 +#include "gsoap_config.h" #ifdef WITH_SOAPDEFS_H diff --git a/gsoap-2.8.67.tar.xz b/gsoap-2.8.67.tar.xz deleted file mode 100644 index 8c9416a..0000000 --- a/gsoap-2.8.67.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c3e6729af43e7ca37cd995ee5437039f4f3eba24bf860ded330775457d1ea3b -size 17113600 diff --git a/gsoap-2.8.68.tar.xz b/gsoap-2.8.68.tar.xz new file mode 100644 index 0000000..e9150f6 --- /dev/null +++ b/gsoap-2.8.68.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1c48095dd29ee76fec1becf2318bc57f4fc659f8a178528eb6348a892b0c6e +size 17233344 diff --git a/gsoap.changes b/gsoap.changes index 20402a3..dd47d87 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 7 08:43:36 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 2.8.68 + * Unspecified minor improvements + ------------------------------------------------------------------- Wed Jun 27 12:50:29 UTC 2018 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index fb33507..cbf955f 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_67 -Version: 2.8.67 +%define lname libgsoap-2_8_68 +Version: 2.8.68 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 9030f45..23cf7fe 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.67" +version="2.8.68" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"