Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package afl for openSUSE:Factory checked in at 2023-04-12 12:52:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/afl (Old) and /work/SRC/openSUSE:Factory/.afl.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "afl" Wed Apr 12 12:52:36 2023 rev:76 rq:1078607 version:4.05c Changes: -------- --- /work/SRC/openSUSE:Factory/afl/afl.changes 2023-01-06 17:06:19.624441290 +0100 +++ /work/SRC/openSUSE:Factory/.afl.new.19717/afl.changes 2023-04-12 12:52:36.969288164 +0200 @@ -1,0 +2,6 @@ +Wed Apr 12 09:26:02 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Pin to llvm15 for the time being: code fails to build with + llvm16. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ afl.spec ++++++ --- /var/tmp/diff_new_pack.e7VEzn/_old 2023-04-12 12:52:37.529291437 +0200 +++ /var/tmp/diff_new_pack.e7VEzn/_new 2023-04-12 12:52:37.533291460 +0200 @@ -41,8 +41,8 @@ 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-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