Update to upstream release v1.12.0rc1
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
9941c7ae41
commit
ba1b09a49e
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/libfabric-1.11.1.tar.bz2
|
||||
/libfabric-1.11.2rc1.tar.bz2
|
||||
/libfabric-1.11.2.tar.bz2
|
||||
/libfabric-1.12.0rc1.tar.bz2
|
||||
|
@ -1,13 +1,14 @@
|
||||
%global __remake_config 0
|
||||
|
||||
Name: libfabric
|
||||
Version: 1.11.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.12.0
|
||||
%global __rc rc1
|
||||
Release: 0.1%{?dist}
|
||||
Summary: Open Fabric Interfaces
|
||||
|
||||
License: BSD or GPLv2
|
||||
URL: https://github.com/ofiwg/libfabric
|
||||
Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/libfabric-%{version}.tar.bz2
|
||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
|
||||
|
||||
%if %{__remake_config}
|
||||
BuildRequires: automake
|
||||
@ -54,7 +55,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}%{__rc}
|
||||
|
||||
%build
|
||||
%if %{__remake_config}
|
||||
@ -93,6 +94,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2021 Honggang Li <honli@redhat.com> - 1.12.0-0.1
|
||||
- Update to upstream release v1.12.0rc1
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfabric-1.11.2.tar.bz2) = 79d9ce52287ead57dfec20bcca91d4ca186e709379b55669612e596f40f02c83fee1c69601927e1894a01395eff128bd918c8f23ffb198f1bbba9b8d484780ef
|
||||
SHA512 (libfabric-1.12.0rc1.tar.bz2) = 8a1d4ba9a1c433d28bc78cc3cc1c4d999daea0556d51034d2ed736d3a4073f6ad844369e2c85feb3cc47e475b1ec942433c7456f70c089add942880f84a21df3
|
||||
|
Loading…
Reference in New Issue
Block a user