rpms/flow-tools/FC-6 flow-tools-0.68-getopt.patch, NONE, 1.1 flow-tools.spec, 1.11, 1.12

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


Author: stingray

Update of /cvs/extras/rpms/flow-tools/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22622/FC-6

Modified Files:
	flow-tools.spec 
Added Files:
	flow-tools-0.68-getopt.patch 
Log Message:
flow-tools 0.68-16


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/FC-6/flow-tools.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- flow-tools.spec	23 Nov 2006 05:57:42 -0000	1.11
+++ flow-tools.spec	25 Mar 2007 09:21:18 -0000	1.12
@@ -1,7 +1,7 @@
 Version: 0.68
 Name: flow-tools
 Summary: Tool set for working with NetFlow data
-Release: 12%{?dist}
+Release: 16%{?dist}
 Group: Applications/System
 License: BSD 
 URL: http://www.splintered.net/sw/flow-tools/
@@ -15,6 +15,9 @@
 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
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel mysql-devel postgresql-devel autoconf automake libtool zlib-devel bison flex tcp_wrappers
@@ -56,6 +59,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 autoreconf -f -i -s
@@ -94,6 +98,18 @@
 %{_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
+
+* Fri Dec 15 2006 Paul P. Komkoff Jr <i at stingr.net>
+- rebuilt
+
+* Thu Dec 14 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.68-13
+- Rebuild for new Postgres
+
 * Thu Nov 16 2006 Paul P Komkoff Jr <i at stingr.net> - 0.68-12
 - Fix flow report 72 (by reaper at surnet.ru) bz#212928
 




More information about the scm-commits mailing list