diff --git a/llvm.spec b/llvm.spec index 7e95a1a..3afe922 100644 --- a/llvm.spec +++ b/llvm.spec @@ -24,7 +24,7 @@ %bcond_with compat_build # Bundle compat libraries for a previous LLVM version, as part of llvm-libs and # clang-libs. Used on RHEL. -%bcond_without bundle_compat_lib +%bcond_with bundle_compat_lib %bcond_without check %if %{with bundle_compat_lib} @@ -267,7 +267,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: 1%{?dist}.alma.1 +Release: 2%{?dist}.alma.1 Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -3096,10 +3096,13 @@ fi #region changelog %changelog -* Tue May 20 2025 Eduard Abdullin - 20.1.4-1.alma.1 +* Tue Jul 29 2025 Eduard Abdullin - 20.1.4-2.alma.1 - Use x86_64-redhat-linux as default gcc triple for x86_64_v2 - Add riscv64 support +* Mon Jul 28 2025 Tom Stellard - 20.1.4-2 +- Remove bundled llvm19 compat package + * Mon May 12 2025 Konrad Kleine - 20.1.4-1 - Update to LLVM 20.1.4 - Drop ARM and MIPS targets (RHEL-86089)