Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2018-02-16 21:42:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsoap (Old)
 and      /work/SRC/openSUSE:Factory/.gsoap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsoap"

Fri Feb 16 21:42:33 2018 rev:41 rq:576981 version:2.8.62

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes      2018-02-07 
18:37:57.885875325 +0100
+++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2018-02-16 
21:42:35.347595467 +0100
@@ -1,0 +2,20 @@
+Wed Feb 14 20:27:46 UTC 2018 - jeng...@inai.de
+
+- Add xlocale.diff
+
+-------------------------------------------------------------------
+Mon Feb 12 11:19:35 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2.8.62
+  * Added wsdl2h options `-O3` and `-O4` to aggressively optimize
+    WSDLs internally by "schema slicing": `-O3` applies `-O2` and
+    also removes unused root attributes, `-O4` applies `-O3` and
+    also removes unused root elements. It only makes sense to use
+    `-O4` with one or more WSDLs (and XSDs that are imported by
+    the WSDL), because all schema components will be removed from
+    XSDs that are not used by WSDLs.
+  * Updated HTTP digest plugin.
+  * Improved soapcpp2 options `-g` and `-y`, may be used together
+    to generate sample XML messages.
+
+-------------------------------------------------------------------

Old:
----
  gsoap-2.8.61.tar.xz

New:
----
  gsoap-2.8.62.tar.xz
  xlocale.diff

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

Other differences:
------------------
++++++ gsoap.spec ++++++
--- /var/tmp/diff_new_pack.o0kdlF/_old  2018-02-16 21:42:37.287525504 +0100
+++ /var/tmp/diff_new_pack.o0kdlF/_new  2018-02-16 21:42:37.287525504 +0100
@@ -17,8 +17,8 @@
 
 
 Name:           gsoap
-%define lname  libgsoap-2_8_61
-Version:        2.8.61
+%define lname  libgsoap-2_8_62
+Version:        2.8.62
 Release:        0
 Summary:        Toolkit for SOAP/REST-based C/C++ server and client web 
service applications
 License:        SUSE-GPL-2.0+-with-openssl-exception
@@ -29,6 +29,7 @@
 Source2:        sanitize_source.sh
 Patch1:         gsoap-automake1_13.diff
 Patch2:         gsoap-01-sharedlibs.diff
+Patch3:         xlocale.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -83,7 +84,7 @@
 %prep
 %setup -q
 cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
-%patch -P 1 -P 2 -p1
+%patch -P 1 -P 2 -P 3 -p1
 ln -fs stdsoap2.cpp gsoap/stdsoap2.c
 
 %build
@@ -95,6 +96,8 @@
 # Also needed because Makefile.am and configure.ac are touched.
 autoreconf -fi
 
+export CXXFLAGS="-O0 -ggdb3"
+export CFLAGS="-O0 -ggdb3"
 %configure --enable-ipv6 --disable-static
 pushd gsoap/src/
 # build prerequisites for parallel build first

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

++++++ sanitize_source.sh ++++++
--- /var/tmp/diff_new_pack.o0kdlF/_old  2018-02-16 21:42:37.339523629 +0100
+++ /var/tmp/diff_new_pack.o0kdlF/_new  2018-02-16 21:42:37.339523629 +0100
@@ -13,7 +13,7 @@
        exit 1;
 fi;
 
-version="2.8.61"
+version="2.8.62"
 shortver="2.8" # agh...
 if [ ! -e "gsoap_$version.zip" ]; then
        wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip";

++++++ xlocale.diff ++++++
Kill this again. There just IS NOT ANY xlocale.h in glibc-2.26.
---
 gsoap/stdsoap2.h |    1 -
 1 file changed, 1 deletion(-)

Index: gsoap-2.8.62/gsoap/stdsoap2.h
===================================================================
--- gsoap-2.8.62.orig/gsoap/stdsoap2.h
+++ gsoap-2.8.62/gsoap/stdsoap2.h
@@ -464,7 +464,6 @@ extern intmax_t __strtoull(const char*,
 #   define HAVE_STRTOD_L
 #   define HAVE_SSCANF_L
 #   define HAVE_LOCALE_H
-#   define HAVE_XLOCALE_H
 #  endif
 # elif defined(TRU64)
 #  define HAVE_SNPRINTF

Reply via email to