diff --git a/clang.spec b/clang.spec index 442d6ae..26c0a69 100644 --- a/clang.spec +++ b/clang.spec @@ -14,7 +14,7 @@ %global gts_version 13 %bcond_with compat_build -%bcond_without bundle_compat_lib +%bcond_with bundle_compat_lib %bcond_without check %ifnarch s390x %ix86 @@ -85,7 +85,7 @@ Name: %pkg_name Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C language family front-end for LLVM License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -800,6 +800,9 @@ mv ./libclang-cpp.so.%{compat_maj_ver} "$compat_lib" %endif %changelog +* Thu Aug 08 2024 Konrad Kleine - 18.1.8-3 +- Remove clang 17 compat lib + * Wed Jul 24 2024 Konrad Kleine - 18.1.8-2 - Link with ld on 32-bit architectures