Hello community,

here is the log from the commit of package findbugs for openSUSE:Factory 
checked in at 2012-12-19 10:54:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/findbugs (Old)
 and      /work/SRC/openSUSE:Factory/.findbugs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "findbugs", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/findbugs/findbugs.changes        2012-06-19 
21:39:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.findbugs.new/findbugs.changes   2012-12-19 
10:54:16.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 12 17:53:31 UTC 2012 - [email protected]
+
+- increase stack size for ppc64 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ findbugs.spec ++++++
--- /var/tmp/diff_new_pack.zX8NzJ/_old  2012-12-19 10:54:17.000000000 +0100
+++ /var/tmp/diff_new_pack.zX8NzJ/_new  2012-12-19 10:54:17.000000000 +0100
@@ -174,7 +174,11 @@
 export CLASSPATH=
 export OPT_JAR_LIST="`%{__cat} %{_sysconfdir}/ant.d/{junit,nodeps}`"
 
-export ANT_OPTS="-Xss1m"
+if [ `uname -m` = "ppc64" ];then
+       export ANT_OPTS="-Xss2m"
+else
+       export ANT_OPTS="-Xss1m"
+fi
 %{ant} build apiJavadoc runjunit
 
 %install




-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to