rpms/iftop/F-12 iftop.spec,1.20,1.21

Robert Scheck robert at fedoraproject.org
Fri Jul 9 22:18:52 UTC 2010


Author: robert

Update of /cvs/pkgs/rpms/iftop/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15141/F-12

Modified Files:
	iftop.spec 
Log Message:
- Corrected the wrong synopsis for -F/-N parameter (#601087 #c3)
- Added patch to avoid pointer with free(ed) memory (#601087 #c2)



Index: iftop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iftop/F-12/iftop.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- iftop.spec	1 Apr 2010 13:26:52 -0000	1.20
+++ iftop.spec	9 Jul 2010 22:18:52 -0000	1.21
@@ -1,7 +1,7 @@
 Summary:	Command line tool that displays bandwidth usage on an interface
 Name:		iftop
 Version:	0.17
-Release:	10%{?dist}
+Release:	11%{?dist}
 License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://www.ex-parrot.com/~pdw/%{name}/
@@ -9,6 +9,8 @@ Source:		http://www.ex-parrot.com/~pdw/%
 Patch0:		iftop-0.17-bandwidth.patch
 Patch1:		iftop-0.17-man-typos.patch
 Patch2:		iftop-0.17-ncursesw.patch
+Patch3:		iftop-0.17-fixtree.patch
+Patch4:		iftop-0.17-synopsis.patch
 BuildRequires:	ncurses-devel, %{_includedir}/pcap.h, autoconf, automake
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -23,6 +25,8 @@ so slow?".
 %patch0 -p1 -b .bandwidth
 %patch1 -p1 -b .man-typos
 %patch2 -p1 -b .ncursesw
+%patch3 -p1 -b .fixtree
+%patch4 -p1 -b .synopsis
 autoreconf -f
 
 %build
@@ -43,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/%{name}.*
 
 %changelog
+* Sat Jul 10 2010 Robert Scheck <robert at fedoraproject.org> 0.17-11
+- Corrected the wrong synopsis for -F/-N parameter (#601087 #c3)
+- Added patch to avoid pointer with free(ed) memory (#601087 #c2)
+
 * Thu Apr 01 2010 Robert Scheck <robert at fedoraproject.org> 0.17-10
 - Link against ncursesw for lines with UTF-8 and PuTTY (#546032)
 



More information about the scm-commits mailing list