From 56fee44aa32123ecc9aba6e22e6216f0dd64e869 Mon Sep 17 00:00:00 2001 From: Kamal Heib Date: Fri, 2 Jun 2023 14:08:21 -0400 Subject: [PATCH] Update to upstream release 1.14.1 Signed-off-by: Kamal Heib --- .gitignore | 1 + sources | 2 +- ucx.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2ad0d6..b421779 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /ucx-1.13.0.tar.gz /ucx-1.13.1-1.fc36.src.rpm /ucx-1.13.1.tar.gz +/ucx-1.14.1.tar.gz diff --git a/sources b/sources index 890c638..a1151e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.13.1.tar.gz) = 8ca0876b55326deaf9f756ad8b60b2f6b96d8107d8fc4b9c58b3aad99b161b5a6c4c8a64a924ce35899012959c2d4479eac0309bec05227cf06ffc83dbfc2f6f +SHA512 (ucx-1.14.1.tar.gz) = 9edb7a2f754094af595c0adf693cd294fc0facc6f08b1235436eea8b3d1b6414c3fb8de8e6619099ba6af99961e47a5441ddc88324207aa123d2c8a3b6faf431 diff --git a/ucx.spec b/ucx.spec index 30433e9..93f14fc 100644 --- a/ucx.spec +++ b/ucx.spec @@ -11,8 +11,8 @@ %bcond_with vfs Name: ucx -Version: 1.13.1 -Release: 4%{?dist} +Version: 1.14.1 +Release: 1%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0) @@ -319,6 +319,9 @@ status, and more. %endif %changelog +* Fri Jun 02 2023 Kamal Heib - 1.14.1-1 +- Update to upstream release 1.14.1 + * Sun Feb 19 2023 Benson Muite - 1.13.1-4 - List additional licenses used - Remove unneeded ldconfig calls