From f61a4f4eb3a25b9559f0f76e348d2d0f6bce43a5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 15 Jan 2025 14:41:08 -0800 Subject: [PATCH] 19.1.7 Release Resolves: RHEL-57464 --- llvm.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index 0be78d6..59f8f2c 100644 --- a/llvm.spec +++ b/llvm.spec @@ -2,7 +2,7 @@ #region version %global maj_ver 19 %global min_ver 1 -%global patch_ver 5 +%global patch_ver 7 #global rc_ver 4 %bcond_with snapshot_build @@ -182,7 +182,7 @@ #region main package Name: %{pkg_name_llvm} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -1063,8 +1063,13 @@ popd %endif %if 0%{?rhel} == 8 +%ifnarch s390x + # This option uses the NUMBER_OF_LOGICAL_CORES query in CMake which doesn't + # work on s390x. + # https://gitlab.kitware.com/cmake/cmake/-/issues/26619 %global cmake_config_args %{cmake_config_args} -DLLVM_RAM_PER_COMPILE_JOB=2048 %endif +%endif #endregion misc options extra_cmake_args='' @@ -2508,6 +2513,9 @@ fi #region changelog %changelog +* Wed Jan 15 2025 Tom Stellard - 19.1.7-1 +- 19.1.7 Release + * Tue Jan 14 2025 Tom Stellard - 19.1.5-2 - Remove compat package