Accepting request 241760 from network:utilities

New upstream release 3.0.5

OBS-URL: https://build.opensuse.org/request/show/241760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2014-07-21 19:40:31 +00:00 committed by Git OBS Bridge
commit 0e88fb16a3
6 changed files with 30 additions and 18 deletions

View File

@ -1,13 +0,0 @@
diff -Ppru iperf-3.0.2.orig/src/Makefile.in iperf-3.0.2.profiling/src/Makefile.in
--- iperf-3.0.2.orig/src/Makefile.in 2014-03-10 17:58:44.000000000 +0100
+++ iperf-3.0.2.profiling/src/Makefile.in 2014-03-25 15:48:06.839472983 +0100
@@ -37,8 +37,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = iperf3$(EXEEXT)
-noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \
- iperf3_profile$(EXEEXT)
+noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
subdir = src
DIST_COMMON = $(dist_man_MANS) $(include_HEADERS) \

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7000eb69c31986a8ffd6665af6b0206b44d89e507219de55c667a991c75b223f
size 353436

3
iperf-3.0.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb81c724709dbb28462da14bdf9f443e8f38bfc4e3297142b2e4c35beef54f7d
size 397848

View File

@ -0,0 +1,13 @@
diff -urw iperf-3.0.5.orig/src/Makefile.in iperf-3.0.5/src/Makefile.in
--- iperf-3.0.5.orig/src/Makefile.in 2014-06-16 19:18:49.000000000 +0200
+++ iperf-3.0.5/src/Makefile.in 2014-07-17 22:23:07.366702888 +0200
@@ -81,8 +81,7 @@
build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = iperf3$(EXEEXT)
-noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \
- iperf3_profile$(EXEEXT)
+noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
subdir = src
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 17 20:12:49 UTC 2014 - msvec@suse.com
- iperf 3.0.5
* A timing issue which caused measurement intervals to be wrong
with TCP tests on lossy networks has been fixed
* It is now possible to get (most of) the server-side output at
the client by using the --get-server-output flag
* A number of bugs with --json output have been fixed
- rebased iperf-3.0.2_disable-profiling.patch on 3.0.5 code
(now is iperf-3.0.5_disable-profiling.patch)
-------------------------------------------------------------------
Wed Mar 26 19:30:51 UTC 2014 - andreas.stieger@gmx.de

View File

@ -18,7 +18,7 @@
%define soname 0
Name: iperf
Version: 3.0.3
Version: 3.0.5
Release: 0
Summary: A tool to measure network performance
License: BSD-3-Clause
@ -26,7 +26,7 @@ Group: Productivity/Networking/Diagnostic
Url: https://github.com/esnet/iperf
Source: https://github.com/esnet/iperf/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE -- Disable profiling on i586, as option -pg conflicts with -fomit-frame-pointer
Patch1: iperf-3.0.2_disable-profiling.patch
Patch1: iperf-3.0.5_disable-profiling.patch
%if %{?sles_version} && %{?sles_version} <= 11
BuildRequires: libuuid-devel
%else