update to version 1.6.2

This commit is contained in:
wang--ge 2023-10-18 14:45:20 +08:00
parent ab057c65be
commit b5efc5af24
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
fabtests-1.6.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,11 @@
Name: fabtests
Version: 1.6.1
Release: 6
Version: 1.6.2
Release: 1
Summary: libfabric API test suite
License: BSD-2-Clause and GPL-2.0-only and MIT
Url: https://github.com/ofiwg/fabtests
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.bz2
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.gz
BuildRequires: autoconf automake libtool
BuildRequires: libfabric-devel >= %{version} valgrind-devel gcc
%description
Fabtests provides a set of examples that uses libfabric
@ -20,6 +21,7 @@ Documentation for user of fabtests.
%autosetup -n fabtests-%{version} -p1
%build
./autogen.sh
%configure --with-valgrind
%make_build V=1
@ -36,6 +38,9 @@ Documentation for user of fabtests.
%{_mandir}/man7/*
%changelog
* Wed Oct 18 2023 Ge Wang <wang__ge@126.com> - 1.6.2-1
- Update to version 1.6.2
* Tue May 10 2022 chenchen <chen_aka_jan@163.com> - 1.6.1-6
- License compliance rectification