diff --git a/.gitignore b/.gitignore index 0b8babd..31b41e4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /ucx-1.8.1-rc4.tar.gz /ucx-1.8.1.tar.gz /ucx-1.9.0.tar.gz +/ucx-1.10.0-rc3.tar.gz diff --git a/sources b/sources index 4583427..045bf5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.9.0.tar.gz) = 2e8507e9cbba9ea445efdf8be5b5128dfc76cce30111805e9f7a5618bbbbb77d2bb449b6ad5e415f086b3156b63128306671d3a906583248cde720edb4241c67 +SHA512 (ucx-1.10.0-rc3.tar.gz) = 7cacb15e2cfd2ee2e3d5b115304bc2367f95bd4b3d9e691cf5390abbcf1ab3aab4355fd3a7baaead5a6da50ee233dabc134c553e64861f6094101369b5d7c9d4 diff --git a/ucx.spec b/ucx.spec index e8020dd..14e7dd0 100644 --- a/ucx.spec +++ b/ucx.spec @@ -15,8 +15,8 @@ %bcond_with xpmem Name: ucx -Version: 1.9.0 -Release: 2%{?dist} +Version: 1.10.0 +Release: rc3%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD @@ -25,7 +25,7 @@ Source: https://github.com/openucx/%{name}/releases/download/v%{version}/ucx-%{v Patch: ucx-config.patch # This avoids a false positive from gcc-11 by making the problematic # pointer volatile rather than disabling the warning completely -Patch1: %{name}-gcc11.patch +# Patch1: %{name}-gcc11.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -93,7 +93,7 @@ Provides header files and examples for developing with UCX. %prep %setup -q %patch -p1 -%patch1 -p1 +# %patch1 -p1 %build %define _with_arg() %{expand:%%{?with_%{1}:--with-%{2}}%%{!?with_%{1}:--without-%{2}}}