#208 Fix rhbz#2221585
Merged 10 months ago by tuliom. Opened 10 months ago by tuliom.
rpms/ tuliom/clang rhbz/2221585  into  rawhide

file added
+12
@@ -0,0 +1,12 @@ 

+ diff --git a/clang/tools/scan-view/bin/scan-view b/clang/tools/scan-view/bin/scan-view

+ --- a/clang/tools/scan-view/bin/scan-view

+ +++ b/clang/tools/scan-view/bin/scan-view

+ @@ -6,7 +6,6 @@

+  """

+  

+  import sys

+ -import imp

+  import os

+  import posixpath

+  import threading

+ 

file modified
+7 -1
@@ -43,7 +43,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:	Apache-2.0 WITH LLVM-exception OR NCSA
@@ -75,6 +75,9 @@ 

  

  Patch10:    fix-ieee128-cross.diff

  

+ # https://reviews.llvm.org/D155192

+ Patch11:    D155192.diff

+ 

  # RHEL specific patches

  # Avoid unwanted dependency on python-recommonmark

  Patch101:  0009-disable-recommonmark.patch
@@ -610,6 +613,9 @@ 

  

  %endif

  %changelog

+ * Wed Jul 12 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.6-2

+ - Fix rhbz#2221585

+ 

  * Fri Jun 16 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.6-1

  - Update to LLVM 16.0.6

  

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/174ccb3713ce4d8798aab1448c24de25

FYI: the scratch build failed because it depends on LLVM 16.0.6, which is still in the testing repo.

Pull-Request has been merged by tuliom

10 months ago
Metadata