From b53f7367f5ea8c246ce01f1ad71d693590ec3acd Mon Sep 17 00:00:00 2001 From: Andrey Maslennikov Date: Thu, 20 Jun 2019 09:40:49 +0000 Subject: [PATCH] Bump version to 1.5.2 See NEWS for details --- .gitignore | 1 + sources | 2 +- ucx.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 08ee4ab..3300296 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /ucx-1.3.1.tar.gz /ucx-1.4.0.tar.gz /ucx-1.5.1.tar.gz +/ucx-1.5.2.tar.gz diff --git a/sources b/sources index e85d312..3f91640 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.5.1.tar.gz) = d300bfa1bed644cdfe03ac2bc8bb59a4d027c9f0bdac06d3d4ba67ab11acde278f5438b317749bb81d6fb4facc6a88f64c75f0ed8d2959740fc80ca163673d0f +SHA512 (ucx-1.5.2.tar.gz) = 7fdfe2c057e6699c3c462a6486ec188a5d51666486a710409b661fb1b1aab28fd99173d9b61c341a3163e7d2e36deb1260faa732e66295cca2082c5c080eb24e diff --git a/ucx.spec b/ucx.spec index ddfbf44..e940509 100644 --- a/ucx.spec +++ b/ucx.spec @@ -1,13 +1,13 @@ %{!?configure_options: %global configure_options %{nil}} Name: ucx -Version: 1.5.1 +Version: 1.5.2 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.5.1/ucx-1.5.1.tar.gz +Source: https://github.com/openucx/%{name}/releases/download/v1.5.2/ucx-1.5.2.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -79,6 +79,9 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Tue Jun 04 2019 Yossi Itigin 1.5.2-1 +- Bump version to 1.5.2 +- See NEWS for details * Sat Mar 23 2019 Yossi Itigin 1.5.1-1 - Bump version to 1.5.1 - See NEWS for details