diff --git a/.files b/.files index dd521c1..2ee8d3e 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index b91663c..9fe8e79 100644 --- a/.rev +++ b/.rev @@ -1218,4 +1218,13 @@ - several minor bugfixes (forwarded request 1056232 from msmeissn) 1056233 + + a1a9338495000a865e2570a186b548b0 + 4.05c + + dimstar_suse + - Pin to llvm15 for the time being: code fails to build with + llvm16. (forwarded request 1078606 from dimstar) + 1078607 + diff --git a/afl.changes b/afl.changes index 12f72f4..a082909 100644 --- a/afl.changes +++ b/afl.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +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 - updated to 4.05c diff --git a/afl.spec b/afl.spec index cffa61c..3e0df59 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