Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2017-05-27 13:12:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsoap (Old)
 and      /work/SRC/openSUSE:Factory/.gsoap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsoap"

Sat May 27 13:12:25 2017 rev:30 rq:496594 version:2.8.46

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes      2017-05-06 
20:45:13.164208477 +0200
+++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2017-05-27 
13:12:27.949545937 +0200
@@ -1,0 +2,9 @@
+Fri May 19 10:23:02 UTC 2017 - [email protected]
+
+- Update to new upstream release 2.8.46
+  * Improved WS-Trust API, updated import/wst.h, import/saml1.h,
+    import/saml2.h and import/wsdd.h definitions.
+  * Added `soap.client_interface` string to set the client IP
+    address interface with `inet_pton()`
+
+-------------------------------------------------------------------

Old:
----
  gsoap-2.8.45.tar.xz

New:
----
  gsoap-2.8.46.tar.xz

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

Other differences:
------------------
++++++ gsoap.spec ++++++
--- /var/tmp/diff_new_pack.SCNkHE/_old  2017-05-27 13:12:29.221366126 +0200
+++ /var/tmp/diff_new_pack.SCNkHE/_new  2017-05-27 13:12:29.225365560 +0200
@@ -17,8 +17,8 @@
 
 
 Name:           gsoap
-%define lname  libgsoap-2_8_45
-Version:        2.8.45
+%define lname  libgsoap-2_8_46
+Version:        2.8.46
 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-2.8.45.tar.xz -> gsoap-2.8.46.tar.xz ++++++
/work/SRC/openSUSE:Factory/gsoap/gsoap-2.8.45.tar.xz 
/work/SRC/openSUSE:Factory/.gsoap.new/gsoap-2.8.46.tar.xz differ: char 26, line 
1

++++++ sanitize_source.sh ++++++
--- /var/tmp/diff_new_pack.SCNkHE/_old  2017-05-27 13:12:29.293355948 +0200
+++ /var/tmp/diff_new_pack.SCNkHE/_new  2017-05-27 13:12:29.293355948 +0200
@@ -13,7 +13,7 @@
        exit 1;
 fi;
 
-version="2.8.45"
+version="2.8.46"
 shortver="2.8" # agh...
 if [ ! -e "gsoap_$version.zip" ]; then
        wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip";
@@ -35,6 +35,10 @@
 find "gsoap-$version" -type f "(" \
        -iname "*.exe" -o -iname "*.dll" -o -name "*.o" -o \
        -name "*~" -o -name .DS_Store ")" -delete
+
+# And while we are at it, the VS files won't be needed anyway
+rm -Rf "gsoap-$version/gsoap/VisualStudio2005"
+
 hardlink "gsoap-$version"
 find "gsoap-$version" -print0 | sort -z | \
        tar --no-recur -T- --null --owner=root --group=root --use=xz \


Reply via email to