Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sbcl for openSUSE:Factory checked in at 2022-12-16 17:52:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sbcl (Old) and /work/SRC/openSUSE:Factory/.sbcl.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sbcl" Fri Dec 16 17:52:16 2022 rev:84 rq:1043327 version:2.2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes 2022-11-01 13:42:40.503930183 +0100 +++ /work/SRC/openSUSE:Factory/.sbcl.new.1835/sbcl.changes 2022-12-16 17:52:21.984253684 +0100 @@ -1,0 +2,6 @@ +Fri Dec 16 11:59:08 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Inject -D_GNU_SOURCE to CFLAGS: fixes Fixes build issue due to + O_LARGEFILE hiding behind feature test macro. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sbcl.spec ++++++ --- /var/tmp/diff_new_pack.WcuJYV/_old 2022-12-16 17:52:22.900258725 +0100 +++ /var/tmp/diff_new_pack.WcuJYV/_new 2022-12-16 17:52:22.908258770 +0100 @@ -133,7 +133,7 @@ sed -i -e "s|\"%version\"|\"%version-%release-%_vendor\"|" version.lisp-expr %build -CFLAGS="%optflags" +export CFLAGS="%optflags -D_GNU_SOURCE" %if %{with bootstrap} %{?sbcl_arch:export SBCL_ARCH=%{sbcl_arch}} %if 0%{?with_clisp}