[iperf3/el5] Update to 3.0.2

Susant Sahani ssahani at fedoraproject.org
Thu Mar 13 07:38:59 UTC 2014


commit 9d032f0614b3eac8b89fcc99174cd22dc523cd68
Author: Susant Sahani <susant at redhat.com>
Date:   Thu Mar 13 13:10:03 2014 +0530

    Update to 3.0.2

 .gitignore  |    1 +
 iperf3.spec |   15 ++++++++++-----
 sources     |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe236fe..7b4a561 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /iperf-3.0b5.tar.gz
 /iperf-3.0.tar.gz
 /iperf-3.0.1.tar.gz
+/iperf-3.0.2.tar.gz
diff --git a/iperf3.spec b/iperf3.spec
index ecb4cda..bb1e616 100644
--- a/iperf3.spec
+++ b/iperf3.spec
@@ -1,13 +1,12 @@
 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
-Patch0: tcp-congestion-compilation-fix.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: e2fsprogs-devel
 
@@ -18,7 +17,6 @@ jitter, data-gram loss.
 
 %prep
 %setup -q -n iperf-%{version}
-%patch0 -p1
 
 %build
 %configure
@@ -36,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 <ssahani at redhat.com> 3.0.2-1
+- Update to 3.0.2
+
 * Tue Jan 14 2014 Susant Sahani <ssahani at redhat.com> 3.0.1-1
 - Update to 3.0.1 and fix compilation for el5
 
diff --git a/sources b/sources
index 2c7c58d..a054660 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1bb10c8144460f1b7ce9a4bba55d8dcd  iperf-3.0.1.tar.gz
+2b6ec1d5370fcc91349894c389d68fc3  iperf-3.0.2.tar.gz


More information about the scm-commits mailing list