OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Jan-2008 19:30:16
Branch: HEAD Handle: 2008012818301500
Modified files:
openpkg-src/gsoap gsoap.patch gsoap.spec
Log:
upgrading package: gsoap 2.7.9l -> 2.7.10
Summary:
Revision Changes Path
1.2 +12 -24 openpkg-src/gsoap/gsoap.patch
1.40 +2 -2 openpkg-src/gsoap/gsoap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gsoap/gsoap.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 gsoap.patch
--- openpkg-src/gsoap/gsoap.patch 4 Dec 2006 19:27:31 -0000 1.1
+++ openpkg-src/gsoap/gsoap.patch 28 Jan 2008 18:30:15 -0000 1.2
@@ -1,24 +1,12 @@
-Index: soapcpp2/stdsoap2.c
---- soapcpp2/stdsoap2.c.orig 2006-11-20 03:56:24 +0100
-+++ soapcpp2/stdsoap2.c 2006-12-04 20:22:19 +0100
-@@ -3334,7 +3334,7 @@
- { host = NULL;
- soap->errnum = h_errno;
- }
--#elif defined(HAVE_GETHOSTBYNAME_R)
-+#elif defined(HAVE_GETHOSTBYNAME_R) && !defined(__FreeBSD__)
- host = gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN,
&soap->errnum);
- #elif defined(VXWORKS)
- /* If the DNS resolver library resolvLib has been configured in the
vxWorks
-Index: soapcpp2/stdsoap2.cpp
---- soapcpp2/stdsoap2.cpp.orig 2006-11-20 03:56:24 +0100
-+++ soapcpp2/stdsoap2.cpp 2006-12-04 20:22:44 +0100
-@@ -3334,7 +3334,7 @@
- { host = NULL;
- soap->errnum = h_errno;
- }
--#elif defined(HAVE_GETHOSTBYNAME_R)
-+#elif defined(HAVE_GETHOSTBYNAME_R) && !defined(__FreeBSD__)
- host = gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN,
&soap->errnum);
- #elif defined(VXWORKS)
- /* If the DNS resolver library resolvLib has been configured in the
vxWorks
+Index: gsoap/stdsoap2.h
+--- gsoap/stdsoap2.h.orig 2008-01-27 22:02:36 +0100
++++ gsoap/stdsoap2.h 2008-01-28 19:20:19 +0100
+@@ -465,7 +465,7 @@
+ # endif
+ #endif
+
+-#if defined(HAVE_XLOCALE_H) || defined(HAVE_STRTOD_L) ||
defined(HAVE_STRTOF_L) || defined(HAVE_SSCANF_L) || defined(HAVE_SPRINTF_L)
++#if defined(HAVE_XLOCALE_H)
+ # include <xlocale.h>
+ #endif
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gsoap/gsoap.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 gsoap.spec
--- openpkg-src/gsoap/gsoap.spec 1 Jan 2008 14:55:08 -0000 1.39
+++ openpkg-src/gsoap/gsoap.spec 28 Jan 2008 18:30:15 -0000 1.40
@@ -22,7 +22,7 @@
##
# package version
-%define V_dist 2.7.9l
+%define V_dist 2.7.10
%define V_subdir 2.7
# package information
@@ -36,7 +36,7 @@
Group: RPC
License: gSOAP and GPL
Version: %{V_dist}
-Release: 20080101
+Release: 20080128
# list of sources
Source0: http://switch.dl.sourceforge.net/gsoap2/gsoap_%{V_dist}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]