19.1.7 Release

Resolves: RHEL-57464
This commit is contained in:
Tom Stellard 2025-01-15 14:41:08 -08:00
parent 05ff73c729
commit f61a4f4eb3

View File

@ -2,7 +2,7 @@
#region version #region version
%global maj_ver 19 %global maj_ver 19
%global min_ver 1 %global min_ver 1
%global patch_ver 5 %global patch_ver 7
#global rc_ver 4 #global rc_ver 4
%bcond_with snapshot_build %bcond_with snapshot_build
@ -182,7 +182,7 @@
#region main package #region main package
Name: %{pkg_name_llvm} Name: %{pkg_name_llvm}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} 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 Summary: The Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -1063,8 +1063,13 @@ popd
%endif %endif
%if 0%{?rhel} == 8 %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 %global cmake_config_args %{cmake_config_args} -DLLVM_RAM_PER_COMPILE_JOB=2048
%endif %endif
%endif
#endregion misc options #endregion misc options
extra_cmake_args='' extra_cmake_args=''
@ -2508,6 +2513,9 @@ fi
#region changelog #region changelog
%changelog %changelog
* Wed Jan 15 2025 Tom Stellard <tstellar@redhat.com> - 19.1.7-1
- 19.1.7 Release
* Tue Jan 14 2025 Tom Stellard <tstellar@redhat.com> - 19.1.5-2 * Tue Jan 14 2025 Tom Stellard <tstellar@redhat.com> - 19.1.5-2
- Remove compat package - Remove compat package