Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package afl for openSUSE:Factory checked in at 2026-04-23 17:09:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/afl (Old) and /work/SRC/openSUSE:Factory/.afl.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "afl" Thu Apr 23 17:09:22 2026 rev:96 rq:1348914 version:4.40c Changes: -------- --- /work/SRC/openSUSE:Factory/afl/afl.changes 2026-03-13 21:21:46.781656188 +0100 +++ /work/SRC/openSUSE:Factory/.afl.new.11940/afl.changes 2026-04-23 17:14:04.380035931 +0200 @@ -1,0 +2,5 @@ +Thu Apr 23 09:29:23 UTC 2026 - Max Lin <[email protected]> + +- Fix suse_version check since SLE 16 SP1 will use a value of 1610 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ afl.spec ++++++ --- /var/tmp/diff_new_pack.lSUt4Q/_old 2026-04-23 17:14:05.096065419 +0200 +++ /var/tmp/diff_new_pack.lSUt4Q/_new 2026-04-23 17:14:05.104065749 +0200 @@ -43,7 +43,7 @@ %ifarch x86_64 BuildRequires: gcc-32bit %endif -%if %{?suse_version} != 1600 && %{?suse_version} >= 1550 +%if %{?suse_version} >= 1699 BuildRequires: gcc-devel %endif BuildRequires: lld @@ -51,7 +51,7 @@ BuildRequires: python3-devel Requires: lld -%if %{?suse_version} == 1600 +%if %{?suse_version} < 1699 %define gccver %gcc_version %else %define gccver %(rpm -q --qf '%%{VERSION}' gcc)
