Auto sync2gitlab import of ucx-1.13.1-2.el8.src.rpm

This commit is contained in:
CentOS Sources 2023-02-18 00:53:00 +00:00
parent 89472d3051
commit 4b76e84c3d
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/ucx-1.11.2.tar.gz
/ucx-1.13.0.tar.gz
/ucx-1.13.1.tar.gz

View File

@ -1 +1 @@
SHA512 (ucx-1.13.0.tar.gz) = a3c002f05646766933732b510b92e2e334d177816159d2a187604ed6af26098bb7a93b9fa7563d2f3705f2047bd3e7a2ce6d73a86f37fc4f1f3bc22f1711ab40
SHA512 (ucx-1.13.1.tar.gz) = 4e06e039b4dabb8f8618f475eadfa7f40543c80d61f3e02a0b679998f4ff0f13e0d3ed6d87dd23a9f7323d72e59911b6fedd7160b1372bda68deb916440e9d9c

View File

@ -16,8 +16,8 @@
%bcond_with vfs
Name: ucx
Version: 1.13.0
Release: 1%{?dist}
Version: 1.13.1
Release: 2%{?dist}
Summary: UCX is a communication library implementing high-performance messaging
License: BSD
@ -308,6 +308,10 @@ library internals, protocol objects, transports status, and more.
%endif
%changelog
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.13.1-2
- Update to upstream release 1.13.1
- Resolves: rhbz#2112958
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 1.13.0-1
- Update to upstream release 1.13.0
- Resolves: rhbz#2049529