Accepting request 1078368 from devel:libraries:c_c++
- Update to release 2.8.127 OBS-URL: https://build.opensuse.org/request/show/1078368 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=80
This commit is contained in:
commit
e978c3ff3c
@ -4,7 +4,7 @@ Date: 2011-07-01 17:19:00 +0200
|
||||
build: always use shared libraries
|
||||
|
||||
---
|
||||
configure.ac | 10 +++++-----
|
||||
configure.ac | 12 ++++++------
|
||||
gsoap/Makefile.am | 40 +++++++++++++++++++++++++++-------------
|
||||
gsoap/gsoap++.sym | 1 +
|
||||
gsoap/gsoap.sym | 1 +
|
||||
@ -14,12 +14,12 @@ build: always use shared libraries
|
||||
gsoap/gsoapckssl.sym | 1 +
|
||||
gsoap/gsoapssl++.sym | 1 +
|
||||
gsoap/gsoapssl.sym | 1 +
|
||||
10 files changed, 40 insertions(+), 18 deletions(-)
|
||||
10 files changed, 41 insertions(+), 19 deletions(-)
|
||||
|
||||
Index: gsoap-2.8.121/configure.ac
|
||||
Index: gsoap-2.8.127/configure.ac
|
||||
===================================================================
|
||||
--- gsoap-2.8.121.orig/configure.ac
|
||||
+++ gsoap-2.8.121/configure.ac
|
||||
--- gsoap-2.8.127.orig/configure.ac
|
||||
+++ gsoap-2.8.127/configure.ac
|
||||
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O
|
||||
AM_PROG_LEX([noyywrap])
|
||||
AC_PROG_YACC
|
||||
@ -31,37 +31,46 @@ Index: gsoap-2.8.121/configure.ac
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_AWK
|
||||
AC_PROG_INSTALL
|
||||
@@ -303,7 +303,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
@@ -310,7 +310,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"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||
@@ -311,7 +311,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lssl -lcrypto -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
if test "x$with_wolfssl" = "xyes"; then
|
||||
AC_MSG_RESULT(yes)
|
||||
@@ -318,7 +318,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lwolfssl -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lwolfssl -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||
@@ -326,7 +326,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lssl -lcrypto -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
fi
|
||||
fi
|
||||
if test -n "$ZLIB"; then
|
||||
WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||
@@ -330,7 +330,7 @@ else
|
||||
@@ -346,7 +346,7 @@ else
|
||||
WSDL2H_EXTRA_FLAGS=
|
||||
SAMPLE_SSL_LIBS=
|
||||
SAMPLE_INCLUDES=
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoap++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoap++.la"
|
||||
fi
|
||||
AM_CONDITIONAL([WITH_OPENSSL], [test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes"])
|
||||
AM_CONDITIONAL([WITH_OPENSSL], [test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes" -a "x$with_wolfssl" != "xyes"])
|
||||
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
||||
Index: gsoap-2.8.121/gsoap/Makefile.am
|
||||
Index: gsoap-2.8.127/gsoap/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.121.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.121/gsoap/Makefile.am
|
||||
--- gsoap-2.8.127.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.127/gsoap/Makefile.am
|
||||
@@ -34,20 +34,34 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
||||
dom_cpp.cpp: dom.cpp
|
||||
$(LN_S) -f $(top_srcdir)/gsoap/dom.cpp dom_cpp.cpp
|
||||
@ -110,51 +119,51 @@ Index: gsoap-2.8.121/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.121/gsoap/gsoap++.sym
|
||||
Index: gsoap-2.8.127/gsoap/gsoap++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.121/gsoap/gsoap++.sym
|
||||
+++ gsoap-2.8.127/gsoap/gsoap++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPXX { global: *; };
|
||||
Index: gsoap-2.8.121/gsoap/gsoap.sym
|
||||
Index: gsoap-2.8.127/gsoap/gsoap.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.121/gsoap/gsoap.sym
|
||||
+++ gsoap-2.8.127/gsoap/gsoap.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAP { global: *; };
|
||||
Index: gsoap-2.8.121/gsoap/gsoapck++.sym
|
||||
Index: gsoap-2.8.127/gsoap/gsoapck++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.121/gsoap/gsoapck++.sym
|
||||
+++ gsoap-2.8.127/gsoap/gsoapck++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKXX { global: *; };
|
||||
Index: gsoap-2.8.121/gsoap/gsoapck.sym
|
||||
Index: gsoap-2.8.127/gsoap/gsoapck.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.121/gsoap/gsoapck.sym
|
||||
+++ gsoap-2.8.127/gsoap/gsoapck.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCK { global: *; };
|
||||
Index: gsoap-2.8.121/gsoap/gsoapckssl++.sym
|
||||
Index: gsoap-2.8.127/gsoap/gsoapckssl++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.121/gsoap/gsoapckssl++.sym
|
||||
+++ gsoap-2.8.127/gsoap/gsoapckssl++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKSSLXX { global: *; };
|
||||
Index: gsoap-2.8.121/gsoap/gsoapckssl.sym
|
||||
Index: gsoap-2.8.127/gsoap/gsoapckssl.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.121/gsoap/gsoapckssl.sym
|
||||
+++ gsoap-2.8.127/gsoap/gsoapckssl.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKSSL { global: *; };
|
||||
Index: gsoap-2.8.121/gsoap/gsoapssl++.sym
|
||||
Index: gsoap-2.8.127/gsoap/gsoapssl++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.121/gsoap/gsoapssl++.sym
|
||||
+++ gsoap-2.8.127/gsoap/gsoapssl++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPSSLXX { global: *; };
|
||||
Index: gsoap-2.8.121/gsoap/gsoapssl.sym
|
||||
Index: gsoap-2.8.127/gsoap/gsoapssl.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.121/gsoap/gsoapssl.sym
|
||||
+++ gsoap-2.8.127/gsoap/gsoapssl.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPSSL { global: *; };
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f77427d1c7694b4f87f7583e3a305e3cf65d1f7565ffbe4d71cb9589848b1a39
|
||||
size 17548972
|
3
gsoap-2.8.127.tar.xz
Normal file
3
gsoap-2.8.127.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f0884659da224e2d1af93053c515f32ce19ede2e9297b4984477bbd668c82b2
|
||||
size 17507892
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 07:59:51 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.8.127
|
||||
* Update to include `soap` context member initialization in the
|
||||
soapcpp2-generated `soap_new_T()` source code for all classes
|
||||
`T` derived from `soap_dom_element`, e.g. with wsdl2h option
|
||||
`-d`.
|
||||
* Update to soapcpp2 option `-Et` traversal code generation to
|
||||
walk C/C++ data structures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 10:51:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gsoap
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_124
|
||||
Version: 2.8.124
|
||||
%define lname libgsoap-2_8_127
|
||||
Version: 2.8.127
|
||||
Release: 0
|
||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
|
Loading…
Reference in New Issue
Block a user