Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2017-09-20 17:05:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcre (Old)
 and      /work/SRC/openSUSE:Factory/.pcre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcre"

Wed Sep 20 17:05:50 2017 rev:67 rq:525991 version:8.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcre/pcre.changes        2017-08-04 
11:56:45.841782233 +0200
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2017-09-20 
17:05:52.171170382 +0200
@@ -1,0 +2,6 @@
+Tue Sep 12 13:10:30 UTC 2017 - m...@suse.com
+
+- RunTest needs much stack, on s390x more than the default
+  8 MB.  [bnc#1046102]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcre.spec ++++++
--- /var/tmp/diff_new_pack.vkz8o8/_old  2017-09-20 17:05:53.486985153 +0200
+++ /var/tmp/diff_new_pack.vkz8o8/_new  2017-09-20 17:05:53.490984591 +0200
@@ -157,6 +157,9 @@
   --enable-utf8 \
   --enable-unicode-properties
 %if %{do_profiling}
+  # RunTest test 2 needs lots of stack, if it ever segfaults
+  # try increasing this
+  ulimit -s $((16*1024))
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" check
   make %{?_smp_mflags} clean
@@ -173,6 +176,9 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
+# RunTest test 2 needs lots of stack, if it ever segfaults
+# try increasing this
+ulimit -s $((16*1024))
 make %{?_smp_mflags} check
 
 %post -n libpcre1 -p /sbin/ldconfig



Reply via email to