Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2022-11-30 15:00:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and      /work/SRC/openSUSE:Factory/.coccinelle.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coccinelle"

Wed Nov 30 15:00:17 2022 rev:36 rq:1039067 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes    2022-01-06 
15:51:57.120993287 +0100
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.1597/coccinelle.changes  
2022-11-30 15:01:15.245805129 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 10:51:36 UTC 2022 - Andreas Schwab <sch...@suse.de>
+
+- Enable build on riscv64
+- Increase stack size
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ coccinelle.spec ++++++
--- /var/tmp/diff_new_pack.JGrgxF/_old  2022-11-30 15:01:15.757808133 +0100
+++ /var/tmp/diff_new_pack.JGrgxF/_new  2022-11-30 15:01:15.765808180 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coccinelle
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Source0:        %name-%version.tar.xz
 Source1:        %name.rpmlintrc
 Patch1:         kill-env.diff
-ExclusiveArch:  aarch64 ppc64le s390x x86_64
+ExclusiveArch:  aarch64 ppc64le s390x x86_64 riscv64
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -66,6 +66,12 @@
 %build
 autoreconf -fi
 %configure --with-python=%python_for_executables
+# Compiling the generated parser requires an extraordinary amount of stack
+%if 0%{?qemu_user_space_build}
+export QEMU_STACK_SIZE=$((32768*1024))
+%else
+ulimit -s 32768
+%endif
 %make_build -j1 VERBOSE=yes
 
 %install

Reply via email to