Hello community,

here is the log from the commit of package derby for openSUSE:Factory checked 
in at 2016-06-25 02:21:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/derby (Old)
 and      /work/SRC/openSUSE:Factory/.derby.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "derby"

Changes:
--------
--- /work/SRC/openSUSE:Factory/derby/derby.changes      2015-08-01 
14:17:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.derby.new/derby.changes 2016-06-25 
02:22:12.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 20 14:11:08 UTC 2016 - pjano...@suse.de
+
+- Give javac more stack space for the build, so that it doesn't
+  fail pseudo-randomly (bsc#985388)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ derby.spec ++++++
--- /var/tmp/diff_new_pack.QEDKhG/_old  2016-06-25 02:22:13.000000000 +0200
+++ /var/tmp/diff_new_pack.QEDKhG/_new  2016-06-25 02:22:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package derby
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -99,6 +99,9 @@
 ln -sf $(build-classpath lucene/lucene-analyzers) 
tools/java/lucene-analyzers-common.jar
 ln -sf $(build-classpath lucene/xml-query-parser) 
tools/java/lucene-queryparser.jar
 
+# So that the build doesn't fail on a stack overflow
+export ANT_OPTS="-Xss2m"
+
 export CLASSPATH="$(build-classpath xerces-j2-xml-apis)"
 ant buildsource buildjars javadoc
 


Reply via email to