diff --git a/.gitignore b/.gitignore index 855e01d..a267177 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /ucx-1.11.2.tar.gz /ucx-1.13.0.tar.gz /ucx-1.13.1.tar.gz +/ucx-1.14.1.tar.gz diff --git a/sources b/sources index e9e6e96..a1151e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.13.1.tar.gz) = 4e06e039b4dabb8f8618f475eadfa7f40543c80d61f3e02a0b679998f4ff0f13e0d3ed6d87dd23a9f7323d72e59911b6fedd7160b1372bda68deb916440e9d9c +SHA512 (ucx-1.14.1.tar.gz) = 9edb7a2f754094af595c0adf693cd294fc0facc6f08b1235436eea8b3d1b6414c3fb8de8e6619099ba6af99961e47a5441ddc88324207aa123d2c8a3b6faf431 diff --git a/ucx.spec b/ucx.spec index 3f2278f..0eadb57 100644 --- a/ucx.spec +++ b/ucx.spec @@ -11,8 +11,8 @@ %bcond_with vfs Name: ucx -Version: 1.13.1 -Release: 2%{?dist} +Version: 1.14.1 +Release: 1%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -287,6 +287,10 @@ library internals, protocol objects, transports status, and more. %endif %changelog +* Fri Jun 02 2023 Kamal Heib - 1.14.1-1 +- Update to upstream release 1.14.1 +- Resolves: rhbz#2170369 + * Thu Feb 02 2023 Michal Schmidt - 1.13.1-2 - Update to upstream release 1.13.1 - Resolves: rhbz#2166780