!9 Update to version 1.6.2

From: @wang--ge 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-10-18 08:08:15 +00:00 committed by Gitee
commit 14675975c2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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