SHA256
1
0
forked from pool/iperf

Accepting request 820721 from home:msvec:branches:network:utilities

- update to 3.8.1
  * Minor bugfixes and enhancements
- don't apply the profiling patch any more

OBS-URL: https://build.opensuse.org/request/show/820721
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=48
This commit is contained in:
Lars Vogdt 2020-07-26 08:05:35 +00:00 committed by Git OBS Bridge
parent a1aae6016f
commit b65994394b
5 changed files with 11 additions and 22 deletions

View File

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

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

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

View File

@ -1,13 +0,0 @@
Index: iperf-3.7/src/Makefile.in
===================================================================
--- iperf-3.7.orig/src/Makefile.in
+++ iperf-3.7/src/Makefile.in
@@ -96,7 +96,7 @@ bin_PROGRAMS = iperf3$(EXEEXT)
@ENABLE_PROFILING_FALSE@ t_api$(EXEEXT)
@ENABLE_PROFILING_TRUE@noinst_PROGRAMS = t_timer$(EXEEXT) \
@ENABLE_PROFILING_TRUE@ t_units$(EXEEXT) t_uuid$(EXEEXT) \
-@ENABLE_PROFILING_TRUE@ t_api$(EXEEXT) iperf3_profile$(EXEEXT)
+@ENABLE_PROFILING_TRUE@ t_api$(EXEEXT)
TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \
t_api$(EXEEXT)
subdir = src

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 11 09:45:53 UTC 2020 - Michal Svec <msvec@suse.com>
- update to 3.8.1
* Minor bugfixes and enhancements
- don't apply the profiling patch any more
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 14 21:32:57 UTC 2019 - Michal Svec <msvec@suse.com> Thu Nov 14 21:32:57 UTC 2019 - Michal Svec <msvec@suse.com>

View File

@ -18,7 +18,7 @@
%define soname 0 %define soname 0
Name: iperf Name: iperf
Version: 3.7 Version: 3.8.1
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,8 +26,6 @@ Group: Productivity/Networking/Diagnostic
URL: https://software.es.net/iperf/ URL: https://software.es.net/iperf/
#Source URL: http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz #Source URL: http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz
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
Patch1: iperf-disable-profiling.patch
%if %{?sles_version} && %{?sles_version} <= 11 %if %{?sles_version} && %{?sles_version} <= 11
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
%else %else
@ -82,9 +80,6 @@ This package contains development files.
%prep %prep
%setup -q %setup -q
%if 0%(case "%{optflags}" in (*-fomit-frame-pointer*) echo 1;; esac)
%patch1 -p 1
%endif
%build %build
%configure --disable-static %configure --disable-static