diff --git a/fabtests-1.6.1.tar.bz2 b/fabtests-1.6.1.tar.bz2 deleted file mode 100644 index 0a2891a..0000000 Binary files a/fabtests-1.6.1.tar.bz2 and /dev/null differ diff --git a/fabtests-1.6.2.tar.gz b/fabtests-1.6.2.tar.gz new file mode 100644 index 0000000..9fffd91 Binary files /dev/null and b/fabtests-1.6.2.tar.gz differ diff --git a/fabtests.spec b/fabtests.spec index a7cb8d7..e91bc1e 100644 --- a/fabtests.spec +++ b/fabtests.spec @@ -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 - 1.6.2-1 +- Update to version 1.6.2 + * Tue May 10 2022 chenchen - 1.6.1-6 - License compliance rectification