Hello community, here is the log from the commit of package findbugs for openSUSE:Factory checked in at 2014-06-24 15:16:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/findbugs (Old) and /work/SRC/openSUSE:Factory/.findbugs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "findbugs" Changes: -------- --- /work/SRC/openSUSE:Factory/findbugs/findbugs.changes 2014-01-07 14:34:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.findbugs.new/findbugs.changes 2014-06-24 15:16:14.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Jun 23 09:00:19 UTC 2014 - [email protected] + +- Remove unused patch: + * findbugs-bcel.patch + +------------------------------------------------------------------- +Sun Jun 22 17:15:33 UTC 2014 - [email protected] + +- Increase stacksize for ppc as well + +------------------------------------------------------------------- Old: ---- findbugs-bcel.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ findbugs.spec ++++++ --- /var/tmp/diff_new_pack.ROfwwd/_old 2014-06-24 15:16:15.000000000 +0200 +++ /var/tmp/diff_new_pack.ROfwwd/_new 2014-06-24 15:16:15.000000000 +0200 @@ -195,11 +195,14 @@ cp %{SOURCE1000} . %build -if [ `uname -m` = "ppc64" -o `uname -m` = "ppc64le" ];then +case $(uname -m) in + ppc*) export ANT_OPTS="-Xss2m" -else + ;; + *) export ANT_OPTS="-Xss1m" -fi + ;; +esac # Build the class files ant -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
