From a4d333f02c75073d835628eeea21b45c21a5c64b Mon Sep 17 00:00:00 2001 From: Yurii Shestakov Date: Mon, 9 Aug 2021 07:14:45 +0000 Subject: [PATCH] Bump version to 1.11.0 --- .gitignore | 1 + sources | 2 +- ucx.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 096bb4b..4e37131 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /ucx-1.10.0.tar.gz /ucx-1.10.1-rc1.tar.gz /ucx-1.10.1.tar.gz +/ucx-1.11.0.tar.gz diff --git a/sources b/sources index 41ab345..5a3c61e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.10.1.tar.gz) = 949d0583f655b1b08701acb38bc97d46f03644b496168dec57bc9477ab117966f6addbc266e4ba0ef95050b516bdf747773362d7b46ad1838d1972b14ff2bcd8 +SHA512 (ucx-1.11.0.tar.gz) = 8c10757d07df6b15051673df66e03d3aada9ec4f391a7f7c73ada98360e5aa1351a52a64e79767ac41567c544f2b07d211c1685d818ccb01220c6b9d7c0fabdf diff --git a/ucx.spec b/ucx.spec index 6697098..2be6f63 100644 --- a/ucx.spec +++ b/ucx.spec @@ -15,13 +15,13 @@ %bcond_with xpmem Name: ucx -Version: 1.10.1 -Release: 3%{?dist} +Version: 1.11.0 +Release: 1%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD URL: http://www.openucx.org -Source: https://github.com/openucx/%{name}/releases/download/v1.10.1/ucx-1.10.1.tar.gz +Source: https://github.com/openucx/%{name}/releases/download/v1.11.0/ucx-1.11.0.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Prefix: %{_prefix} @@ -289,6 +289,9 @@ process to map the memory of another process into its virtual address space. %changelog +* Mon Aug 09 2021 Yurii Shestakov 1.11.0-1 +- Bump version to 1.11.0 + * Fri Jul 23 2021 Fedora Release Engineering - 1.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild