diff --git a/iperf3.spec b/iperf3.spec index 907bff5..969676f 100644 --- a/iperf3.spec +++ b/iperf3.spec @@ -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 3.0.5-1 +- Update to 3.0.5 + * Tue Jun 10 2014 Susant Sahani - 3.0.3-5 - fix compilation BZ #1106803