Compare commits
120 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
473504ccf6 | ||
|
|
4317c01810 | ||
|
|
9caa2694f9 | ||
|
|
b480d63529 | ||
|
|
e4877d6290 | ||
|
|
bd1c0ec29f | ||
|
|
e689f86c93 | ||
|
|
77fcbc8137 | ||
|
|
ad3aef671b | ||
|
|
e2caac0f78 | ||
|
|
973f9c3e59 | ||
|
|
15dbe01c5f | ||
|
|
051f558c87 | ||
|
|
0a337c8139 | ||
|
|
43d970bb72 | ||
|
|
aa42e0462d | ||
|
|
2733cf0380 | ||
|
|
1933daaa10 | ||
|
|
a2364468e6 | ||
|
|
5af94e1d7b | ||
|
|
e49cc98251 | ||
|
|
55607b781f | ||
|
|
d8ddf1e477 | ||
|
|
d807176293 | ||
|
|
20b8a9a559 | ||
|
|
6a52a8f5a1 | ||
|
|
f0e0a87524 | ||
|
|
ac8a2e6d28 | ||
|
|
84dbd254ee | ||
|
|
845d09e520 | ||
|
|
48153cccc9 | ||
|
|
1c7c12ecf5 | ||
|
|
25a649833d | ||
|
|
4e8c25ec6e | ||
|
|
2abd9d1f37 | ||
|
|
5ab48d8688 | ||
|
|
6bacfb064e | ||
|
|
2651949f0c | ||
|
|
253f8d59cb | ||
|
|
5df86f3492 | ||
|
|
e552841578 | ||
|
|
55f499c982 | ||
|
|
78908587db | ||
|
|
452c0da53a | ||
|
|
2128679a8e | ||
|
|
94a7d9664c | ||
|
|
4cc59de76e | ||
|
|
57df2ef008 | ||
|
|
d1f800da54 | ||
|
|
5352c83c3a | ||
|
|
6a314a071c | ||
|
|
3908eb8854 | ||
|
|
fcf36a050e | ||
|
|
eeb2136490 | ||
|
|
d155480d5b | ||
|
|
017a0402ce | ||
|
|
95d653fb7c | ||
|
|
f1973ec344 | ||
|
|
b5ac56c69c | ||
|
|
7c2b07e80c | ||
|
|
80c4c8ac56 | ||
|
|
745d65b69f | ||
|
|
2a9da76be8 | ||
|
|
0654f40efc | ||
|
|
71a50d9a51 | ||
|
|
c864f72f4e | ||
|
|
94ac454c49 | ||
|
|
8bcf7628b7 | ||
|
|
bf3e96b4cf | ||
|
|
1ed56aad68 | ||
|
|
7eb402863a | ||
|
|
597d66710f | ||
|
|
88927529df | ||
|
|
3947e3add3 | ||
|
|
f3dd49b521 | ||
|
|
26da6fdc77 | ||
|
|
9fd34edfad | ||
|
|
2a0190183b | ||
|
|
8b63e0e334 | ||
|
|
ea8b5e765e | ||
|
|
046a3f8adc | ||
|
|
5c11d2b807 | ||
|
|
43af8a38cb | ||
|
|
d479d437ef | ||
|
|
53cd5c1e08 | ||
|
|
4623572b38 | ||
|
|
4feeb982c3 | ||
|
|
1606585cd3 | ||
|
|
117117daa5 | ||
|
|
8a95f68f70 | ||
|
|
c9e077659e | ||
|
|
c9ae62152d | ||
|
|
abbad1c3f6 | ||
|
|
893881587c | ||
|
|
5633da6c74 | ||
|
|
cadd578eea | ||
|
|
2302350750 |
||
|
|
7c6030948f |
||
|
|
3f8033c51e |
||
|
|
6fecb9b15a |
||
|
|
2311c8e2cb | ||
|
|
276bbbdeee | ||
|
|
e7221f8014 | ||
|
|
37cb428399 |
||
|
|
9bbde7c484 |
||
|
|
dc87d7535c | ||
|
|
29602300f3 | ||
|
|
fe0c89c29f | ||
|
|
4423548e42 | ||
|
|
91474899f5 | ||
|
|
244947ee88 | ||
|
|
ece89f16d2 | ||
|
|
efae49cedf | ||
|
|
1d2640ee4d | ||
|
|
4f629929c9 | ||
|
|
ba62f038df | ||
|
|
426d9cd778 | ||
|
|
b7dcde0b3e | ||
|
|
7524df7a04 | ||
|
|
8d8f44adbb |
11 changed files with 1165 additions and 886 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -21,3 +21,11 @@
|
|||
/apache-ant-1.10.4-src.tar.bz2
|
||||
/apache-ant-1.10.5-src.tar.bz2
|
||||
/apache-ant-1.10.6-src.tar.bz2
|
||||
/apache-ant-1.10.7-src.tar.bz2
|
||||
/apache-ant-1.10.8-src.tar.bz2
|
||||
/apache-ant-1.10.9-src.tar.bz2
|
||||
/apache-ant-1.10.11-src.tar.bz2
|
||||
/apache-ant-1.10.12-src.tar.bz2
|
||||
/apache-ant-1.10.13-src.tar.bz2
|
||||
/apache-ant-1.10.14-src.tar.bz2
|
||||
/apache-ant-1.10.15-src.tar.bz2
|
||||
|
|
|
|||
37
ant-build.xml.patch
Normal file
37
ant-build.xml.patch
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
--- ant/build.xml~ 2021-05-17 12:32:48.406394876 +0200
|
||||
+++ ant/build.xml 2021-05-17 12:32:39.990389601 +0200
|
||||
@@ -819,7 +817,6 @@
|
||||
</metainf>
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="org.apache.tools.ant.Main"/>
|
||||
- <attribute name="Class-Path" value="ant.jar xalan.jar"/>
|
||||
</manifest>
|
||||
</jar>
|
||||
|
||||
@@ -1562,7 +1559,25 @@
|
||||
verbose="${javadoc.verbose}"
|
||||
additionalparam="${javadoc.doclint.none}">
|
||||
|
||||
- <packageset dir="${java.dir}"/>
|
||||
+ <fileset dir="${java.dir}">
|
||||
+ <include name="**/*.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/taskdefs/email/MimeMailer.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/taskdefs/optional/NetRexxC.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/taskdefs/optional/image/Image.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/Arc.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/BasicShape.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/Draw.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/DrawOperation.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/Ellipse.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/ImageOperation.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/Rectangle.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/Rotate.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/Scale.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/Text.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/TransformOperation.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/types/optional/image/ColorMapper.java"/>
|
||||
+ <exclude name="org/apache/tools/ant/taskdefs/optional/image/ImageIOTask.java"/>
|
||||
+ </fileset>
|
||||
|
||||
<!-- hide some meta information for javadoc -->
|
||||
<tag name="todo" description="To do:" scope="all"/>
|
||||
|
|
@ -17,4 +17,8 @@ else
|
|||
|
||||
# ANT_HOME for rpm layout
|
||||
ANT_HOME=/usr/share/ant
|
||||
|
||||
if [ -z "$JAVA_HOME" ] ; then
|
||||
. /etc/java/ant.conf
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
820
changelog
Normal file
820
changelog
Normal file
|
|
@ -0,0 +1,820 @@
|
|||
* Tue Jul 30 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-13
|
||||
- Adjust bootstrap build for javapackages-bootstrap update
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.14-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jun 13 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-11
|
||||
- Run tests in explicit offline mode
|
||||
|
||||
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 1.10.14-10
|
||||
- Rebuilt for java-21-openjdk as system jdk
|
||||
|
||||
* Fri Feb 23 2024 Jiri Vanek <jvanek@redhat.com> - 1.10.14-9
|
||||
- bump of release for for java-21-openjdk as system jdk
|
||||
|
||||
* Thu Feb 22 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-8
|
||||
- Drop explicit build-requires on java-devel
|
||||
|
||||
* Tue Feb 13 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-7
|
||||
- Drop patch removing tools.jar from test classpath
|
||||
|
||||
* Fri Feb 09 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-6
|
||||
- Fix source tarball URL
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.14-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.14-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Dec 05 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-3
|
||||
- Update Maven coordinates for commons-logging API
|
||||
|
||||
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.14-2
|
||||
- Rebuild
|
||||
|
||||
* Tue Aug 22 2023 Marian Koncek <mkoncek@redhat.com> - 1.10.14-1
|
||||
- Update to upstream version 1.10.14
|
||||
|
||||
* Mon Aug 21 2023 Marian Koncek <mkoncek@redhat.com> - 1.10.13-1
|
||||
- Update to upstream version 1.10.13
|
||||
|
||||
* Fri Aug 18 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.12-11
|
||||
- Add transitive dependency on commons-lang3 through bcel
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.12-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.12-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.12-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jul 14 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.12-7
|
||||
- Skip running ImageIOTest test
|
||||
|
||||
* Mon Jun 06 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.12-6
|
||||
- Rebuild to fix incorrect version string
|
||||
- Resolves: rhbz#1936159
|
||||
|
||||
* Fri Jun 03 2022 Marian Koncek <mkoncek@redhat.com> - 1.10.12-5
|
||||
- Fix integer overflow when parsing SOURCE_DATE_EPOCH
|
||||
|
||||
* Fri Apr 22 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.12-4
|
||||
- Fix FTBFS with JUnit 5.8.x
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.10.12-3
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Nov 09 2021 Marian Koncek <mkoncek@redhat.com> - 1.10.12-1
|
||||
- Update to upstream version 1.10.12
|
||||
|
||||
* Wed Oct 13 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.11-2
|
||||
- Bump release
|
||||
|
||||
* Thu Sep 9 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.10.11-1
|
||||
- Add Obsoletes for removed apache-log4j subpackage to fix upgrades
|
||||
|
||||
* Wed Aug 11 2021 Marian Koncek <mkoncek@redhat.com> - 1.10.11-1
|
||||
- Update to upstream version 1.10.11
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.9-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.9-5
|
||||
- Disable deprecated log4j logging functionality
|
||||
|
||||
* Mon Jun 21 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.9-4
|
||||
- Remove support for JavaScript
|
||||
|
||||
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.10.9-3
|
||||
- Bootstrap build
|
||||
- Non-bootstrap build
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Oct 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0:1.10.9-1
|
||||
- Update to version 1.10.9.
|
||||
- Addresses: CVE-2020-11979
|
||||
|
||||
* Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0:1.10.8-6
|
||||
- Remove workaround for jarsigner issues / RHBZ#1869017.
|
||||
|
||||
* Wed Sep 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0:1.10.8-5
|
||||
- Switch from log4j 1.2 compat package to log4j 1.2 API shim.
|
||||
|
||||
* Sun Aug 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0:1.10.8-4
|
||||
- Temporarily disable some jarsigner tests to work around RHBZ#1869017.
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:1.10.8-2
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
- disabled javadoc, as it fails in jdk11, and ant should not be an FTBFS to soon
|
||||
|
||||
* Sat May 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0:1.10.8-1
|
||||
- Update to version 1.10.8.
|
||||
- Addresses: CVE-2020-1945
|
||||
|
||||
* Fri May 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0:1.10.7-1
|
||||
- Update to version 1.10.7.
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2019 Fabio Valentini <decathorpe@gmail.com> - 0:1.10.6-1
|
||||
- Update to version 1.10.6.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sat Apr 27 2019 François Cami <fcami@redhat.com> - - 0:1.10.5-5
|
||||
- Bump to fix FTBFS
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Nov 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0:1.10.5-3
|
||||
- Use C.UTF-8 locale
|
||||
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
||||
|
||||
* Mon Aug 20 2018 Mat Booth <mat.booth@redhat.com> - 0:1.10.5-2
|
||||
- Enable building the optional junit5 module
|
||||
|
||||
* Thu Aug 02 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.5-1
|
||||
- Update to upstream version 1.10.5
|
||||
|
||||
* Thu Aug 02 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.4-4
|
||||
- Add a manpage
|
||||
- Avoid installing antRun auxiliary script in bindir, keep it in ant_home
|
||||
|
||||
* Mon Jul 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 0:1.10.4-3
|
||||
- Require javapackages-tools for ant script.
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 26 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.4-1
|
||||
- Update to upstream version 1.10.4
|
||||
- Resolves: rhbz#1584407
|
||||
|
||||
* Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.3-2
|
||||
- Remove legacy Obsoletes/Provides
|
||||
|
||||
* Wed Mar 28 2018 Michael Simacek <msimacek@redhat.com> - 0:1.10.3-1
|
||||
- Update to upstream version 1.10.3
|
||||
|
||||
* Wed Feb 7 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.2-1
|
||||
- Update to upstream version 1.10.2
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Mon Sep 04 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.1-8
|
||||
- Fix directory ownership
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Tue Mar 28 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.1-6
|
||||
- Fix requires
|
||||
- Use JDK's jaxp instead of xerces
|
||||
|
||||
* Tue Mar 21 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.1-5
|
||||
- Install with XMvn
|
||||
|
||||
* Wed Mar 1 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.1-4
|
||||
- Fix hardcoded paths in ant script and conf
|
||||
- Fix requires on xz-java
|
||||
|
||||
* Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.1-3
|
||||
- Don't hardcode path to xargs
|
||||
|
||||
* Thu Feb 16 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.10.1-2
|
||||
- Conditionalize weak dependencies
|
||||
|
||||
* Wed Feb 15 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.1-1
|
||||
- Update to upstream version 1.10.1
|
||||
|
||||
* Fri Feb 10 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.0-3
|
||||
- Use log4j12
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Jan 02 2017 Michael Simacek <msimacek@redhat.com> - 0:1.10.0-1
|
||||
- Update to upstream version 1.10.0
|
||||
|
||||
* Mon Dec 12 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.7-1
|
||||
- Update to upstream version 1.9.7
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.9.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jul 10 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.6-2
|
||||
- Recommend java-devel instead of requiring it
|
||||
|
||||
* Thu Jul 02 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.6-1
|
||||
- Update to upstream version 1.9.6
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.9.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Jun 04 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.5-1
|
||||
- Update to upstream version 1.9.5
|
||||
|
||||
* Fri Apr 03 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.4-11
|
||||
- Move launcher to lib subpackage
|
||||
|
||||
* Wed Apr 1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-10
|
||||
- Update description
|
||||
|
||||
* Tue Mar 31 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.4-9
|
||||
- Split library part into subpackage (rhbz#1119283)
|
||||
|
||||
* Wed Mar 11 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-8
|
||||
- Add alias for ant:ant-launcher
|
||||
|
||||
* Wed Feb 4 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-7
|
||||
- Add hamcrest to ant-junit classpath
|
||||
|
||||
* Mon Jan 26 2015 Michael Simacek <msimacek@redhat.com> - 0:1.9.4-6
|
||||
- Add hamcrest into classpath
|
||||
|
||||
* Tue Jan 13 2015 Mat Booth <mat.booth@redhat.com> - 0:1.9.4-5
|
||||
- Resolves: rhbz#1180568 - Add rhino to classpath for bsf plug-in
|
||||
|
||||
* Mon Aug 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.4-4
|
||||
- Add aliases for ant:ant and apache:ant
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.9.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue May 6 2014 Alexander Kurtakov <akurtako@redhat.com> 0:1.9.4-2
|
||||
- Reenable tests.
|
||||
|
||||
* Tue May 6 2014 Alexander Kurtakov <akurtako@redhat.com> 0:1.9.4-1
|
||||
- Update to upstream 1.9.4.
|
||||
- Disable tests as they use new junit tas attribute added in this release.
|
||||
|
||||
* Fri Feb 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.3-2
|
||||
- Skip installation perl and python scripts
|
||||
|
||||
* Thu Jan 2 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.3-1
|
||||
- Update to upstream version 1.9.3
|
||||
|
||||
* Thu Sep 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-7
|
||||
- Install Maven depmaps in appropriate subpackages
|
||||
- Resolves: rhbz#996062
|
||||
|
||||
* Fri Aug 30 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-6
|
||||
- Fix antRun script
|
||||
- Resolves: rhbz#675949
|
||||
|
||||
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-5
|
||||
- xerces-j2 and xml-commons-apis should be in classpath (Resolves: rhbz#994556)
|
||||
|
||||
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-4
|
||||
- Temporarily add xerces-j2 and xml-commons-apis to classpath, see #994556
|
||||
|
||||
* Fri Jul 26 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-3
|
||||
- Rebuilt to regenerate depmap files
|
||||
- Resolves: rhbz#988797
|
||||
|
||||
* Thu Jul 25 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.2-2
|
||||
- Update license after removal of W3C content upstream
|
||||
|
||||
* Wed Jul 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.2-1
|
||||
- Update to upstream version 1.9.2
|
||||
- Remove usage of %%add_to_maven_depmap
|
||||
|
||||
* Tue Jul 2 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.1-3
|
||||
- Remove arch-specific patch as ant is noarch now
|
||||
- Remove bcond macro definitions (provided by rpm itself)
|
||||
- Remove Group tags
|
||||
- Update to current packaging guidelines
|
||||
- Run tests in %%check instead of %%build
|
||||
- Remove dependencies on xerces-j2 and xml-commons-apis, resolves: rhbz#838711
|
||||
- Convert %%global build_javadoc to conditional
|
||||
- Remove bootstrap code, resolves: rhbz#915437
|
||||
- Fail the build if any of JARs is empty
|
||||
- Skip running tests that fail on Koji, resolves: rhbz#979496
|
||||
- Merge scripts into main package, resolves: rhbz#798975
|
||||
|
||||
* Mon Jun 03 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.1-2
|
||||
- Enable unit tests
|
||||
|
||||
* Wed May 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.9.1-1
|
||||
- Update to upstream version 1.9.1
|
||||
|
||||
* Mon Apr 22 2013 Alexander Kurtakov <akurtako@redhat.com> 0:1.9.0-2
|
||||
- Drop a pile of old provider/requires/obsoletes that are no longer usable
|
||||
and cause only problem if ant is scl-ized.
|
||||
|
||||
* Mon Mar 11 2013 Michal Srb <msrb@redhat.com> - 0:1.9.0-1
|
||||
- Update to upstream version 1.9.0
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.8.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Tue Nov 27 2012 Tomas Radej <tradej@redhat.com> - 0:1.8.4-5
|
||||
- Requires on jpackage-utils in javadoc
|
||||
- Added LICENSE and NOTICE in manual subpackage
|
||||
|
||||
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 0:1.8.4-4
|
||||
- Including LICENSE and NOTICE in the javadoc subpackage
|
||||
|
||||
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 0:1.8.4-3
|
||||
- Fixing the license tag
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.8.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jun 15 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.4-1
|
||||
- Update to new upstream version.
|
||||
|
||||
* Wed May 2 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.3-2
|
||||
- Use apache-commons-* instead of jakarta-commons-*.
|
||||
- Drop xml-commons-apis-13 BR/R since it's no longer needed.
|
||||
|
||||
* Wed Feb 29 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.3-1
|
||||
- Update to upstream 1.8.3 release.
|
||||
- Drop old stuff.
|
||||
|
||||
* Tue Feb 07 2012 Tomas Radej <tradej@redhat.com> - 0:1.8.2-9
|
||||
- Added patch
|
||||
|
||||
* Tue Feb 07 2012 Tomas Radej <tradej@redhat.com> - 0:1.8.2-8
|
||||
- Removed checking for classpath duplicates
|
||||
- Added ant-junit4.jar into %%files and ant.d
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.8.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Jul 6 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.2-6
|
||||
- Make scripts executable.
|
||||
- Adapt to current guidelines.
|
||||
|
||||
* Thu Mar 10 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.2-5
|
||||
- Fix xalan-j2 subpackage path.
|
||||
|
||||
* Tue Feb 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.8.2-4
|
||||
- Change oro to jakarta-oro in BR/R
|
||||
|
||||
* Wed Feb 9 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.8.2-3
|
||||
- Add backward compatible maven depmap for nodeps jar
|
||||
- Revert define->global change (different semantic in rpm 4.9.X)
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Jan 3 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.2-1
|
||||
- Update to new upstream version.
|
||||
- Guidelines fixes.
|
||||
|
||||
* Sun Nov 28 2010 Ville Skyttä <ville.skytta@iki.fi> - 0:1.8.1-9
|
||||
- Install javadocs into unversioned dir (#657879).
|
||||
|
||||
* Tue Nov 23 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.8.1-8
|
||||
- Fix pom filename (Resolves rhbz#655787)
|
||||
|
||||
* Thu Oct 28 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-7
|
||||
- Build and package ant-testutil
|
||||
|
||||
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-6
|
||||
- Remove jaf from the classpath.
|
||||
|
||||
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-5
|
||||
- Drop gcj support.
|
||||
- Drop jaf BR/R it is part of Java 5+.
|
||||
|
||||
* Fri Oct 1 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-4
|
||||
- Move ant-trax Provides/Obsoletes to ant-nodeps
|
||||
|
||||
* Thu Aug 26 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-3
|
||||
- Remove -SNAPSHOT from version
|
||||
|
||||
* Wed Aug 25 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.8.1-2
|
||||
- Use global instead of define.
|
||||
- Fix parent pom install.
|
||||
|
||||
* Mon Aug 16 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-1
|
||||
- Update to ant 1.8.1
|
||||
- Update no-test-jar patch
|
||||
- Update class-path-in-manifest patch
|
||||
- Drop gnu-classpath patch
|
||||
- Retire trax subpackage no longer shipped
|
||||
- Add xalan2 subpackage and support for junitreport task
|
||||
- Drop old jakarta jar aliases
|
||||
|
||||
* Thu Aug 13 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.7.1-12
|
||||
- Fix compile with commons-net 2.0.
|
||||
|
||||
* Fri Aug 7 2009 Orion Poplawski <orion@cora.nwra.com> - 0:1.1.7-11
|
||||
- Add links to jar files into %%{ant_home} (Bug #179759)
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.1-10.2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.1-9.2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0:1.7.1-8.2
|
||||
- Rebuild for Python 2.6
|
||||
|
||||
* Wed Oct 1 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0:1.7.1-7.2
|
||||
- Exclude bogus perl(the) Requires
|
||||
- Exclude bogus perl(oata), perl(examples) Provides
|
||||
|
||||
* Fri Sep 26 2008 Permaine Cheung <pcheung@redhat.com> 0:1.7.1-7.1
|
||||
- Define with_gcj_support
|
||||
|
||||
* Tue Sep 23 2008 Permaine Cheung <pcheung@redhat.com> 0:1.7.1-7
|
||||
- Update to 1.7.1
|
||||
- Fix some rpmlint issues
|
||||
|
||||
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-7
|
||||
- enable non-bootstrap
|
||||
|
||||
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-6
|
||||
- add ant-bootstrap jar if bootstrap is enabled
|
||||
- enable jmf, swing, trax if bootstrap is enabled
|
||||
- BuildRequires: jaxp_transform_impl
|
||||
- BuildRequires: junit for non-bootstrap
|
||||
|
||||
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-5
|
||||
- enable ant-nodeps in bootstrap mode
|
||||
|
||||
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-4
|
||||
- remove junit for bootstrap
|
||||
|
||||
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-3
|
||||
- build as bootstrap
|
||||
|
||||
* Tue Jul 15 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-2
|
||||
- set rpm_mode=false by default
|
||||
|
||||
* Thu Jul 10 2008 David Walluck <dwalluck@redhat.com> 0:1.7.1-1
|
||||
- 1.7.1
|
||||
- update maven pom files
|
||||
- rediff apache-ant-jars.patch
|
||||
- rediff apache-ant-bz163689.patch
|
||||
- add apache-ant-gnu-classpath.patch
|
||||
- set rpm_mode=true in conf since the ant script handles the rest
|
||||
|
||||
* Thu Jul 10 2008 David Walluck <dwalluck@redhat.com> 0:1.7.0-3
|
||||
- add bootstrap mode
|
||||
- replace some alternatives/virtual requires by explicit requires
|
||||
- remove javadoc scriptlets
|
||||
- fix GCJ support
|
||||
- add workaround for xalan-j2 in %%{_sysconfdir}/%%{name}.d/trax
|
||||
- version Obsoletes and add Provides
|
||||
- remove Conflicts
|
||||
- mark files in %%{_sysconfdir} as %%config(noreplace)
|
||||
|
||||
* Tue Jul 03 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.7.0-2.jpp5
|
||||
- Add poms and depmap frags
|
||||
- (B)R jpackage-utils >= 0:1.7.5
|
||||
- BR java-devel = 0:1.5.0
|
||||
- R java >= 0:1.5.0
|
||||
|
||||
* Wed Jun 20 2007 Fernando Nasser <fnasser at redhat.com> - 0:1.7.0-1jpp
|
||||
- Upgrade to the final 1.7.0
|
||||
|
||||
* Thu Sep 21 2006 Will Tatam <will.tatam@red61.com> - 0:1.7.0-0.Beta1.1jpp
|
||||
- Upgraded to 1.7.0Beta1
|
||||
- removed the apache-ant-1.6.5-jvm1.5-detect.patch as merged upstream
|
||||
|
||||
* Fri Aug 11 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.6.5-2jpp
|
||||
- Added conditional native compilation
|
||||
- Added patch to fix jvm version detection
|
||||
- Add missing requirements
|
||||
- Synch with Fedora spec
|
||||
|
||||
* Wed Nov 09 2005 Fernando Nasser <fnasser at redhat.com> - 0:1.6.5-1jpp
|
||||
- Upgrade to 1.6.5
|
||||
- Incorporate the following changes:
|
||||
From Gary Benson <gbenson at redhat.com>:
|
||||
- Allow subpackages not in Fedora to be installed from JPackage
|
||||
- Add NOTICE file as per Apache License version 2.0
|
||||
- Own /usr/share/java/ant
|
||||
From Vadim Nasardinov <vadimn@redhat.com>
|
||||
- Removed apache-ant-1.6.2.patch. Incorporated upstream.
|
||||
From David Walluck <david@jpackage.org>
|
||||
- Add manifest-only package (mainly for eclipse)
|
||||
- Add conflicts on j2sdk for Mandriva
|
||||
|
||||
* Mon Nov 8 2004 Gary Benson <gbenson at redhat.com> - 0:1.6.2-3jpp
|
||||
- Build OPT_JAR_LIST from files in /etc/ant.d.
|
||||
|
||||
* Mon Sep 06 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.2-2jpp
|
||||
- Fix to backward compatibility symbolic links.
|
||||
|
||||
* Tue Aug 17 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.2-1jpp
|
||||
- Update to Ant 1.6.2
|
||||
|
||||
* Thu Aug 05 2004 Fernando Nasser <fnasser at redhat.com> - 0:1.6.1-2jpp
|
||||
- Remove incorrect noreplace option for ant.conf; it can't be used anymore
|
||||
because the sub-packages update that file.
|
||||
- Add patch to fix temp directory used for file containing large
|
||||
command strings (> 4k)
|
||||
|
||||
* Tue Jun 01 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-1jpp
|
||||
- Extend subpackage builds to update ant.conf
|
||||
|
||||
* Tue Mar 23 2004 Randy Watler <rwatler at finali.com> - 0:1.6.1-1jpp
|
||||
- Update to Ant 1.6.1
|
||||
- Change ant launch script to source instead of patch
|
||||
- Move optional components to ant subdirectory: %%{_javadir}/%%{name}
|
||||
- Remove os/2 scripts and set JAVA_HOME for build
|
||||
|
||||
* Wed Feb 11 2004 Randy Watler <rwatler at finali.com> - 0:1.6.0-1jpp
|
||||
- Update to Ant 1.6.0
|
||||
- Break out optional/optional-full components
|
||||
- Revise ant launch scripts and support ~/.ant/ant.conf configuration file
|
||||
- Use --noconfig flag to bootstrap ant build and override existing jpp config
|
||||
- Modify ant launcher to use ant.library.dir property to find extra jars
|
||||
- Port changes made in ant launch script for 1.6.2 back into patches
|
||||
|
||||
* Wed Aug 13 2003 Paul Nasrat <pauln at truemesh.com> - 0:1.5.4-2jpp
|
||||
- remove bogus NoSource entries
|
||||
|
||||
* Tue Aug 12 2003 Paul Nasrat <pauln at truemesh.com> - 0:1.5.4-1jpp
|
||||
- Update to 1.5.4
|
||||
- JavaCC task fixed using merged upstream patches from ant HEAD
|
||||
|
||||
* Mon May 5 2003 Ville Skyttä <ville.skytta@iki.fi> - 0:1.5.3-2jpp
|
||||
- Fix non-versioned javadoc symlinking.
|
||||
|
||||
* Tue Apr 22 2003 Ville Skyttä <ville.skytta@iki.fi> - 0:1.5.3-1jpp
|
||||
- Update to 1.5.3.
|
||||
- Remove runtime java-devel dependency.
|
||||
- Add Epochs in all Provides and Requires.
|
||||
- Include non-versioned javadoc symlink.
|
||||
- Build without dependencies that are partially or completely missing from
|
||||
JPackage 1.5 (oldbsf, xalan-j1, stylebook1.0b3).
|
||||
- Add netcomponents to optional jar list in ant.conf.
|
||||
|
||||
* Tue Apr 01 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-13jpp
|
||||
- ant-optional is optional (silly me)
|
||||
- jaxp_transform is optional , do not require it
|
||||
- epoch, correct jpackage-utils requires...
|
||||
|
||||
* Fri Mar 21 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-11jpp
|
||||
- add an optional jar list as per Ville's suggestion
|
||||
|
||||
* Thu Mar 20 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-10jpp
|
||||
- hopefully fix CLASSSPATH_OVERRIDE behaviour
|
||||
|
||||
* Tue Mar 18 2003 Nicolas Mailhot <Nicolas.Mailhot at JPackage.org> - 1.5.2-7jpp
|
||||
- for JPackage-utils 1.5
|
||||
|
||||
* Wed Mar 12 2003 Ville Skyttä <ville.skytta@iki.fi> - 1.5.2-5jpp
|
||||
- Move ANT_HOME to /usr/share/ant.
|
||||
- Don't special-case the lib dir for RPM layout any more, use ANT_HOME/lib.
|
||||
- Install XSLs into ANT_HOME/etc.
|
||||
- Call set_jvm by default in ant.conf.
|
||||
- Provide ant-optional-clean (versioned) in ant-optional.
|
||||
- Make ant-optional-full conflict with ant-optional-clean.
|
||||
- Add version info to ant-optional provision in ant-optional-full.
|
||||
- Built with Sun 1.4.1_02 javac (to get JDK 1.4 regex).
|
||||
|
||||
* Tue Mar 11 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-4jp
|
||||
- changed provided /etc/ant.conf so that if usejikes is allready provided
|
||||
it didn't set it. Which such modification if you want to disable
|
||||
ant to use jikes even if jikes is set in /etc/ant.conf you'll just have
|
||||
to do usejikes=false ant build.xml.
|
||||
|
||||
* Mon Mar 10 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-3jp
|
||||
- rebuilt with IBM SDK 1.3.1 since there was zip corruption when built
|
||||
with jikes 1.18 and IBM SDK 1.4.
|
||||
|
||||
* Wed Mar 05 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-2jp
|
||||
- updated URL and source location
|
||||
|
||||
* Wed Mar 05 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5.2-1jp
|
||||
- 1.5.2
|
||||
- remove JDK 1.4 related patchs which are now included in ant 1.5.2
|
||||
- fix ant-optional-full pre/post install script (now remove correctly all
|
||||
ant optional jars)
|
||||
- Built with jikes 1.18 and IBM SDK 1.4
|
||||
|
||||
* Sat Feb 1 2003 Ville Skyttä <ville.skytta@iki.fi> - 1.5.1-8jpp
|
||||
- Symlink a transformer into ANT_LIB for smoother experience on Java 1.3.
|
||||
- Requires jaxp_transform_impl.
|
||||
- Don't remove optional.jar symlinks on optional-full upgrade.
|
||||
- Include Sun's 1.4 JSSE and JCE jars in runtime path, see
|
||||
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16242>.
|
||||
- Use jpackage-utils for setting JAVA_HOME when building.
|
||||
- Built with Sun 1.4.1_01 javac.
|
||||
|
||||
* Mon Jan 20 2003 David Walluck <david@anti-microsoft.org> 1.5.1-7jpp
|
||||
- oldbsf
|
||||
|
||||
* Fri Dec 20 2002 Ville Skyttä <ville.skytta@iki.fi> - 1.5.1-6jpp
|
||||
- Really get rid of automatic dependencies for the -scripts package.
|
||||
|
||||
* Wed Dec 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.5.1-5jpp
|
||||
- scripts subpackages
|
||||
- file-based manual dependencies, as packages doesn't have the same name on RedHat and Mandrake
|
||||
|
||||
* Wed Dec 11 2002 Ville Skyttä <ville.skytta@iki.fi> - 1.5.1-4jpp
|
||||
- Patched to allow easier use with Jikes and IBM's 1.4.0, see
|
||||
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15289> for details.
|
||||
|
||||
* Mon Oct 07 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-3jpp
|
||||
- new post script for optional-full since rpm didn't works as
|
||||
expected and didn't set correct symlink for ant-optional.jar
|
||||
|
||||
* Thu Oct 03 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-2jpp
|
||||
- really used JDK 1.4.1 to get JDK 1.4.x Regexp
|
||||
|
||||
* Thu Oct 03 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.1-1jpp
|
||||
- ant 1.5.1
|
||||
|
||||
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-5jpp
|
||||
- ant script standard behaviour restored, ie ant/lib jars are taken
|
||||
before CLASSPATH. You should define CLASSPATH_OVERRIDE env var to have
|
||||
CLASSPATH before ant/lib jars
|
||||
- applied ant script patch for cygwin (cygwin rpm users around ?)
|
||||
- remove conflict in ant-optional-full, just put provides
|
||||
|
||||
* Fri Jul 12 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-4jpp
|
||||
- fix a problem in xerces-j2 build by changing the way CLASSPATH is constructed:
|
||||
first add jars found in CLASSPATH, then add xml-commons-apis, jaxp_parser_impl,
|
||||
ant, ant-optional and finish with jars found in ant/lib.
|
||||
- jpackage-utils is no more required (but recommanded :)
|
||||
- ant-optional-full provides ant-optional
|
||||
- fix link between manual and api (javadoc)
|
||||
|
||||
* Thu Jul 11 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-3jpp
|
||||
- add missing symlink between optional-full.jar and optional.jar
|
||||
|
||||
* Wed Jul 10 2002 Ville Skyttä <ville.skytta@iki.fi> 1.5-2jpp
|
||||
- Requires jaxp_parser_impl, no longer jaxp_parser2
|
||||
(jaxp_parser_impl already requires xml-commons-apis).
|
||||
- Use sed instead of bash 2 extension when symlinking.
|
||||
|
||||
* Wed Jul 10 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5-1jpp
|
||||
* ant 1.5
|
||||
|
||||
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.5.Beta3-1jpp
|
||||
- ant 1.5 beta 3
|
||||
- added bcel as required
|
||||
|
||||
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-14jpp
|
||||
- added regexp to list of dependant packages
|
||||
|
||||
* Tue Jul 09 2002 Henri Gomez <hgomez@users.sourceforge.net> 1.4.1-13jpp
|
||||
- added optional-full which include all ant tasks, even those without
|
||||
matching package
|
||||
- added jdepend 2.2
|
||||
- remove require oro, since ant could works without it
|
||||
- ant lib is now in %%{_javadir}/%%{name}, put external jars here
|
||||
|
||||
* Tue May 07 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-12jpp
|
||||
- hardcoded distribution and vendor tag
|
||||
- group tag again
|
||||
|
||||
* Thu May 2 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-11jpp
|
||||
- no more jikes specific support in launch script
|
||||
- source user prefs before configuration in launch script
|
||||
- distribution tag
|
||||
- group tag
|
||||
- provided original script as documentation
|
||||
|
||||
* Fri Apr 05 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-10jpp
|
||||
- used xalan-j1 instead of xalan-j2-compat
|
||||
|
||||
* Mon Mar 11 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-9jpp
|
||||
- jaxp_parser2 support
|
||||
|
||||
* Wed Feb 06 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-8jpp
|
||||
- netcomponents support
|
||||
|
||||
* Sun Jan 27 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-7jpp
|
||||
- adaptation to new stylebook1.0b3 package
|
||||
- stylebook is a dependency of optional package
|
||||
- removed redundant dependencies
|
||||
- launch script correction
|
||||
|
||||
* Fri Jan 25 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-6jpp
|
||||
- cleaned manifest from class-path references
|
||||
- section macro
|
||||
|
||||
* Thu Jan 17 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-5jpp
|
||||
- versioned dir for javadoc
|
||||
- no dependencies for manual and javadoc packages
|
||||
- stricter dependency for optional package
|
||||
- additional sources in individual archives
|
||||
- upgraded launch script
|
||||
- no more javadoc cross-linking
|
||||
- additional requirement for optional package: xml-commons-apis, xalan-j2, xalan-j2-compat, jaf, javamail, & log4j
|
||||
|
||||
* Sat Dec 1 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-4jpp
|
||||
- removed conditional build
|
||||
- removed redundant BuildRequires
|
||||
- ant-optional.jar in ant-optional package
|
||||
- javadoc into javadoc package
|
||||
- new launch script using functions library
|
||||
|
||||
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.4.1-3jpp
|
||||
- readded Requires: oro junit stylebook-1.0b3 bsf rhino antlr to the main package
|
||||
- corrected changelog release 1jpp-> 2jpp
|
||||
|
||||
* Tue Nov 20 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.4.1-2jpp
|
||||
- conditional build
|
||||
- removed packager tag
|
||||
- new jpp extension
|
||||
- added xalan 2.2.D13 support
|
||||
- added BuildRequires: xalan-j2 >= 2.2.D13
|
||||
- removed Requires: oro junit stylebook-1.0b3 bsf rhino antlr
|
||||
|
||||
* Mon Oct 15 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4.1-1jpp
|
||||
- 1.4.1
|
||||
|
||||
* Sat Oct 6 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-4jpp
|
||||
- used original tarball
|
||||
|
||||
* Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-3jpp
|
||||
- more macros
|
||||
|
||||
* Wed Sep 26 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-2jpp
|
||||
- first unified release
|
||||
- dropped explicit xalan-j2 requirement, as stylebook-1.0b3 already requires it
|
||||
- added missing xalan-j1 compatibility classes
|
||||
- s/jPackage/JPackage
|
||||
|
||||
* Wed Sep 05 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.4-1mdk
|
||||
- 1.4
|
||||
- added xalan-j2 antlr bsf rhino to buildrequires and requires
|
||||
- launch script cleanup
|
||||
|
||||
* Tue Jul 31 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-4mdk
|
||||
- jaxp_parser symlink is now jaxp_parser.jar
|
||||
|
||||
* Thu Jul 26 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-3mdk
|
||||
- used alternative jaxp_parser
|
||||
- updated launch script
|
||||
|
||||
* Sat Jun 23 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-2mdk
|
||||
- s/Copyright/License/
|
||||
- truncated description to 72 columns in spec
|
||||
- updated launch script
|
||||
|
||||
* Mon Jun 11 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-1mdk
|
||||
- 1.3
|
||||
- new versioning scheme
|
||||
- compiled with oro, junit and stylebook support
|
||||
- spec cleanup
|
||||
|
||||
* Sat Mar 10 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.2-9mdk
|
||||
- vendor tag
|
||||
- packager tag
|
||||
|
||||
* Sat Feb 17 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-8mdk
|
||||
- spec cleanup
|
||||
- corrected changelog
|
||||
- changed description
|
||||
|
||||
* Sun Feb 04 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-7mdk
|
||||
- launch script improvments (Christian Zoffoli <czoffoli@linux-mandrake.com>)
|
||||
- added french in spec
|
||||
- more macros
|
||||
|
||||
* Fri Feb 02 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-6mdk
|
||||
- corrected launch script
|
||||
|
||||
* Thu Feb 01 2001 Christian Zoffoli <czoffoli@linux-mandrake.com> 1.2-5mdk
|
||||
- more macros
|
||||
- added italian in spec
|
||||
|
||||
* Wed Jan 31 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-4mdk
|
||||
- merged with Henri Gomez <hgomez@users.sourceforge.net> specs:
|
||||
- changed name to ant
|
||||
- changed javadir to /usr/share/java
|
||||
- dropped jdk and jre requirement
|
||||
- corrected require to jaxp
|
||||
- added Jikes support
|
||||
- used our own bash script
|
||||
- dropped perl script
|
||||
- dropped ant home directory
|
||||
|
||||
* Sun Jan 14 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-3mdk
|
||||
- changed name to jakarta-ant
|
||||
- changed group to Development/Java
|
||||
|
||||
* Thu Jan 04 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-2mdk
|
||||
- new spec file
|
||||
- discarded ugly non-free Sun jaxp library from sources, and used pretty open-source xerces instead
|
||||
|
||||
* Wed Dec 20 2000 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.2-1mdk
|
||||
- first Mandrake release
|
||||
- used SRPMS from Henri Gomez <hgomez@users.sourceforge.net>
|
||||
1
ci.fmf
Normal file
1
ci.fmf
Normal file
|
|
@ -0,0 +1 @@
|
|||
resultsdb-testcase: separate
|
||||
11
gating.yaml
Normal file
11
gating.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_contexts:
|
||||
- bodhi_update_push_testing
|
||||
- bodhi_update_push_stable
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/matrix/jdk21/full.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/matrix/jdk21/headless.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/matrix/unbound/jlink.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/javapackages.functional}
|
||||
7
plans/javapackages.fmf
Normal file
7
plans/javapackages.fmf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/javapackages.git
|
||||
ref: f43
|
||||
execute:
|
||||
how: tmt
|
||||
86
plans/matrix.fmf
Normal file
86
plans/matrix.fmf
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/ant.git
|
||||
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
prepare:
|
||||
- how: install
|
||||
exclude:
|
||||
# These subpackages pull in packaged versioned Java through their dependencies
|
||||
- ant-antlr
|
||||
- ant-apache-regexp
|
||||
- ant-apache-resolver
|
||||
- ant-apache-xalan2
|
||||
- ant-junit5
|
||||
|
||||
/jdk21:
|
||||
environment:
|
||||
OPENJDK_VERSION: 21
|
||||
prepare+:
|
||||
- how: install
|
||||
exclude:
|
||||
- ant-openjdk25
|
||||
- ant-unbound
|
||||
|
||||
/full:
|
||||
summary: Ant matrix tests - OpenJDK 21 full
|
||||
discover+:
|
||||
filter: tag:jdk21 & tier:0,1
|
||||
|
||||
/headless:
|
||||
summary: Ant matrix tests - OpenJDK 21 headless
|
||||
discover+:
|
||||
filter: tag:jre21 & tier:0,1
|
||||
environment+:
|
||||
OPENJDK_HEADLESS: "true"
|
||||
prepare+:
|
||||
- how: shell
|
||||
script: |
|
||||
dnf -y remove java-*-openjdk
|
||||
|
||||
/jdk25:
|
||||
environment:
|
||||
OPENJDK_VERSION: 25
|
||||
prepare+:
|
||||
- how: install
|
||||
exclude:
|
||||
- ant-openjdk21
|
||||
- ant-unbound
|
||||
|
||||
/full:
|
||||
summary: Ant matrix tests - OpenJDK 25 full
|
||||
discover+:
|
||||
filter: tag:jdk25 & tier:0,1
|
||||
|
||||
/headless:
|
||||
summary: Ant matrix tests - OpenJDK 25 headless
|
||||
discover+:
|
||||
filter: tag:jre25 & tier:0,1
|
||||
environment+:
|
||||
OPENJDK_HEADLESS: "true"
|
||||
prepare+:
|
||||
- how: shell
|
||||
script: |
|
||||
dnf -y remove java-*-openjdk
|
||||
|
||||
/unbound:
|
||||
prepare+:
|
||||
- how: install
|
||||
exclude:
|
||||
- ant-openjdk21
|
||||
- ant-openjdk25
|
||||
|
||||
/jlink:
|
||||
summary: Ant matrix tests - unbound jlink-based Java
|
||||
discover+:
|
||||
filter: tag:unbound & tier:0,1
|
||||
prepare+:
|
||||
- how: shell
|
||||
script: |
|
||||
test -d /opt/java && test -x /usr/local/bin/java && exit 0
|
||||
dnf -y install java-25-openjdk-jmods
|
||||
jlink --add-modules java.base,java.xml --output /opt/java
|
||||
ln -s /opt/java/bin/java /usr/local/bin/java
|
||||
dnf -y remove java-25-openjdk-jmods
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (apache-ant-1.10.6-src.tar.bz2) = 94c5cfc280f0ba416b1a777e19474648c493c61c7c322044926f10cc72c210079247fa9066044f74b3bf463240aed1884066bd3e698136d94df419271820f696
|
||||
SHA512 (apache-ant-1.10.15-src.tar.bz2) = fd9477ce9ee0f4dcf000ab1583d1b6b85bc65be45a1a0d7366420029be6983e47fe44c3293263c54cde957b13a6bb2a29ea1b059a30f745ccc6219480feefac2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue