Update to 3.0.5

This commit is contained in:
Susant Sahani 2014-06-19 09:52:43 +05:30
parent c0885cc1cb
commit 76942ba5ff

View File

@ -1,13 +1,12 @@
Name: iperf3
Version: 3.0.3
Release: 5%{?dist}
Version: 3.0.5
Release: 1%{?dist}
Summary: Measurement tool for TCP/UDP bandwidth performance
Group: Applications/Internet
License: BSD
URL: http://github.com/esnet/iperf
Source0: http://stats.es.net/software/iperf-%{version}.tar.gz
Patch0: fix-compilation-open-argument.patch
Source0: http://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libuuid-devel
@ -27,7 +26,6 @@ developing applications that use %{name}.
%prep
%setup -q -n iperf-%{version}
%patch0 -p1
%build
%configure --disable-static
@ -59,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so
%changelog
* Thu Jun 19 2014 Susant Sahani <ssahani@redhat.com> 3.0.5-1
- Update to 3.0.5
* Tue Jun 10 2014 Susant Sahani <ssahani@redhat.com> - 3.0.3-5
- fix compilation BZ #1106803