diff --git a/ant-antlr.changes b/ant-antlr.changes index accf4ac..e216d8d 100644 --- a/ant-antlr.changes +++ b/ant-antlr.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jan 2 08:36:18 UTC 2014 - mvyskocil@suse.com + +- Update to 1.9.3 +- BugFixes: + * Ant 1.8 exec task changes have slowed exec to a crawl, apache#54128 + * swallowed the status code of nested tasks, + apache#55539 + * a race condition could make tasks of parallel builds to + interfere with each other, apache#54393 + * 's mailport still didn't work properly when using smtps, + apache#49267 + * using attributes belonging to the if and unless namespaces + made macrodef fail, apache#55885. + * Apt is not available under JDK 1.8, apache#55922 +- drop unused macros +- add gpg verification + ------------------------------------------------------------------- Wed Dec 4 14:58:13 UTC 2013 - mvyskocil@suse.com diff --git a/ant-antlr.spec b/ant-antlr.spec index c35d45c..a87b28f 100644 --- a/ant-antlr.spec +++ b/ant-antlr.spec @@ -22,7 +22,8 @@ %global bootstrap 0 # disable javadoc build on arm platform - it delays a build a lot -%ifnarch %{arm} +# mvyskocil: ifarch does not work for noarch packages ... +%if %{_arch} != arm %global build_javadoc 1 %else %global build_javadoc 0 diff --git a/ant.changes b/ant.changes index 9adfbfc..6a7de0a 100644 --- a/ant.changes +++ b/ant.changes @@ -14,6 +14,7 @@ Thu Jan 2 08:36:18 UTC 2014 - mvyskocil@suse.com made macrodef fail, apache#55885. * Apt is not available under JDK 1.8, apache#55922 - drop unused macros +- add gpg verification ------------------------------------------------------------------- Wed Dec 4 14:58:13 UTC 2013 - mvyskocil@suse.com