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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Feb 9 03:41:33 UTC 2008


Author: lmacken

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

Modified Files:
	xprobe2.spec 
Added Files:
	xprobe2-0.3-stdlib.patch 
Log Message:
Add a trivial patch to fix a compilation error

xprobe2-0.3-stdlib.patch:

--- NEW FILE xprobe2-0.3-stdlib.patch ---
--- libs-external/USI++/src/misc.cc.orig	2008-02-08 22:32:59.000000000 -0500
+++ libs-external/USI++/src/misc.cc	2008-02-08 22:33:08.000000000 -0500
@@ -4,6 +4,7 @@
 #include <unistd.h>
 #include <sys/ioctl.h>
 #include <errno.h>
+#include <stdlib.h>
 
 
 namespace usipp {


Index: xprobe2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xprobe2/devel/xprobe2.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xprobe2.spec	9 Feb 2008 02:23:50 -0000	1.10
+++ xprobe2.spec	9 Feb 2008 03:40:57 -0000	1.11
@@ -1,12 +1,13 @@
 Name:           xprobe2
 Version:        0.3
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Xprobe2 is an active operating system fingerprinting tool
 
 Group:          Applications/Internet
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libpcap-devel
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0
 chmod 644 docs/* COPYING TODO
 sed -i -e 's/^\s*strip\s*//' src/Makefile.in
 
@@ -56,6 +58,9 @@
 
 
 %changelog
+* Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> 0.3-11
+- Add a trivial patch to fix a compilation error
+
 * Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> 0.3-10
 - Rebuild for gcc 4.3
 




More information about the fedora-extras-commits mailing list