From c19230a9dfa26cc5711c82c3b1de2b0f5d168ba8d6bc53d5c4146495fc74569f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 11 Sep 2018 11:34:10 +0000 Subject: [PATCH 1/2] - Update to new upstream release 2.8.70 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=140 --- gsconfig.patch | 2 +- gsoap-2.8.69.tar.xz | 3 --- gsoap-2.8.70.tar.xz | 3 +++ gsoap.changes | 11 +++++++++++ gsoap.spec | 6 ++++-- sanitize_source.sh | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.69.tar.xz create mode 100644 gsoap-2.8.70.tar.xz diff --git a/gsconfig.patch b/gsconfig.patch index 187b939..647dc82 100644 --- a/gsconfig.patch +++ b/gsconfig.patch @@ -110,7 +110,7 @@ Index: gsoap-2.8.68/gsoap/stdsoap2.h +++ gsoap-2.8.68/gsoap/stdsoap2.h @@ -54,6 +54,7 @@ A commercial use license is available fr - #define GSOAP_VERSION 20869 + #define GSOAP_VERSION 20870 +#include "gsoap_config.h" #ifdef WITH_SOAPDEFS_H diff --git a/gsoap-2.8.69.tar.xz b/gsoap-2.8.69.tar.xz deleted file mode 100644 index 3fceedd..0000000 --- a/gsoap-2.8.69.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3507a1363b0a7cd5f5e1f67e13bf7fb5eff9feb0f76adf2d67e15d93d5a72dcf -size 17781900 diff --git a/gsoap-2.8.70.tar.xz b/gsoap-2.8.70.tar.xz new file mode 100644 index 0000000..c2edf8f --- /dev/null +++ b/gsoap-2.8.70.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281f87dc559c0abac1773c85a0702c8327d1b8256b2f4df243462abab35ce220 +size 17012552 diff --git a/gsoap.changes b/gsoap.changes index ee91ea9..6b8d13f 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 11 11:26:23 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 2.8.70 + * Updated `typemap.dat` for ONVIF and upgraded `wsdd10.h` + (WS-Discovery 1.0 with WS-Addressing 2004/08) to `wsdd5.h` + (WS-Discovery 1.0 with WS-Addressing 2005/08). + * Fixed a deserialization issue with Qt `QString` used in a + wrapper class (as `__item` member), when the wrapper class is + used in a container, such as `std::vector`. + ------------------------------------------------------------------- Tue Jul 24 09:34:56 UTC 2018 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index b594131..fb53c8e 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_69 -Version: 2.8.69 +%define lname libgsoap-2_8_70 +Version: 2.8.70 Release: 0 Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception @@ -95,6 +95,8 @@ perl -i -lpe 's{AC_INIT\(gsoap, 2.8\)}{AC_INIT([gsoap], [%version])}' \ # Rebuild configure - fix that utterly long mktime test. # Also needed because Makefile.am and configure.ac are touched. autoreconf -fi +export CFLAGS="%optflags -O0 -ggdb3" +export CXXFLAGS="%optflags -O0 -ggdb3" %configure --enable-ipv6 --disable-static pushd gsoap/src/ # build prerequisites for parallel build first diff --git a/sanitize_source.sh b/sanitize_source.sh index 8e23075..1ea9e49 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.69" +version="2.8.70" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip" From c8f764104feaf0821f241c1688c08f50cc7a64acfee3295c9469fd02506e0533 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 11 Sep 2018 15:31:34 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=141 --- gsoap.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/gsoap.spec b/gsoap.spec index fb53c8e..34e61ad 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -95,8 +95,6 @@ perl -i -lpe 's{AC_INIT\(gsoap, 2.8\)}{AC_INIT([gsoap], [%version])}' \ # Rebuild configure - fix that utterly long mktime test. # Also needed because Makefile.am and configure.ac are touched. autoreconf -fi -export CFLAGS="%optflags -O0 -ggdb3" -export CXXFLAGS="%optflags -O0 -ggdb3" %configure --enable-ipv6 --disable-static pushd gsoap/src/ # build prerequisites for parallel build first