From 6838a9505cd0c2252b3de2d7a87f502011958afb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 4 May 2013 13:17:29 -0600 Subject: [PATCH] Update to 3.0b5 --- .gitignore | 1 + iperf3.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d87c952..260e4c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /iperf-3.0b4.tar.gz +/iperf-3.0b5.tar.gz diff --git a/iperf3.spec b/iperf3.spec index 39b8226..14594d6 100644 --- a/iperf3.spec +++ b/iperf3.spec @@ -1,12 +1,12 @@ Name: iperf3 Version: 3.0 -Release: 0.3.b4%{?dist} +Release: 0.4.b5%{?dist} Summary: Measurement tool for TCP/UDP bandwidth performance Group: Applications/Internet License: BSD URL: http://code.google.com/p/iperf/ -Source0: http://iperf.googlecode.com/files/iperf-3.0b4.tar.gz +Source0: http://iperf.googlecode.com/files/iperf-3.0b5.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-%{version}b4 +%setup -q -n iperf-%{version}b5 %build @@ -27,7 +27,6 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT %makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}" mkdir -p %{buildroot}%{_mandir}/man1 -mv %{buildroot}%{_mandir}/man1/iperf.1 %{buildroot}%{_mandir}/man1/iperf3.1 rm %{buildroot}/usr/include/iperf_*.h rm %{buildroot}%{_libdir}/libiperf.a @@ -38,10 +37,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc AUTHORS README LICENSE INSTALL RELEASE_NOTES TODO %{_mandir}/man1/iperf3.1.gz +%{_mandir}/man3/libiperf.3.gz %{_bindir}/iperf3 %changelog +* Sat May 04 2013 Kevin Fenzi 3.0-0.4.b5 +- Update to 3.0b5 + * Thu Feb 14 2013 Fedora Release Engineering - 3.0-0.3.b4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 6b5cba3..d8a700c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fde024a200b064b54accd1959f7e642e iperf-3.0b4.tar.gz +ec298b52840062db19f5912dfc7dce52 iperf-3.0b5.tar.gz