Hello community, here is the log from the commit of package jtidy for openSUSE:Factory checked in at 2012-12-19 10:59:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jtidy (Old) and /work/SRC/openSUSE:Factory/.jtidy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jtidy", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/jtidy/jtidy.changes 2012-06-16 06:55:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.jtidy.new/jtidy.changes 2012-12-19 10:59:54.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Dec 12 17:02:32 UTC 2012 - [email protected] + +- increase stack size for ppc64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jtidy.spec ++++++ --- /var/tmp/diff_new_pack.El8CJM/_old 2012-12-19 11:00:00.000000000 +0100 +++ /var/tmp/diff_new_pack.El8CJM/_new 2012-12-19 11:00:00.000000000 +0100 @@ -93,7 +93,11 @@ %build export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository mkdir -p $MAVEN_REPO_LOCAL +if [ `uname -m` = "ppc64" ];then +export ANT_OPTS="-Xss2m" +else export ANT_OPTS="-Xss1m" +fi export CLASSPATH=$(build-classpath junit slf4j xerces-j2 xml-commons-jaxp-1.3-apis):`pwd`/target/classes:`pwd`/target/test-classes export OPT_JAR_LIST="junit ant/ant-junit" %{ant} \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
