rpms/ttcp/devel ttcp-inet.patch,NONE,1.1 ttcp.spec,1.17,1.18

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Tue Feb 12 08:25:08 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/ttcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24686

Modified Files:
	ttcp.spec 
Added Files:
	ttcp-inet.patch 
Log Message:
Rebuild for mass rebuild.


ttcp-inet.patch:

--- NEW FILE ttcp-inet.patch ---
diff -up ttcp-1.12/ttcp.c.gcc43 ttcp-1.12/ttcp.c
--- ttcp-1.12/ttcp.c.gcc43	2008-02-12 08:53:13.000000000 +0100
+++ ttcp-1.12/ttcp.c	2008-02-12 08:58:16.000000000 +0100
@@ -78,7 +78,8 @@ static char * useRCSid = ( RCSid + ( (ch
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
-#include <arpa/inet.h>
+/*#include <arpa/inet.h> */
+#include <netdb.h>
 
 #include <ctype.h>
 #include <errno.h>


Index: ttcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ttcp/devel/ttcp.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ttcp.spec	24 Aug 2007 10:04:58 -0000	1.17
+++ ttcp.spec	12 Feb 2008 08:24:23 -0000	1.18
@@ -1,13 +1,14 @@
 Summary: A tool for testing TCP connections
 Name: ttcp
 Version: 1.12
-Release: 16%{?dist}
+Release: 17%{?dist}
 URL:	ftp://ftp.sgi.com/sgi/src/ttcp/
 Source0: ftp://ftp.sgi.com/sgi/src/ttcp/ttcp.c
 Source1: ftp://ftp.sgi.com/sgi/src/ttcp/ttcp.1
 Source2: ftp://ftp.sgi.com/sgi/src/ttcp/README
 Patch0: ttcp-big.patch
 Patch1: ttcp-malloc.patch
+Patch2: ttcp-inet.patch
 Group: Applications/Internet
 License: Public Domain
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -23,6 +24,7 @@
 cp %{SOURCE0} %{SOURCE1} %{SOURCE2} .
 %patch0 -p1 -b .big
 %patch1 -p1 -b .malloc
+%patch2 -p1 -b .inet
 chmod 644 *
 
 %build
@@ -44,6 +46,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Tue Feb 12 2008 Marcela Maslanova <mmaslano at redhat.com> - 1.12-17
+- fix for mass rebuild F-9 alpha
+
 * Fri Aug 24 2007 Marcela Maslanova <mmaslano at redhat.com> - 1.12-16
 - check license, mass rebuild
 




More information about the fedora-extras-commits mailing list