From b65994394b15afdc1d5f8c1ac6850ebd578b8af1e0c142228055384e7a40ee2e Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 26 Jul 2020 08:05:35 +0000 Subject: [PATCH] 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 --- iperf-3.7.tar.gz | 3 --- iperf-3.8.1.tar.gz | 3 +++ iperf-disable-profiling.patch | 13 ------------- iperf.changes | 7 +++++++ iperf.spec | 7 +------ 5 files changed, 11 insertions(+), 22 deletions(-) delete mode 100644 iperf-3.7.tar.gz create mode 100644 iperf-3.8.1.tar.gz delete mode 100644 iperf-disable-profiling.patch diff --git a/iperf-3.7.tar.gz b/iperf-3.7.tar.gz deleted file mode 100644 index 0bdcfbf..0000000 --- a/iperf-3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d846040224317caf2f75c843d309a950a7db23f9b44b94688ccbe557d6d1710c -size 605708 diff --git a/iperf-3.8.1.tar.gz b/iperf-3.8.1.tar.gz new file mode 100644 index 0000000..6facc1b --- /dev/null +++ b/iperf-3.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b080f3273a8a715a4100f13826ac2ca31cc7b1315925631b2ecf64957ded96 +size 618098 diff --git a/iperf-disable-profiling.patch b/iperf-disable-profiling.patch deleted file mode 100644 index b329dfd..0000000 --- a/iperf-disable-profiling.patch +++ /dev/null @@ -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 diff --git a/iperf.changes b/iperf.changes index ddce64b..92a8de1 100644 --- a/iperf.changes +++ b/iperf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 11 09:45:53 UTC 2020 - Michal Svec + +- 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 diff --git a/iperf.spec b/iperf.spec index 66a9088..7e73baf 100644 --- a/iperf.spec +++ b/iperf.spec @@ -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