Update to 1.17.0
This commit is contained in:
parent
b9796f7d5c
commit
b8f13bd4fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/libfabric-1.15.2.tar.bz2
|
||||
/libfabric-1.16.1.tar.bz2
|
||||
/libfabric-1.17.0rc2.tar.bz2
|
||||
/libfabric-1.17.0.tar.bz2
|
||||
|
@ -7,12 +7,12 @@
|
||||
|
||||
Name: libfabric
|
||||
Version: 1.17.0
|
||||
Release: 0.1.rc2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Fabric Interfaces
|
||||
|
||||
License: BSD or GPLv2
|
||||
URL: https://github.com/ofiwg/libfabric
|
||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}rc2/%{name}-%{version}rc2.tar.bz2
|
||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
%if %{__remake_config}
|
||||
BuildRequires: automake
|
||||
@ -60,7 +60,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}rc2
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%if %{__remake_config}
|
||||
@ -99,8 +99,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 21 2022 Orion Poplawski <orion@nwra.com> - 1.17.0-1
|
||||
- Update to 1.17.0
|
||||
|
||||
* Thu Dec 15 2022 Orion Poplawski <orion@nwra.com> - 1.17.0-0.1.rc2
|
||||
- Update to 1.70.0rc2
|
||||
- Update to 1.17.0rc2
|
||||
|
||||
* Fri Nov 11 2022 Orion Poplawski <orion@nwra.com> - 1.16.1-3
|
||||
- Actually apply patch
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfabric-1.17.0rc2.tar.bz2) = a1fb083860aa13f993f2eb59368287d012eb0eb15be3f8729d435ad81939a9e38613c0e5321b507a81018977f88c3a5611a3b1ffe89c3e39111ad919fdb8d265
|
||||
SHA512 (libfabric-1.17.0.tar.bz2) = 0e34bc91050a4d1babefdabef5d7fc6bfabb81b412f751fd92f4e965b240e02d43baa0405ec27abd4b3a53b6fbc3789b577e416b8e1a9de1eeaa53344ce2b821
|
||||
|
Loading…
Reference in New Issue
Block a user