From f290405cf83588928f2d8deadb35ebce7ac70083 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Mar 12 2014 17:28:37 +0000 Subject: Update to 3.0.2 --- diff --git a/iperf3.spec b/iperf3.spec index 33c1308..b0f31fe 100644 --- a/iperf3.spec +++ b/iperf3.spec @@ -1,11 +1,11 @@ Name: iperf3 -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} Summary: Measurement tool for TCP/UDP bandwidth performance Group: Applications/Internet License: BSD -URL: http://code.google.com/p/iperf/ +URL: http://github.com/esnet/iperf Source0: http://stats.es.net/software/iperf-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: libuuid-devel @@ -34,13 +34,20 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS README LICENSE INSTALL RELEASE_NOTES TODO +%doc AUTHORS README.md LICENSE INSTALL RELEASE_NOTES TODO %{_mandir}/man1/iperf3.1.gz %{_mandir}/man3/libiperf.3.gz %{_bindir}/iperf3 +%{_libdir}/libiperf.la +%{_libdir}/libiperf.so +%{_libdir}/libiperf.so.0 +%{_libdir}/libiperf.so.0.0.0 %changelog +* Tue Mar 11 2014 Susant Sahani 3.0.2-1 +- Update to 3.0.2 + * Tue Jan 14 2014 Susant Sahani 3.0.1-1 - Update to 3.0.1