Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2023-04-12 12:50:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsoap (Old)
 and      /work/SRC/openSUSE:Factory/.gsoap.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsoap"

Wed Apr 12 12:50:49 2023 rev:80 rq:1078368 version:2.8.127

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes      2022-12-14 
14:10:53.923462528 +0100
+++ /work/SRC/openSUSE:Factory/.gsoap.new.19717/gsoap.changes   2023-04-12 
12:50:54.936691874 +0200
@@ -1,0 +2,11 @@
+Tue Apr 11 07:59:51 UTC 2023 - Jan Engelhardt <jeng...@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.
+
+-------------------------------------------------------------------

Old:
----
  gsoap-2.8.124.tar.xz

New:
----
  gsoap-2.8.127.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gsoap.spec ++++++
--- /var/tmp/diff_new_pack.ZYc9Ry/_old  2023-04-12 12:50:55.728696502 +0200
+++ /var/tmp/diff_new_pack.ZYc9Ry/_new  2023-04-12 12:50:55.732696526 +0200
@@ -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

++++++ gsoap-01-sharedlibs.diff ++++++
--- /var/tmp/diff_new_pack.ZYc9Ry/_old  2023-04-12 12:50:55.756696666 +0200
+++ /var/tmp/diff_new_pack.ZYc9Ry/_new  2023-04-12 12:50:55.760696690 +0200
@@ -4,7 +4,7 @@
 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 @@
  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 @@
  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,52 +119,52 @@
  
  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: *; };
 

++++++ gsoap-2.8.124.tar.xz -> gsoap-2.8.127.tar.xz ++++++
/work/SRC/openSUSE:Factory/gsoap/gsoap-2.8.124.tar.xz 
/work/SRC/openSUSE:Factory/.gsoap.new.19717/gsoap-2.8.127.tar.xz differ: char 
27, line 1

Reply via email to