rpms/gsoap/F-8 gsoap.spec, 1.9, 1.10 tru64_hp_ux_c-2.7.10.patch, 1.1, 1.2 tru64_hp_ux_cpp-2.7.10.patch, 1.1, 1.2

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Thu Feb 21 21:55:53 UTC 2008


Author: matt

Update of /cvs/pkgs/rpms/gsoap/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28749

Modified Files:
	gsoap.spec tru64_hp_ux_c-2.7.10.patch 
	tru64_hp_ux_cpp-2.7.10.patch 
Log Message:
removed tru64_hp_ux patches, they've been accepted upstream and are present in the upd patch


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/F-8/gsoap.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gsoap.spec	21 Feb 2008 21:24:41 -0000	1.9
+++ gsoap.spec	21 Feb 2008 21:55:19 -0000	1.10
@@ -8,10 +8,8 @@
 Source0: http://downloads.sourceforge.net/gsoap2/gsoap_2.7.10.tar.gz
 Patch0: datadir_importpath-2.7.10.patch
 Patch1: use_libtool-2.7.10.patch
-Patch2: tru64_hp_ux_cpp-2.7.10.patch
-Patch3: tru64_hp_ux_c-2.7.10.patch
-Patch4: install_soapcpp2_wsdl2h_aux-2.7.10.patch
-Patch5: 2.7.10-upd.patch
+Patch2: install_soapcpp2_wsdl2h_aux-2.7.10.patch
+Patch3: 2.7.10-upd.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: flex
@@ -53,19 +51,14 @@
 # enable use of libtool in configure.in and a few Makefile.am files
 %patch1 -p1
 
-# update stdsoap2.c/pp to better identify the need for hostent_data
-# and h_errno
-%patch2 -p1
-%patch3 -p1
-
 # update gsoap/Makefile.am so that it installs gsoap/import,
 # gsoap/plugin, gsoap/WS, gsoap/custom and gsoap/extras into
 # ${prefix}/share/gsoap
-%patch4 -p1
+%patch2 -p1
 
 # patch from upstream that fixes glibc C locale issues, hp-ux errno
 # definition, and xsd_dateTime timezone processing for WS-I
-%patch5 -p1
+%patch3 -p1
 
 # a number of ~ files are distribute, but we do not want them
 find . -name "*~" -exec rm {} \;
@@ -263,6 +256,8 @@
 - Applied upd patch from upstream. It fixes glibc C locale issues,
   hp-ux h_errno definition, and xsd:dateTime timezone processing for
   WS-I
+- Removed tru64_hp_ux patches, they are present in upstream's upd
+  patch
 
 * Mon Feb 18 2008  <mfarrellee at redhat> - 2.7.10-2
 - Removed --disable-namespaces from configure, result is code compiled

tru64_hp_ux_c-2.7.10.patch:

Index: tru64_hp_ux_c-2.7.10.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/F-8/tru64_hp_ux_c-2.7.10.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tru64_hp_ux_c-2.7.10.patch	8 Feb 2008 16:58:45 -0000	1.1
+++ tru64_hp_ux_c-2.7.10.patch	21 Feb 2008 21:55:19 -0000	1.2
@@ -18,14 +18,3 @@
    memset((void*)&ht_data, 0, sizeof(ht_data));
    if (gethostbyname_r(addr, &hostent, &ht_data) < 0)
    { host = NULL;
-@@ -3463,6 +3463,10 @@ tcp_gethost(struct soap *soap, const cha
- #endif
- 
- /******************************************************************************/
-+#if defined(HP_UX) && defined(HAVE_GETHOSTBYNAME_R)
-+extern int h_errno;
-+#endif
-+
- #ifndef WITH_NOIO
- #ifndef PALM_1
- static SOAP_SOCKET

tru64_hp_ux_cpp-2.7.10.patch:

Index: tru64_hp_ux_cpp-2.7.10.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/F-8/tru64_hp_ux_cpp-2.7.10.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tru64_hp_ux_cpp-2.7.10.patch	8 Feb 2008 16:58:45 -0000	1.1
+++ tru64_hp_ux_cpp-2.7.10.patch	21 Feb 2008 21:55:19 -0000	1.2
@@ -18,14 +18,3 @@
    memset((void*)&ht_data, 0, sizeof(ht_data));
    if (gethostbyname_r(addr, &hostent, &ht_data) < 0)
    { host = NULL;
-@@ -3463,6 +3463,10 @@ tcp_gethost(struct soap *soap, const cha
- #endif
- 
- /******************************************************************************/
-+#if defined(HP_UX) && defined(HAVE_GETHOSTBYNAME_R)
-+extern int h_errno;
-+#endif
-+
- #ifndef WITH_NOIO
- #ifndef PALM_1
- static SOAP_SOCKET




More information about the fedora-extras-commits mailing list