rpms/iperf/EL-5 iperf.spec,1.4,1.5

Gabriel L. Somlo (somlo) fedora-extras-commits at redhat.com
Mon Dec 10 20:44:58 UTC 2007


Author: somlo

Update of /cvs/pkgs/rpms/iperf/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30526

Modified Files:
	iperf.spec 
Log Message:
sync up with state of EL-4, F-7 and up...



Index: iperf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iperf/EL-5/iperf.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iperf.spec	29 Jan 2007 18:10:47 -0000	1.4
+++ iperf.spec	10 Dec 2007 20:44:25 -0000	1.5
@@ -1,12 +1,13 @@
 Name: iperf
 Version: 2.0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Measurement tool for TCP/UDP bandwidth performance
 License: BSD
 Group: Applications/Internet
 URL: http://dast.nlanr.net/Projects/Iperf/
 Source: http://dast.nlanr.net/Projects/Iperf2.0/%{name}-%{version}.tar.gz
-Patch: iperf-2.0.2-debug.patch
+Patch0: iperf-2.0.2-debug.patch
+Patch1: iperf-2.0.2-usleep.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -17,6 +18,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure
@@ -35,6 +37,9 @@
 %{_bindir}/iperf
 
 %changelog
+* Sat Oct 27 2007 Gabriel Somlo <somlo at cmu.edu> 2.0.2-4
+- replace usleep with sched_yield to avoid hogging CPU (bugzilla #355211)
+
 * Mon Jan 29 2007 Gabriel Somlo <somlo at cmu.edu> 2.0.2-3
 - patch to prevent removal of debug info by ville.sxytta(at)iki.fi
 




More information about the fedora-extras-commits mailing list