Accepting request 822859 from network:utilities
- update to 3.8.1 * Minor bugfixes and enhancements - don't apply the profiling patch any more (removed iperf-disable-profiling.patch) OBS-URL: https://build.opensuse.org/request/show/822859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=28
This commit is contained in:
commit
435e537135
@ -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
3
iperf-3.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5b080f3273a8a715a4100f13826ac2ca31cc7b1315925631b2ecf64957ded96
|
||||
size 618098
|
@ -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
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
(removed iperf-disable-profiling.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 21:32:57 UTC 2019 - Michal Svec <msvec@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 0
|
||||
Name: iperf
|
||||
Version: 3.7
|
||||
Version: 3.8.1
|
||||
Release: 0
|
||||
Summary: A tool to measure network performance
|
||||
License: BSD-3-Clause
|
||||
@ -26,8 +26,6 @@ Group: Productivity/Networking/Diagnostic
|
||||
URL: https://software.es.net/iperf/
|
||||
#Source URL: 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
|
||||
BuildRequires: libuuid-devel
|
||||
%else
|
||||
@ -82,9 +80,6 @@ This package contains development files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%(case "%{optflags}" in (*-fomit-frame-pointer*) echo 1;; esac)
|
||||
%patch1 -p 1
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
Loading…
Reference in New Issue
Block a user