From 3dd3a6dfd615b7630bfeecb5ece9abbeab8cc732 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 9 Jul 2021 02:41:39 +0000 Subject: [PATCH] Fix ambiguous python shebangs --- clang.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/clang.spec b/clang.spec index 65899c8..54adebf 100644 --- a/clang.spec +++ b/clang.spec @@ -66,7 +66,7 @@ Name: %pkg_name Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A C language family front-end for LLVM License: NCSA @@ -274,7 +274,8 @@ pathfix.py -i %{__python3} -pn \ tools/clang-format/*.py \ tools/clang-format/git-clang-format \ utils/hmaptool/hmaptool \ - tools/scan-view/bin/scan-view + tools/scan-view/bin/scan-view \ + tools/scan-build-py/bin/* %endif %build @@ -527,6 +528,9 @@ false %endif %changelog +* Fri Jul 09 2021 Tom Stellard - 12.0.1~rc3-2 +- Fix ambiguous python shebangs + * Wed Jun 30 2021 Tom Stellard - clang-12.0.1~rc3-1 - 12.0.1-rc3 Release