Update to 3.0.1

This commit is contained in:
Susant Sahani 2014-01-16 23:34:42 +05:30
parent f4a71f4c9c
commit 84af600146
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/iperf-3.0b4.tar.gz
/iperf-3.0b5.tar.gz
/iperf-3.0.tar.gz
/iperf-3.0.1.tar.gz

View File

@ -1,12 +1,12 @@
Name: iperf3
Version: 3.0
Version: 3.0.1
Release: 1%{?dist}
Summary: Measurement tool for TCP/UDP bandwidth performance
Group: Applications/Internet
License: BSD
URL: http://code.google.com/p/iperf/
Source0: http://stats.es.net/software/iperf-3.0.tar.gz
Source0: http://stats.es.net/software/iperf-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libuuid-devel
@ -16,7 +16,7 @@ various parameters and UDP characteristics. Iperf reports bandwidth, delay
jitter, data-gram loss.
%prep
%setup -q -n iperf
%setup -q -n iperf-%{version}
%build
%configure
@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jan 14 2014 Susant Sahani <ssahani@redhat.com> 3.0.1-1
- Update to 3.0.1
* Fri Oct 25 2013 Steven Roberts <strobert@strobe.net> 3.0-1
- Update to 3.0

View File

@ -1 +1 @@
0513102f3a6c5b3055982d7d00fd1854 iperf-3.0.tar.gz
1bb10c8144460f1b7ce9a4bba55d8dcd iperf-3.0.1.tar.gz