Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2012-09-04 12:51:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsoap (Old)
 and      /work/SRC/openSUSE:Factory/.gsoap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsoap", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes      2012-03-12 
20:13:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2012-09-04 
12:51:21.000000000 +0200
@@ -1,0 +2,24 @@
+Tue Sep  4 03:58:01 UTC 2012 - [email protected]
+
+- Update to new upstream release 2.8.9
+* Added examples to interoperate with WCF basicHttp,
+  basicTransportSecurity, basicMessageSecurity, and wsDualHttp.
+* Added soapcpp2 option -A for service dispatching based on Action
+  values only.
+* Added wsdl2h option -z3.
+* Added wsse support for WS-SecureConversation.
+* Added wsrm5 WS-ReliableMessaging 1.0 2005.
+* Added iOS plugin with examples.
+* Improved WS-Policy analysis and reporting.
+* Fixed and improved wsse plugin for WS-Security interoperability
+  with WCF and other implementations (required a small API change).
+* Fixed HTTP headers for NTLM.
+* Fixed httpda plugin OpenSSL init crash in md5evp.c.
+- Update to new upstream release 2.8.10
+* Added soapcpp2 -Q option (C++ namespaces).
+* Added wsdl2h -b option (bi-directional operations for duplex
+  services).
+* Updated WS-Addressing and WS-ReliableMessaging plugins,
+  documentation, and examples.
+
+-------------------------------------------------------------------

Old:
----
  gsoap-2.8.7.tar.xz

New:
----
  gsoap-2.8.10.tar.xz

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

Other differences:
------------------
++++++ gsoap.spec ++++++
--- /var/tmp/diff_new_pack.QFx5sg/_old  2012-09-04 12:51:23.000000000 +0200
+++ /var/tmp/diff_new_pack.QFx5sg/_new  2012-09-04 12:51:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gsoap
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,15 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:          gsoap
 %define lname  libgsoap-2_8-0
 Summary:       Toolkit for C/C++ server and client web service applications
-Version:       2.8.7
-Release:       0
-Group:         Development/Libraries/C and C++
-URL:           http://gsoap2.sf.net/
 License:       SUSE-GPL-2.0+-with-openssl-exception
+Group:          Development/Libraries/C and C++
+Version:        2.8.10
+Release:        0
+Url:            http://gsoap2.sf.net/
 
+#DL-URL:       http://downloads.sf.net/gsoap2/gsoap_2.8.10.zip
 Source:                gsoap-%version.tar.xz
 Source2:       sanitize_source.sh
 Patch1:                gsoap-01-sharedlibs.diff
@@ -31,17 +33,29 @@
 Patch3:                gsoap-03-initext.diff
 Patch4:                gsoap-04-strerror.diff
 Patch5:                gsoap-05-ipv6.diff
-BuildRoot:     %_tmppath/%name-%version-build
-BuildRequires: autoconf, automake, libtool
-BuildRequires: bison, fdupes flex, gcc-c++, pkgconfig
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 %if 0%{?suse_version} >= 1130
-BuildRequires: pkgconfig(gnutls), pkgconfig(libcrypto), pkgconfig(libssl)
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(libcrypto)
+BuildRequires:  pkgconfig(libssl)
 %endif
 %if 0%{?suse_version} > 0 && 0%{?suse_version} < 1130
-BuildRequires: libgnutls-devel, libopenssl-devel
+BuildRequires:  libgnutls-devel
+BuildRequires:  libopenssl-devel
+%endif
+%if 0%{?suse_version}
+BuildRequires:  fdupes
 %endif
 %if 0%{?fedora_version} > 0
-BuildRequires: gnutls-devel, openssl-devel
+BuildRequires:  gnutls-devel
+BuildRequires:  openssl-devel
 %endif
 %if 0%{?suse_version} >= 1140
 BuildRequires: pkgconfig(zlib)
@@ -113,7 +127,9 @@
 b="%buildroot";
 make install DESTDIR="$b";
 rm -f "$b/%_libdir"/*.la;
+%if 0%{?fdupes:1}
 %fdupes %buildroot
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 

++++++ sanitize_source.sh ++++++
--- /var/tmp/diff_new_pack.QFx5sg/_old  2012-09-04 12:51:23.000000000 +0200
+++ /var/tmp/diff_new_pack.QFx5sg/_new  2012-09-04 12:51:23.000000000 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh -x
 #
-# Shrink the gsoap archive from 11 MB -> 3 MB.
+# Shrink the gsoap archive from 18 MB -> 7 MB.
 #
 # Requires: fdupes hxtools
 
@@ -13,7 +13,7 @@
        exit 1;
 fi;
 
-version="2.8.7";
+version="2.8.10";
 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