diff --git a/llvm.spec b/llvm.spec index 99d02ae..5c89673 100644 --- a/llvm.spec +++ b/llvm.spec @@ -20,7 +20,7 @@ %endif %bcond_with compat_build -%bcond_without bundle_compat_lib +%bcond_with bundle_compat_lib %bcond_without check %ifarch %ix86 @@ -104,7 +104,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -679,6 +679,9 @@ fi %license LICENSE.TXT %changelog +* Mon Jan 08 2024 Timm Bäder - 17.0.6-4 +- Remove compat libs for real. + * Thu Dec 14 2023 Timm Bäder - 17.0.6-3 - Add back compat libs until all necessary packages have been rebuilt.