Update to 2.0.2
This commit is contained in:
parent
e1f79cb697
commit
48ed1413da
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/prte-2.0.0.tar.bz2
|
||||
/prte-2.0.2.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: prrte
|
||||
Version: 2.0.0
|
||||
Release: 5%{?dist}
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PMIx Reference RunTime Environment (PRRTE)
|
||||
License: BSD
|
||||
URL: https://github.com/openpmix/%{name}
|
||||
@ -46,7 +46,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n prte-%{version}
|
||||
%setup -q
|
||||
|
||||
# touch lexer sources to recompile them
|
||||
find src -name \*.l -print -exec touch --no-create {} \;
|
||||
@ -106,6 +106,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 23 2022 Orion Poplawski <orion@nwra.com> - 2.0.2-1
|
||||
- Update to 2.0.2
|
||||
|
||||
* Mon Jan 24 2022 Orion Poplawski <orion@nwra.com> - 2.0.0-5
|
||||
- Add explicit BR on hwloc-devel and libevent-devel
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (prte-2.0.0.tar.bz2) = ff8a6f1784a31b4857b526ea1ce14e9a0169a35a7d56a4689b7ed1db14a363bb25b10d2c1575b03c3f5b60c75b5878b3a7d68f32ffd7556a55090e9e6cefc3a3
|
||||
SHA512 (prte-2.0.2.tar.bz2) = 2739e3b0cd23a4f4d14db8bf792996d9bdd745bf237bf33d9504e370c011b96b0683dc4dd8cd2df76b0c0699caec4dafcd57b0ba5e073744faa0335c04c630d7
|
||||
|
Loading…
Reference in New Issue
Block a user