rpms/flow-tools/devel flow-tools-0.68-getopt.patch, NONE, 1.1 flow-tools.spec, 1.14, 1.15

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Sun Mar 25 08:21:35 UTC 2007


Author: stingray

Update of /cvs/extras/rpms/flow-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29614

Modified Files:
	flow-tools.spec 
Added Files:
	flow-tools-0.68-getopt.patch 
Log Message:
getopt() is now in unistd.h

flow-tools-0.68-getopt.patch:

--- NEW FILE flow-tools-0.68-getopt.patch ---
diff -urN flow-tools-0.68/src/flow-header.c flow-tools-0.68.s/src/flow-header.c
--- flow-tools-0.68/src/flow-header.c	2003-04-02 22:03:02.000000000 +0400
+++ flow-tools-0.68.s/src/flow-header.c	2007-03-24 23:35:30.000000000 +0300
@@ -32,6 +32,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 void usage(void);
 


Index: flow-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/flow-tools/devel/flow-tools.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- flow-tools.spec	18 Mar 2007 11:49:50 -0000	1.14
+++ flow-tools.spec	25 Mar 2007 08:21:00 -0000	1.15
@@ -1,7 +1,7 @@
 Version: 0.68
 Name: flow-tools
 Summary: Tool set for working with NetFlow data
-Release: 15%{?dist}
+Release: 16%{?dist}
 Group: Applications/System
 License: BSD 
 URL: http://www.splintered.net/sw/flow-tools/
@@ -15,6 +15,7 @@
 Patch7: flow-tools-0.68-0007-Add-extra-debugging-to-ftpdu_verify.patch
 Patch8: flow-tools-0.68-0008-Fix-unitialized-variable-in-flow-export.c.patch
 Patch9: flow-tools-0.68.rpt72.patch
+Patch10: flow-tools-0.68-getopt.patch
 
 Requires: rrdtool-python
 
@@ -58,6 +59,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 autoreconf -f -i -s
@@ -96,6 +98,9 @@
 %{_includedir}/*.h
 
 %changelog
+* Sun Mar 25 2007 Paul P Komkoff Jr <i at stingr.net> - 0.68-16
+- getopt() is now in unistd.h
+
 * Sun Mar 18 2007 Paul P Komkoff Jr <i at stingr.net> - 0.68-15
 - Add runtime dependency for python-rrdtool
 




More information about the fedora-extras-commits mailing list