Update to release 1.13.1

This commit is contained in:
Benson Muite 2022-12-24 18:24:46 +03:00
parent b4ea9d178f
commit b2f56fc2f4
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/ucx-1.11.2.tar.gz
/ucx-1.12.0.tar.gz
/ucx-1.13.0.tar.gz
/ucx-1.13.1-1.fc36.src.rpm

View File

@ -1 +1 @@
SHA512 (ucx-1.13.0.tar.gz) = a3c002f05646766933732b510b92e2e334d177816159d2a187604ed6af26098bb7a93b9fa7563d2f3705f2047bd3e7a2ce6d73a86f37fc4f1f3bc22f1711ab40
SHA512 (ucx-1.13.1-1.fc36.src.rpm) = f594c5e5643cb380a753408df71c5524896196dc9bd031a1f8a44b16d2ed523e40b7eef2f3c807fe9f9f1bd39be759c8bab5b5ce673dae3009fe600ce1d17c71

View File

@ -11,8 +11,8 @@
%bcond_with vfs
Name: ucx
Version: 1.13.0
Release: 3%{?dist}
Version: 1.13.1
Release: 1%{?dist}
Summary: UCX is a communication library implementing high-performance messaging
License: BSD
@ -289,6 +289,9 @@ library internals, protocol objects, transports status, and more.
%endif
%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
- Update to upstream release 1.13.0
- Drop autogen.sh call. Upstream tarball does not have it anymore.