Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libaio for openSUSE:Factory checked in at 2023-03-25 18:54:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libaio (Old) and /work/SRC/openSUSE:Factory/.libaio.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libaio" Sat Mar 25 18:54:53 2023 rev:41 rq:1074033 version:0.3.113 Changes: -------- --- /work/SRC/openSUSE:Factory/libaio/libaio.changes 2022-09-25 15:34:36.979523691 +0200 +++ /work/SRC/openSUSE:Factory/.libaio.new.31432/libaio.changes 2023-03-25 18:55:01.406559509 +0100 @@ -1,0 +2,5 @@ +Thu Mar 23 12:47:37 UTC 2023 - Martin Liška <[email protected]> + +- Make the package respect %optflags and disable LTO. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libaio.spec ++++++ --- /var/tmp/diff_new_pack.x0F03b/_old 2023-03-25 18:55:01.898562080 +0100 +++ /var/tmp/diff_new_pack.x0F03b/_new 2023-03-25 18:55:01.906562122 +0100 @@ -1,7 +1,7 @@ # # spec file for package libaio # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -66,7 +66,8 @@ %patch1 -p1 %build -%make_build OPTFLAGS="%{optflags}" +%define _lto_cflags %nil +CFLAGS="%{optflags}" %make_build %install %make_install libdir=%{_libdir} @@ -75,7 +76,7 @@ %check # qemu-linux-user does not emulate io_setup syscall, so none of the testsuite makes sense %if ! 0%{?qemu_user_space_build} -%make_build OPTFLAGS="%{optflags}" partcheck +CFLAGS="%{optflags}" %make_build partcheck %endif %post -n %{lname} -p /sbin/ldconfig
