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