Accepting request 294613 from home:aeneas_jaissle:branches:network:utilities

New upstream release 3.0.11

OBS-URL: https://build.opensuse.org/request/show/294613
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=26
This commit is contained in:
Aeneas Jaißle 2015-04-05 21:48:06 +00:00 committed by Git OBS Bridge
parent 4e82c0bf28
commit fb539801f6
4 changed files with 13 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Apr 5 21:17:52 UTC 2015 - aj@ajaissle.de
- iperf 3.0.11
* This maintenance release adds a -1 flag to make the iperf3
execute a single test and exit, needed for an upcoming bwctl
release. A few other bugs are also fixed.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 8 12:57:18 UTC 2015 - seife+obs@b1-systems.com Thu Jan 8 12:57:18 UTC 2015 - seife+obs@b1-systems.com
@ -5,7 +13,6 @@ Thu Jan 8 12:57:18 UTC 2015 - seife+obs@b1-systems.com
* UDP tests now honor the -w option for setting the socket buffer * UDP tests now honor the -w option for setting the socket buffer
sizes (issue #219). sizes (issue #219).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 26 16:14:38 UTC 2014 - schwab@linux-m68k.org Fri Dec 26 16:14:38 UTC 2014 - schwab@linux-m68k.org

View File

@ -18,14 +18,14 @@
%define soname 0 %define soname 0
Name: iperf Name: iperf
Version: 3.0.10 Version: 3.0.11
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
Group: Productivity/Networking/Diagnostic Group: Productivity/Networking/Diagnostic
Url: http://software.es.net/iperf/ Url: http://software.es.net/iperf/
Source: http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz Source: http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE -- Disable profiling if %optflags includes -fomit-frame-pointer, as option -pg conflicts with it # PATCH-FIX-OPENSUSE -- Disable profiling if %%optflags includes -fomit-frame-pointer, as option -pg conflicts with it
Patch1: iperf-3.0.5_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