diff --git a/clang.spec b/clang.spec index 4f500d1..b45899a 100644 --- a/clang.spec +++ b/clang.spec @@ -1,4 +1,4 @@ -%global compat_build 1 +%global compat_build 0 %global maj_ver 7 %global min_ver 0 @@ -58,7 +58,7 @@ Name: %pkg_name Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 7%{?rc_ver:.rc%{rc_ver}}%{?dist} +Release: 6%{?rc_ver:.rc%{rc_ver}}%{?dist} Summary: A C language family front-end for LLVM License: NCSA @@ -80,7 +80,9 @@ Patch9: 0001-Fix-uninitialized-value-in-ABIArgInfo.patch Patch10: 0001-Workaround-GCC-9-bug-when-handling-bitfields.patch # clang-tools-extra patches +%if !0%{compat_build} Patch100: 0001-Convert-run-find-all-symbols.py-to-python3-using-2to.patch +%endif BuildRequires: gcc BuildRequires: gcc-c++ @@ -422,9 +424,6 @@ false %endif %changelog -* Mon Feb 18 2019 sguelton@redhat.com - 7.0.1-7 -- Sync specfile with llvm7.0 package - * Tue Feb 05 2019 sguelton@redhat.com - 7.0.1-6 - Update patch for Python3 port of scan-view