From ad80a8f855a76d1f0703e59e700508827b07b4486a7bec459848a0d427f1c268 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 12 Apr 2023 09:29:04 +0000 Subject: [PATCH] Accepting request 1078606 from home:dimstar:Factory - Pin to llvm15 for the time being: code fails to build with llvm16. OBS-URL: https://build.opensuse.org/request/show/1078606 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=162 --- afl.changes | 6 ++++++ afl.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/afl.changes b/afl.changes index 64caa24..2a43bee 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 12 09:26:02 UTC 2023 - Dominique Leuenberger + +- Pin to llvm15 for the time being: code fails to build with + llvm16. + ------------------------------------------------------------------- Thu Jan 5 15:33:51 UTC 2023 - Marcus Meissner diff --git a/afl.spec b/afl.spec index e616965..3039e86 100644 --- a/afl.spec +++ b/afl.spec @@ -41,8 +41,8 @@ URL: https://github.com/AFLplusplus/AFLplusplus Source: https://github.com/AFLplusplus/AFLplusplus/archive/%{version}.tar.gz Source1: afl-rpmlintrc Patch1: afl-3.0c-fix-paths.patch -BuildRequires: clang BuildRequires: gcc-c++ +BuildRequires: (clang < 16 or clang15) %ifarch x86_64 BuildRequires: gcc-32bit %endif @@ -50,8 +50,8 @@ BuildRequires: gcc-32bit BuildRequires: gcc-devel %endif BuildRequires: lld -BuildRequires: llvm-devel >= 11.0.0 BuildRequires: python3-devel +BuildRequires: ((llvm-devel >= 11.0.0 with llvm-devel < 16) or llvm15-devel) Requires: lld %description