update to 3.15
This commit is contained in:
parent
464ae98158
commit
1a493ab5a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/3.12.tar.gz
|
/3.12.tar.gz
|
||||||
/iperf-3.13.tar.gz
|
/iperf-3.13.tar.gz
|
||||||
/iperf-3.14.tar.gz
|
/iperf-3.14.tar.gz
|
||||||
|
/iperf-3.15.tar.gz
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
Name: iperf3
|
Name: iperf3
|
||||||
Version: 3.14
|
Version: 3.15
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Measurement tool for TCP/UDP bandwidth performance
|
Summary: Measurement tool for TCP/UDP bandwidth performance
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/esnet/iperf
|
URL: https://github.com/esnet/iperf
|
||||||
Source0: %{url}/archive/%{version}/iperf-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/iperf-%{version}.tar.gz
|
||||||
# PR#1278: Report number of reorder_seen (rhbz#2063959)
|
|
||||||
# Patch0: https://github.com/esnet/iperf/pull/1278-rebase.patch
|
|
||||||
Patch0: 1278-rebase.patch
|
Patch0: 1278-rebase.patch
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -55,6 +53,9 @@ rm -f %{buildroot}%{_libdir}/libiperf.la
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 17 2023 Jonathan Wright <jonathan@almalinux.org> - 3.15-1
|
||||||
|
- Update to 3.15 rhbz#2239199
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-2
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (iperf-3.14.tar.gz) = a90fbaddd73e5b721a84cee71cefb63391c13f64107f5785e954e7c44e9a8c5072e402b6fe45434966d3cc58ac97227c608ca9719161fc23459c5e5efcf8232b
|
SHA512 (iperf-3.15.tar.gz) = 01d91c95b9d12f19612303d80eadf7568de9d53a1a1750322bf5e88c0ad030c07b2bac5f1aa5696cb708692fa88667446435c9a08e8b663543c2eea0c5ce95d2
|
||||||
|
Loading…
Reference in New Issue
Block a user