diff --git a/download b/download index 8b6544a9f8b89d2eb2a165ac1e9c2292e294f084..2bd29468b10b61cb8e30cd5c2255db7a085e189d 100644 --- a/download +++ b/download @@ -1 +1 @@ -659cd7cb0542ec23e270b5eb811ebb86 ucx-1.13.0.tar.gz +b94e0ae7466126a99dbcd76f49270721 ucx-1.13.1.tar.gz diff --git a/ucx.spec b/ucx.spec index e4f5d4d3876be63ce897d29c381bae3060409e06..19846d165ff194f2a8534a23755846cdffb81bd6 100644 --- a/ucx.spec +++ b/ucx.spec @@ -17,8 +17,8 @@ %bcond_with vfs Name: ucx -Version: 1.13.0 -Release: 1%{anolis_release}%{?dist} +Version: 1.13.1 +Release: 2%{anolis_release}%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -309,9 +309,13 @@ library internals, protocol objects, transports status, and more. %endif %changelog -* Tue Jul 04 2023 Jacob Wang - 1.13.0-1.0.1 +* Tue Jul 04 2023 Jacob Wang - 1.13.1-2.0.1 - Add support for loongarch64 (gongwen@nfschina.com) +* 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