rpms/xprobe2/devel xprobe2-0.3-gcc43.patch, NONE, 1.1 xprobe2.spec, 1.11, 1.12 xprobe2-0.3-stdlib.patch, 1.1, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Feb 9 04:04:25 UTC 2008


Author: lmacken

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

Modified Files:
	xprobe2.spec 
Added Files:
	xprobe2-0.3-gcc43.patch 
Removed Files:
	xprobe2-0.3-stdlib.patch 
Log Message:
Update xprobe2-0.3-gcc43.patch to fix more issues

xprobe2-0.3-gcc43.patch:

--- NEW FILE xprobe2-0.3-gcc43.patch ---
--- libs-external/USI++/src/misc.cc.orig	2008-02-08 22:59:11.000000000 -0500
+++ libs-external/USI++/src/misc.cc	2008-02-08 22:59:52.000000000 -0500
@@ -4,6 +4,7 @@
 #include <unistd.h>
 #include <sys/ioctl.h>
 #include <errno.h>
+#include <cstdlib>
 
 
 namespace usipp {
--- libs-external/USI++/src/ip.cc.orig	2008-02-08 23:00:02.000000000 -0500
+++ libs-external/USI++/src/ip.cc	2008-02-08 23:00:12.000000000 -0500
@@ -18,6 +18,7 @@
 #include <errno.h>
 #include <new>
 #include <vector>
+#include <cstdlib>
 
 namespace usipp {
 


Index: xprobe2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xprobe2/devel/xprobe2.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xprobe2.spec	9 Feb 2008 03:40:57 -0000	1.11
+++ xprobe2.spec	9 Feb 2008 04:03:43 -0000	1.12
@@ -7,7 +7,7 @@
 License:        GPLv2
 URL:            http://www.sys-security.com/index.php?page=xprobe
 Source0:        http://dl.sf.net/xprobe/%{name}-%{version}.tar.gz
-Patch0:         %{name}-%{version}-stdlib.patch
+Patch0:         %{name}-%{version}-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libpcap-devel


--- xprobe2-0.3-stdlib.patch DELETED ---




More information about the fedora-extras-commits mailing list