Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2014-02-11 11:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsoap (Old)
 and      /work/SRC/openSUSE:Factory/.gsoap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsoap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes      2013-07-04 
17:58:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2014-02-11 
11:39:28.000000000 +0100
@@ -1,0 +2,17 @@
+Wed Jan 15 19:35:58 UTC 2014 - [email protected]
+
+- Update to new upstream release 2.8.17
+* Improved WCF interop duplex messaging requiring ChannelInstances.
+* Fixed complexType restriction of schema types with redefined
+  attributes in wsdl2h output.
+* Fixed wcf/WS/DualHttp example (wrong use of send_X() replaced by X()
+  for client-side operations X, to allow HTTP keep-alive to be used).
+* Fixed use of sprintf's that trigger Valgrind and Fortify warnings.
+* Fixed parsing character strings from CDATA sections ending in ']'.
+* Fixed DOM output for SOAP_XML_CANONICAL c14n normalization of
+  xmlns namespace bindings.
+* Added WS-RM message queueing option for WS-RM NoDiscard.
+* Added wsdl2h option -r for authorized web access and proxy access.
+- Remove gsoap-04-strerror.diff (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  gsoap-04-strerror.diff
  gsoap-2.8.15.tar.xz

New:
----
  gsoap-2.8.17.tar.xz

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

Other differences:
------------------
++++++ gsoap.spec ++++++
--- /var/tmp/diff_new_pack.6ohAz1/_old  2014-02-11 11:39:29.000000000 +0100
+++ /var/tmp/diff_new_pack.6ohAz1/_new  2014-02-11 11:39:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gsoap
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,17 +21,16 @@
 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++
-Version:        2.8.15
+Version:        2.8.17
 Release:        0
 Url:            http://gsoap2.sf.net/
 
-#DL-URL:       http://downloads.sf.net/gsoap2/gsoap_2.8.15.zip
+#DL-URL:       http://downloads.sf.net/gsoap2/gsoap_2.8.17.zip
 Source:         gsoap-%version.tar.xz
 Source2:        sanitize_source.sh
 Patch0:         gsoap-automake1_13.diff
 Patch1:         gsoap-01-sharedlibs.diff
 Patch2:         gsoap-02-typepuns.diff
-Patch4:         gsoap-04-strerror.diff
 Patch5:         gsoap-05-ipv6.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -111,7 +110,7 @@
 tar -xf "%{S:0}" --use=xz;
 %setup -DTq
 %endif
-%patch -P 0 -P 1 -P 2 -P 4 -P 5 -p1
+%patch -P 0 -P 1 -P 2 -P 5 -p1
 
 %build
 # Rebuild configure - fix that utterly long mktime test.

++++++ gsoap-01-sharedlibs.diff ++++++
--- /var/tmp/diff_new_pack.6ohAz1/_old  2014-02-11 11:39:29.000000000 +0100
+++ /var/tmp/diff_new_pack.6ohAz1/_new  2014-02-11 11:39:29.000000000 +0100
@@ -10,11 +10,11 @@
  gsoap/samples/databinding/Makefile.am |    2 +-
  4 files changed, 25 insertions(+), 20 deletions(-)
 
-Index: gsoap-2.8.14/configure.in
+Index: gsoap-2.8.17/configure.in
 ===================================================================
---- gsoap-2.8.14.orig/configure.in
-+++ gsoap-2.8.14/configure.in
-@@ -16,8 +16,7 @@ AM_PROG_CC_C_O
+--- gsoap-2.8.17.orig/configure.in
++++ gsoap-2.8.17/configure.in
+@@ -15,8 +15,7 @@ AM_PROG_CC_C_O
  AM_PROG_LEX
  AC_PROG_YACC
  AC_PROG_CPP
@@ -24,7 +24,7 @@
  AC_PROG_LN_S
  AC_PROG_AWK
  AC_PROG_INSTALL
-@@ -226,13 +225,13 @@ if test "x$with_openssl" = "xyes"; then
+@@ -234,7 +233,7 @@ if test "x$with_openssl" = "xyes"; then
      WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP"
      WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
      SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
@@ -33,14 +33,16 @@
    else
      AC_MSG_RESULT(no)
      WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
-     WSDL2H_EXTRA_LIBS="-lssl -lcrypto -lz"
+@@ -242,7 +241,7 @@ if test "x$with_openssl" = "xyes"; then
+     # compile with wsdl2h when OPENSSL is available
+     WSDL2H_EXTRA_LIBS="../plugin/httpda.c ../plugin/md5evp.c -lssl -lcrypto 
-lz"
      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}"
-@@ -244,7 +243,7 @@ else
+@@ -254,7 +253,7 @@ else
    WSDL2H_EXTRA_FLAGS=
    WSDL2H_EXTRA_LIBS=
    SAMPLE_SSL_LIBS=
@@ -49,10 +51,10 @@
  fi
  AC_SUBST(WSDL2H_EXTRA_FLAGS)
  AC_SUBST(WSDL2H_EXTRA_LIBS)
-Index: gsoap-2.8.14/gsoap/Makefile.am
+Index: gsoap-2.8.17/gsoap/Makefile.am
 ===================================================================
---- gsoap-2.8.14.orig/gsoap/Makefile.am
-+++ gsoap-2.8.14/gsoap/Makefile.am
+--- gsoap-2.8.17.orig/gsoap/Makefile.am
++++ gsoap-2.8.17/gsoap/Makefile.am
 @@ -34,20 +34,26 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
  dom_cpp.cpp: dom.cpp
        $(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
@@ -93,10 +95,10 @@
  
  BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES)
  
-Index: gsoap-2.8.14/gsoap/samples/autotest/Makefile.am
+Index: gsoap-2.8.17/gsoap/samples/autotest/Makefile.am
 ===================================================================
---- gsoap-2.8.14.orig/gsoap/samples/autotest/Makefile.am
-+++ gsoap-2.8.14/gsoap/samples/autotest/Makefile.am
+--- gsoap-2.8.17.orig/gsoap/samples/autotest/Makefile.am
++++ gsoap-2.8.17/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
@@ -106,10 +108,10 @@
  
  $(SOAP_CPP_SRC) : $(WSDLINPUT)
        $(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
-Index: gsoap-2.8.14/gsoap/samples/databinding/Makefile.am
+Index: gsoap-2.8.17/gsoap/samples/databinding/Makefile.am
 ===================================================================
---- gsoap-2.8.14.orig/gsoap/samples/databinding/Makefile.am
-+++ gsoap-2.8.14/gsoap/samples/databinding/Makefile.am
+--- gsoap-2.8.17.orig/gsoap/samples/databinding/Makefile.am
++++ gsoap-2.8.17/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

++++++ gsoap-2.8.15.tar.xz -> gsoap-2.8.17.tar.xz ++++++
++++ 93820 lines of diff (skipped)

++++++ sanitize_source.sh ++++++
--- /var/tmp/diff_new_pack.6ohAz1/_old  2014-02-11 11:39:32.000000000 +0100
+++ /var/tmp/diff_new_pack.6ohAz1/_new  2014-02-11 11:39:32.000000000 +0100
@@ -13,7 +13,7 @@
        exit 1;
 fi;
 
-version="2.8.15";
+version="2.8.17";
 shortver="2.8"; # agh...
 
 rm -Rf "gsoap-$shortver" "gsoap-$version";

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to