Accepting request 241393 from home:msvec:branches:network:utilities
iperf 3.0.5 OBS-URL: https://build.opensuse.org/request/show/241393 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=16
This commit is contained in:
parent
eca9feaa4c
commit
4ed1e6a69b
@ -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) \
|
|
@ -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
3
iperf-3.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1e1989985b17a4c03b0fa207004ad164b137e37ab0682fecbf5e93bcaa920a6
|
||||||
|
size 395936
|
13
iperf-3.0.5_disable-profiling.patch
Normal file
13
iperf-3.0.5_disable-profiling.patch
Normal 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 \
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 26 19:30:51 UTC 2014 - andreas.stieger@gmx.de
|
Wed Mar 26 19:30:51 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 0
|
%define soname 0
|
||||||
Name: iperf
|
Name: iperf
|
||||||
Version: 3.0.3
|
Version: 3.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool to measure network performance
|
Summary: A tool to measure network performance
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -26,7 +26,7 @@ Group: Productivity/Networking/Diagnostic
|
|||||||
Url: https://github.com/esnet/iperf
|
Url: https://github.com/esnet/iperf
|
||||||
Source: https://github.com/esnet/iperf/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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
|
# 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
|
%if %{?sles_version} && %{?sles_version} <= 11
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user