From 4b76e84c3d6eee4f4273a5054a6f8f125c3c7a8d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sat, 18 Feb 2023 00:53:00 +0000 Subject: [PATCH] Auto sync2gitlab import of ucx-1.13.1-2.el8.src.rpm --- .gitignore | 1 + sources | 2 +- ucx.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) 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