Rebase to latest upstream release 1.4.0

Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
Honggang Li 2016-11-07 22:37:27 -05:00
parent 740096c940
commit 5b4ade8255
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/fabtests-1.3.0.tar.bz2
/fabtests-1.4.0.tar.bz2

View File

@ -1,6 +1,6 @@
Name: fabtests
Version: 1.3.0
Release: 3%{?dist}
Version: 1.4.0
Release: 1%{?dist}
Summary: Test suite for libfabric API
# include/jsmn.h and common/jsmn.c are licensed under MIT.
# All other source files permit distribution under BSD. Some of them
@ -10,7 +10,7 @@ License: BSD and (BSD or GPLv2) and MIT
Url: https://github.com/ofiwg/fabtests
Source: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
BuildRequires: libfabric-devel >= 1.3.0
BuildRequires: libfabric-devel >= %{version}
BuildRequires: valgrind-devel
BuildRequires: gcc
@ -39,6 +39,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%license COPYING
%changelog
* Tue Nov 8 2016 Honggang Li <honli@redhat.com> - 1.4.0-1
- Rebase to latest upstream release.
* Tue Apr 19 2016 Honggang Li <honli@redhat.com> - 1.3.0-3
- Provide precise license information.

View File

@ -1 +1 @@
2ef01a2bff625b1cf1fcc9891e648866 fabtests-1.3.0.tar.bz2
4b3af433be7bd9260e677878e32fb154 fabtests-1.4.0.tar.bz2