Bump version to 1.5.2
See NEWS for details
This commit is contained in:
parent
0d580f409c
commit
b53f7367f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ucx-1.5.1.tar.gz) = d300bfa1bed644cdfe03ac2bc8bb59a4d027c9f0bdac06d3d4ba67ab11acde278f5438b317749bb81d6fb4facc6a88f64c75f0ed8d2959740fc80ca163673d0f
|
||||
SHA512 (ucx-1.5.2.tar.gz) = 7fdfe2c057e6699c3c462a6486ec188a5d51666486a710409b661fb1b1aab28fd99173d9b61c341a3163e7d2e36deb1260faa732e66295cca2082c5c080eb24e
|
||||
|
7
ucx.spec
7
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 <yosefe@mellanox.com> 1.5.2-1
|
||||
- Bump version to 1.5.2
|
||||
- See NEWS for details
|
||||
* Sat Mar 23 2019 Yossi Itigin <yosefe@mellanox.com> 1.5.1-1
|
||||
- Bump version to 1.5.1
|
||||
- See NEWS for details
|
||||
|
Loading…
Reference in New Issue
Block a user