Update to release 1.13.1
This commit is contained in:
parent
b4ea9d178f
commit
b2f56fc2f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/ucx-1.11.2.tar.gz
|
/ucx-1.11.2.tar.gz
|
||||||
/ucx-1.12.0.tar.gz
|
/ucx-1.12.0.tar.gz
|
||||||
/ucx-1.13.0.tar.gz
|
/ucx-1.13.0.tar.gz
|
||||||
|
/ucx-1.13.1-1.fc36.src.rpm
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ucx-1.13.0.tar.gz) = a3c002f05646766933732b510b92e2e334d177816159d2a187604ed6af26098bb7a93b9fa7563d2f3705f2047bd3e7a2ce6d73a86f37fc4f1f3bc22f1711ab40
|
SHA512 (ucx-1.13.1-1.fc36.src.rpm) = f594c5e5643cb380a753408df71c5524896196dc9bd031a1f8a44b16d2ed523e40b7eef2f3c807fe9f9f1bd39be759c8bab5b5ce673dae3009fe600ce1d17c71
|
||||||
|
7
ucx.spec
7
ucx.spec
@ -11,8 +11,8 @@
|
|||||||
%bcond_with vfs
|
%bcond_with vfs
|
||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.13.0
|
Version: 1.13.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -289,6 +289,9 @@ library internals, protocol objects, transports status, and more.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 24 2022 Benson Muite <mschmidt@redhat.com> - 1.13.1-1
|
||||||
|
- Update to upstream release 1.13.0
|
||||||
|
|
||||||
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-3
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-3
|
||||||
- Update to upstream release 1.13.0
|
- Update to upstream release 1.13.0
|
||||||
- Drop autogen.sh call. Upstream tarball does not have it anymore.
|
- Drop autogen.sh call. Upstream tarball does not have it anymore.
|
||||||
|
Loading…
Reference in New Issue
Block a user