Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2013-07-04 17:58: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-03-10 
08:17:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2013-07-04 
17:58:29.000000000 +0200
@@ -1,0 +2,15 @@
+Thu Jun 27 06:44:56 UTC 2013 - [email protected]
+
+- Update to new upstream release 2.8.15
+* Added wsdl2h option -R for auto-generation of REST-based service
+  operations (also added examples/rest example).
+* Change soap_read_X() and soap_write_X() to prevent removal of
+  HTTP headers after calling soap_connect().
+* Fixed automatic detection of DIME/MIME transfers.
+* Fixed a HTTP 1.0 chunking issue.
+* Fixed HTTP digest authentication with DIME/MIME transfers.
+* Fixed OpenSSL subject alt name check.
+* Fixed a HTTP 100 message handling issue.
+- Reenable default optimization
+
+-------------------------------------------------------------------

Old:
----
  gsoap-2.8.14.tar.xz

New:
----
  gsoap-2.8.15.tar.xz

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

Other differences:
------------------
++++++ gsoap.spec ++++++
--- /var/tmp/diff_new_pack.DQWDWX/_old  2013-07-04 17:58:30.000000000 +0200
+++ /var/tmp/diff_new_pack.DQWDWX/_new  2013-07-04 17:58:30.000000000 +0200
@@ -21,11 +21,11 @@
 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.14
+Version:        2.8.15
 Release:        0
 Url:            http://gsoap2.sf.net/
 
-#DL-URL:       http://downloads.sf.net/gsoap2/gsoap_2.8.14.zip
+#DL-URL:       http://downloads.sf.net/gsoap2/gsoap_2.8.15.zip
 Source:         gsoap-%version.tar.xz
 Source2:        sanitize_source.sh
 Patch0:         gsoap-automake1_13.diff
@@ -106,7 +106,7 @@
 
 %prep
 %if 0%{?__xz:1}
-%setup -qn gsoap-%version
+%setup -q
 %else
 tar -xf "%{S:0}" --use=xz;
 %setup -DTq
@@ -117,8 +117,9 @@
 # Rebuild configure - fix that utterly long mktime test.
 autoreconf -fi;
 
-%configure --enable-ipv6 --disable-static CFLAGS="-O0 -ggdb3 
-DWITH_NO_IPV6_V6ONLY" CXXFLAGS="-O0 -ggdb3 -DWITH_NO_IPV6_V6ONLY"
+%configure --enable-ipv6 --disable-static
 pushd gsoap/src/;
+# build prerequisites for parallel build first
 make soapcpp2_yacc.c;
 popd;
 make %{?_smp_mflags};

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

++++++ sanitize_source.sh ++++++
--- /var/tmp/diff_new_pack.DQWDWX/_old  2013-07-04 17:58:30.000000000 +0200
+++ /var/tmp/diff_new_pack.DQWDWX/_new  2013-07-04 17:58:30.000000000 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh -x
 #
-# Shrink the gsoap archive from 18 MB -> 7 MB.
+# Shrink the gsoap archive from 20 MB -> 6 MB.
 #
 # Requires: fdupes, hxtools
 
@@ -13,7 +13,7 @@
        exit 1;
 fi;
 
-version="2.8.14";
+version="2.8.15";
 shortver="2.8"; # agh...
 
 rm -Rf "gsoap-$shortver" "gsoap-$version";
@@ -22,14 +22,16 @@
 # Someone failed at sane version number tagging.
 mv "gsoap-$shortver" "gsoap-$version";
 
-# Remove executables, backups.
+# Remove executables, backups, cache files, non-Linux parts...
 rm -Rf "gsoap-$version/gsoap/bin" \
        "gsoap-$version/samples/link++/xmas" \
        "gsoap-$version"/*.old \
        "gsoap-$version/autom4te.cache";
+find "gsoap-$version" -type d -name "*.pbxindex" -exec rm -Rf "{}" "+"
+rm -Rf "gsoap-$version/gsoap/ios_plugin";
 find "gsoap-$version" -type f "(" \
        -iname "*.exe" -o -iname "*.dll" -o -name "*.o" -o \
-       -name "*~" ")" -delete;
+       -name "*~" -o -name .DS_Store ")" -delete;
 fduphl "gsoap-$version";
 echo Now...
 find "gsoap-$version" -print0 | sort -z | \

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

Reply via email to