Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package m4 for openSUSE:Factory checked in at 2025-05-26 18:31:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/m4 (Old) and /work/SRC/openSUSE:Factory/.m4.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "m4" Mon May 26 18:31:52 2025 rev:47 rq:1279279 version:1.4.20 Changes: -------- --- /work/SRC/openSUSE:Factory/m4/m4.changes 2025-05-15 16:59:15.396866152 +0200 +++ /work/SRC/openSUSE:Factory/.m4.new.2732/m4.changes 2025-05-26 18:32:49.872603137 +0200 @@ -1,0 +2,5 @@ +Mon May 19 08:33:20 UTC 2025 - Andreas Schwab <sch...@suse.de> + +- Skip all stack overflow tests in qemu linux-user emulation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ m4.spec ++++++ --- /var/tmp/diff_new_pack.RZIlit/_old 2025-05-26 18:32:50.384624604 +0200 +++ /var/tmp/diff_new_pack.RZIlit/_new 2025-05-26 18:32:50.388624772 +0200 @@ -60,6 +60,13 @@ %endif %check +%if 0%{?qemu_user_space_build} +# Stack overflow tests are not supported by qemu linux-user emulation +echo exit 77 > checks/stackovf.test +echo exit 77 > tests/test-c-stack.sh +echo 'int main () { return 77; }' > tests/test-sigsegv-catch-stackoverflow1.c +echo 'int main () { return 77; }' > tests/test-sigsegv-catch-stackoverflow2.c +%endif %make_build check CFLAGS="%{optflags}" %install