From b2f56fc2f4389788d1e40afcca59075856d65a8b Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sat, 24 Dec 2022 18:24:46 +0300 Subject: [PATCH] Update to release 1.13.1 --- .gitignore | 1 + sources | 2 +- ucx.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9ae9fa..3d3b51c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 116b118..8045906 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.13.0.tar.gz) = a3c002f05646766933732b510b92e2e334d177816159d2a187604ed6af26098bb7a93b9fa7563d2f3705f2047bd3e7a2ce6d73a86f37fc4f1f3bc22f1711ab40 +SHA512 (ucx-1.13.1-1.fc36.src.rpm) = f594c5e5643cb380a753408df71c5524896196dc9bd031a1f8a44b16d2ed523e40b7eef2f3c807fe9f9f1bd39be759c8bab5b5ce673dae3009fe600ce1d17c71 diff --git a/ucx.spec b/ucx.spec index 1bcdc71..39417fe 100644 --- a/ucx.spec +++ b/ucx.spec @@ -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 - 1.13.1-1 +- Update to upstream release 1.13.0 + * Wed Aug 03 2022 Michal Schmidt - 1.13.0-3 - Update to upstream release 1.13.0 - Drop autogen.sh call. Upstream tarball does not have it anymore.