- Update to 1.9.3
- BugFixes: * Ant 1.8 exec task changes have slowed exec to a crawl, apache#54128 * <parallel> swallowed the status code of nested <fail> tasks, apache#55539 * a race condition could make <fixcrlf> tasks of parallel builds to interfere with each other, apache#54393 * <mail>'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 - add gpg verification OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=48
This commit is contained in:
parent
2f61e91acb
commit
1b752cc34f
@ -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
|
||||
* <parallel> swallowed the status code of nested <fail> tasks,
|
||||
apache#55539
|
||||
* a race condition could make <fixcrlf> tasks of parallel builds to
|
||||
interfere with each other, apache#54393
|
||||
* <mail>'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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user