diff --git a/.gitignore b/.gitignore index ce2d03e..9483b0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ucx-1.11.2.tar.gz /ucx-1.13.0.tar.gz +/ucx-1.13.1.tar.gz diff --git a/sources b/sources index 116b118..e9e6e96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.13.0.tar.gz) = a3c002f05646766933732b510b92e2e334d177816159d2a187604ed6af26098bb7a93b9fa7563d2f3705f2047bd3e7a2ce6d73a86f37fc4f1f3bc22f1711ab40 +SHA512 (ucx-1.13.1.tar.gz) = 4e06e039b4dabb8f8618f475eadfa7f40543c80d61f3e02a0b679998f4ff0f13e0d3ed6d87dd23a9f7323d72e59911b6fedd7160b1372bda68deb916440e9d9c diff --git a/ucx.spec b/ucx.spec index 63fcd50..702222b 100644 --- a/ucx.spec +++ b/ucx.spec @@ -16,8 +16,8 @@ %bcond_with vfs Name: ucx -Version: 1.13.0 -Release: 1%{?dist} +Version: 1.13.1 +Release: 2%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -308,6 +308,10 @@ library internals, protocol objects, transports status, and more. %endif %changelog +* Wed Feb 08 2023 Michal Schmidt - 1.13.1-2 +- Update to upstream release 1.13.1 +- Resolves: rhbz#2112958 + * Wed Aug 17 2022 Michal Schmidt - 1.13.0-1 - Update to upstream release 1.13.0 - Resolves: rhbz#2049529