Accepting request 433026 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/433026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=22
This commit is contained in:
commit
3f65a37742
@ -10,10 +10,10 @@ build: always use shared libraries
|
||||
gsoap/samples/databinding/Makefile.am | 2 +-
|
||||
4 files changed, 28 insertions(+), 20 deletions(-)
|
||||
|
||||
Index: gsoap-2.8.29/configure.ac
|
||||
Index: gsoap-2.8.36/configure.ac
|
||||
===================================================================
|
||||
--- gsoap-2.8.29.orig/configure.ac
|
||||
+++ gsoap-2.8.29/configure.ac
|
||||
--- gsoap-2.8.36.orig/configure.ac
|
||||
+++ gsoap-2.8.36/configure.ac
|
||||
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O
|
||||
AM_PROG_LEX
|
||||
AC_PROG_YACC
|
||||
@ -25,7 +25,7 @@ Index: gsoap-2.8.29/configure.ac
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_AWK
|
||||
AC_PROG_INSTALL
|
||||
@@ -235,7 +235,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
@@ -241,7 +241,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lgnutls -lgcrypt -lgpg-error -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||
@ -34,16 +34,16 @@ Index: gsoap-2.8.29/configure.ac
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||
@@ -244,7 +244,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
@@ -250,7 +250,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} ../plugin/httpda.c ../plugin/smdevp.c ../plugin/threads.c -lssl -lcrypto -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
fi
|
||||
if test -n "$OPENSSL"; then
|
||||
WSDL2H_EXTRA_FLAGS="-I${OPENSSL}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||
@@ -257,7 +257,7 @@ else
|
||||
if test -n "$ZLIB"; then
|
||||
WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||
@@ -269,7 +269,7 @@ else
|
||||
WSDL2H_EXTRA_FLAGS=
|
||||
SAMPLE_SSL_LIBS=
|
||||
SAMPLE_INCLUDES=
|
||||
@ -52,10 +52,10 @@ Index: gsoap-2.8.29/configure.ac
|
||||
fi
|
||||
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
||||
AC_SUBST(WSDL2H_EXTRA_LIBS)
|
||||
Index: gsoap-2.8.29/gsoap/Makefile.am
|
||||
Index: gsoap-2.8.36/gsoap/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.29.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.29/gsoap/Makefile.am
|
||||
--- gsoap-2.8.36.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.36/gsoap/Makefile.am
|
||||
@@ -34,20 +34,28 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
||||
dom_cpp.cpp: dom.cpp
|
||||
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
|
||||
@ -98,10 +98,10 @@ Index: gsoap-2.8.29/gsoap/Makefile.am
|
||||
|
||||
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp stdsoap2_ck.c stdsoap2_ck_cpp.cpp stdsoap2_ssl.c stdsoap2_ssl_cpp.cpp
|
||||
|
||||
Index: gsoap-2.8.29/gsoap/samples/autotest/Makefile.am
|
||||
Index: gsoap-2.8.36/gsoap/samples/autotest/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.29.orig/gsoap/samples/autotest/Makefile.am
|
||||
+++ gsoap-2.8.29/gsoap/samples/autotest/Makefile.am
|
||||
--- gsoap-2.8.36.orig/gsoap/samples/autotest/Makefile.am
|
||||
+++ gsoap-2.8.36/gsoap/samples/autotest/Makefile.am
|
||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-SL -T -I$(top_srcdir)/gsoap/
|
||||
WSDLINPUT=$(srcdir)/examples.wsdl
|
||||
SOAPHEADER=$(srcdir)/examples.h
|
||||
@ -111,10 +111,10 @@ Index: gsoap-2.8.29/gsoap/samples/autotest/Makefile.am
|
||||
|
||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
||||
Index: gsoap-2.8.29/gsoap/samples/databinding/Makefile.am
|
||||
Index: gsoap-2.8.36/gsoap/samples/databinding/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.29.orig/gsoap/samples/databinding/Makefile.am
|
||||
+++ gsoap-2.8.29/gsoap/samples/databinding/Makefile.am
|
||||
--- gsoap-2.8.36.orig/gsoap/samples/databinding/Makefile.am
|
||||
+++ gsoap-2.8.36/gsoap/samples/databinding/Makefile.am
|
||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-0 -CS -p address -I$(top_src
|
||||
WSDLINPUT=$(srcdir)/address.xsd
|
||||
SOAPHEADER=$(srcdir)/address.h
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b893c9ccbab45a9441ad105fd0ba2a9e5bc4bfdf03f4ba7b2f59fb61dc3f42c7
|
||||
size 8115588
|
3
gsoap-2.8.36.tar.xz
Normal file
3
gsoap-2.8.36.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ec7252cb87def0c6b3aac659ca7f60b36a6a9b0283e00a961e1c1d55fbfd324
|
||||
size 19681492
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 23:56:23 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.8.36
|
||||
* New features include C++ QT type serialization in XML, HTTP
|
||||
session management, WADL support for wsdl2h (REST XML apps),
|
||||
updated iOS support and more examples, and WS-Security updates
|
||||
and fixes.
|
||||
* Also includes WS-Trust extensible framework with SAML 1.0/2.0
|
||||
tokens, PSHA1 algorithm, and an example WS-Trust client and
|
||||
server to request, create, sign, and verify SAML tokens.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 17:15:13 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_33
|
||||
Version: 2.8.33
|
||||
%define lname libgsoap-2_8_36
|
||||
Version: 2.8.36
|
||||
Release: 0
|
||||
Summary: Toolkit for C/C++ server and client web service applications
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.genivia.com/dev.html
|
||||
|
||||
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.33.zip
|
||||
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.36.zip
|
||||
Source: gsoap-%version.tar.xz
|
||||
Source2: sanitize_source.sh
|
||||
Patch0: gsoap-automake1_13.diff
|
||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
||||
exit 1;
|
||||
fi;
|
||||
|
||||
version="2.8.33"
|
||||
version="2.8.36"
|
||||
shortver="2.8" # agh...
|
||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user