rpms/kismet/devel kismet.spec,1.7,1.8

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Feb 4 00:15:03 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/kismet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8917

Modified Files:
	kismet.spec 
Log Message:
added some old patches



Index: kismet.spec
===================================================================
RCS file: /cvs/extras/rpms/kismet/devel/kismet.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kismet.spec	3 Feb 2007 23:16:17 -0000	1.7
+++ kismet.spec	4 Feb 2007 00:14:31 -0000	1.8
@@ -20,7 +20,7 @@
 Summary:	WLAN detector, sniffer and IDS
 Name:		kismet
 Version:	%_rpmversion
-Release:	%release_func 5
+Release:	%release_func 6
 License:	GPL
 Group:		Applications/Internet
 URL:		http://www.kismetwireless.net/
@@ -31,6 +31,8 @@
 Patch0:		kismet-2005-08-R1-jobcontrol.patch
 Patch7:		kismet-2006-04-R1-ssize.patch
 Patch8:		kismet-2007-01-R1-setgroups.patch
+Patch9:		kismet-2007-01-R1-printf.patch
+Patch10:	kismet-2007-01-R1-cast.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 BuildRequires:		expat-devel ncurses-devel diffutils
 BuildRequires:		gmp-devel wget libpcap-devel
@@ -76,9 +78,11 @@
 
 %prep
 %setup -q -n %name-%_version
-%patch0 -p1 -b .jobcontrol
-%patch7 -p1 -b .ssize
-%patch8 -p1 -b .setgroups
+%patch0  -p1 -b .jobcontrol
+%patch7  -p1 -b .ssize
+%patch8  -p1 -b .setgroups
+%patch9  -p1 -b .printf
+%patch10 -p1 -b .cast
 
 sed -e 's!/var/log/kismet!%logdir!g' %SOURCE10 >tmpwatch.kismet
 touch --reference=%SOURCE10 tmpwatch.kismet || :	# keep timestamp
@@ -154,9 +158,10 @@
 
 
 %changelog
-* Sat Feb  3 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.0.2007.01.R1b-5
+* Sat Feb  3 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.0.2007.01.R1b-6
 - updated to 2007-01-R1b
-- removed most patches which were applied upstream
+- removed most patches which were applied upstream; rediffed remaining
+  ones
 - added -setgroups patch
 - added libpcap-devel BR; removed the glib-devel + bzip2-devel one
 - build with '-Wl,--as-needed'




More information about the scm-commits mailing list