diff --git a/.gitignore b/.gitignore index 7b89cae..e02dda7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ucx-1.15.0.tar.gz +SOURCES/ucx-1.17.0.tar.gz diff --git a/.ucx.metadata b/.ucx.metadata index ac7c1c3..d588236 100644 --- a/.ucx.metadata +++ b/.ucx.metadata @@ -1 +1 @@ -8d4102ea12d415a1fa2362ed031b0e548888bbce SOURCES/ucx-1.15.0.tar.gz +24b2e832443aa2f72efd20e0d49ac49ea6e75450 SOURCES/ucx-1.17.0.tar.gz diff --git a/SOURCES/UCS-TIME-Fix-undeclared-INFINITY-error-in-ucs_time_u.patch b/SOURCES/UCS-TIME-Fix-undeclared-INFINITY-error-in-ucs_time_u.patch new file mode 100644 index 0000000..f6dd8de --- /dev/null +++ b/SOURCES/UCS-TIME-Fix-undeclared-INFINITY-error-in-ucs_time_u.patch @@ -0,0 +1,29 @@ +From b0a275a5492125a13020cd095fe9934e0b5e7c6a Mon Sep 17 00:00:00 2001 +From: Aboorva Devarajan +Date: Wed, 19 Jun 2024 13:47:14 -0400 +Subject: [PATCH] UCS/TIME: Fix undeclared INFINITY error in + ucs_time_units_to_sec() + +Included in ucs_time_units_to_sec() to resolve compilation +errors due to missing INFINITY constant. + +Signed-off-by: Aboorva Devarajan +--- + src/ucs/time/time.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/ucs/time/time.h b/src/ucs/time/time.h +index cff9810cdad8..c51362273f8d 100644 +--- a/src/ucs/time/time.h ++++ b/src/ucs/time/time.h +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include + + BEGIN_C_DECLS + +-- +2.47.0 + diff --git a/SPECS/ucx.spec b/SPECS/ucx.spec index e84a68e..2695803 100644 --- a/SPECS/ucx.spec +++ b/SPECS/ucx.spec @@ -11,8 +11,8 @@ %bcond_with vfs Name: ucx -Version: 1.15.0 -Release: 3%{?dist} +Version: 1.17.0 +Release: 2%{?dist} Summary: UCX is a communication library implementing high-performance messaging License: BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0) @@ -30,7 +30,8 @@ URL: http://www.openucx.org Source: https://github.com/openucx/%{name}/releases/download/v%{version}/ucx-%{version}.tar.gz # BUILD/CONFIG: Keep CFLAGS and CXXFLAGS separate # Fixes build for https://fedoraproject.org/wiki/Changes/PortingToModernC -Patch0: https://github.com/openucx/%{name}/pull/9558.patch +Patch0: 9558.patch +Patch1: UCS-TIME-Fix-undeclared-INFINITY-error-in-ucs_time_u.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Prefix: %{_prefix} @@ -98,6 +99,7 @@ Provides header files and examples for developing with UCX. %prep %setup -q %patch -P0 -p1 +%patch -P1 -p1 autoreconf -fiv %build @@ -135,6 +137,7 @@ rm -f %{buildroot}%{_libdir}/ucx/lib*.a %{_libdir}/lib*.so.* %{_bindir}/ucx_info %{_bindir}/ucx_perftest +%{_bindir}/ucx_perftest_daemon %{_bindir}/ucx_read_profile %{_bindir}/io_demo %{_datadir}/ucx @@ -142,6 +145,7 @@ rm -f %{buildroot}%{_libdir}/ucx/lib*.a %doc README AUTHORS NEWS %{!?_licensedir:%global license %%doc} %license LICENSE +%{_sysconfdir}/ucx/ucx.conf %files devel %{_includedir}/uc* @@ -317,6 +321,18 @@ status, and more. %endif %changelog +* Fri Nov 22 2024 Kamal Heib - 1.17.0-2 +- Fix Unhandled patch file issue + Resolves: RHEL-24811 + +* Wed Nov 13 2024 Kamal Heib - 1.17.0-1 +- Update to upstream release 1.17.0 + Resolves: RHEL-24811 + +* Tue Oct 29 2024 Troy Dawson - 1.15.0-4 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Jun 24 2024 Troy Dawson - 1.15.0-3 - Bump release for June 2024 mass rebuild