Rebase to latest upstream release 1.4.0
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
740096c940
commit
5b4ade8255
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/fabtests-1.3.0.tar.bz2
|
||||
/fabtests-1.4.0.tar.bz2
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user