Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2025-08-06 14:33:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/afl (Old)
 and      /work/SRC/openSUSE:Factory/.afl.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "afl"

Wed Aug  6 14:33:39 2025 rev:91 rq:1297764 version:4.33c

Changes:
--------
--- /work/SRC/openSUSE:Factory/afl/afl.changes  2025-07-16 17:36:53.476311047 
+0200
+++ /work/SRC/openSUSE:Factory/.afl.new.1085/afl.changes        2025-08-06 
14:34:39.351460161 +0200
@@ -1,0 +2,6 @@
+Wed Jul 30 07:23:39 UTC 2025 - Max Lin <m...@suse.com>
+
+- Fix Leap 16.0 build
+  * no dummy gcc-devel in SLFO
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ afl.spec ++++++
--- /var/tmp/diff_new_pack.RCizZh/_old  2025-08-06 14:34:41.931568178 +0200
+++ /var/tmp/diff_new_pack.RCizZh/_new  2025-08-06 14:34:41.935568345 +0200
@@ -41,7 +41,7 @@
 %ifarch x86_64
 BuildRequires:  gcc-32bit
 %endif
-%if %?suse_version >= 1550
+%if %{?suse_version} != 1600 && %{?suse_version} >= 1550
 BuildRequires:  gcc-devel
 %endif
 BuildRequires:  lld
@@ -49,7 +49,11 @@
 BuildRequires:  python3-devel
 Requires:       lld
 
+%if %{?suse_version} == 1600
+%define gccver %gcc_version
+%else
 %define gccver %(rpm -q --qf '%%{VERSION}' gcc)
+%endif
 %requires_eq    gcc%{gccver}
 
 %package devel

Reply via email to