Package Release Info

ant-junit5-1.10.7-bp152.1.10

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ant-junit5

Change Logs

* Tue Jan 14 2020 Fridrich Strba <fstrba@suse.com>
- Use xml-commons-apis-bootstrap as jar in classpath instead of
  the common xml-apis jar, since we are forcing build against
  the bootstrap package
* Fri Nov 08 2019 Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.10.7
- Modified patches:
  * apache-ant-bootstrap.patch
  * apache-ant-no-test-jar.patch
  * apache-ant-xml-apis.patch
  * reproducible-build-manifest.patch
    + rediff
- Fix ant-xz.jar to be non-empty and split it from the ant-antlr
  package
* Tue Oct 01 2019 Fridrich Strba <fstrba@suse.com>
- Build against the new compatibility packages log4j12/log4j12-mini
* Mon Sep 30 2019 Fridrich Strba <fstrba@suse.com>
- Remove references to parent poms from all artifacts and do not
  distribute the ant-parent, since we don't need it
* Tue Apr 09 2019 Fridrich Strba <fstrba@suse.com>
- Require directly xerces-j2 and not its virtual provide
  jaxp_parser_impl
* Mon Mar 18 2019 Jan Engelhardt <jengelh@inai.de>
- Make "if" statements in build recipe POSIX sh compatible.
* Fri Feb 08 2019 Fridrich Strba <fstrba@suse.com>
- Create an ant-junit5 package to build junit5 optional tasks
  when they become resolved
- Add a simple pom file for ant-bootstrap.jar
* Fri Feb 08 2019 Fridrich Strba <fstrba@suse.com>
- Add compatibility links ant/ant*.jar for bootstrap build
* Tue Feb 05 2019 Fridrich Strba <fstrba@suse.com>
- BuildRequire hamcrest for ant-junit and ant-antlr, since junit4
  depends strictly on hamcrest-core only.
* Fri Feb 01 2019 Fridrich Strba <fstrba@suse.com>
- Build ant against xml-commons-apis-bootstrap and
  xml-commons-resolver-bootstrap in order to break build cycle
* Mon Dec 10 2018 Fridrich Strba <fstrba@suse.com>
- Don't build against a particular xml-apis/xml-resolver provider,
  but against the generic virtual provider. This allows easier
  bootstrapping.
- Added patch:
  * apache-ant-xml-apis.patch
    + look for the xml-apis.jar and xml-resolver.jar when composing
    classpath; they are symlinks provided by several packages.
* Mon Nov 26 2018 Fridrich Strba <fstrba@suse.com>
- Let ant-antlr provide ant-xz too, since it contains the
  corresponding jar.
* Wed Oct 31 2018 Fridrich Strba <fstrba@suse.com>
- Add aliases to some maven artifacts so that packages out there
  resolve then correctly
* Fri Oct 26 2018 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Update to 1.10.5 [bsc#1113136]
  * Same version as in 1.9.13 but with additional features and
    requires Java8 or higher.
  * Dropped patch to build with java8+ already fixed in this version
  - apache-ant-1.9.9-sourcetarget.patch
  * Refreshed patch:
  - apache-ant-class-path-in-manifest.patch
* Sun Oct 21 2018 antoine.belvire@opensuse.org
- Add reproducible-build-manifest.patch: Use less detailed version
  string for manifest's "Created-by" field (boo#1110024).
* Wed Oct 17 2018 Fridrich Strba <fstrba@suse.com>
- Require javapackages-local in order to generate correctly the
  maven requires and provides
- Install maven artifacts
* Fri Aug 24 2018 Jason Sikes <jsikes@suse.de>
- Update to 1.9.13
  * Fixes a regression in the "get" task where redirects
    from a HTTP resource to a HTTPS resource started throwing
    an exception.
    Bugzilla Report 62499
  * the new allowFilesToEscapeDest didn't work when set to false and
    archive entries contained relative paths with so many ".."
    segnments that the resulting path would go beyond the file system
    root.
    Bugzilla Report 62502, bsc#1100053, CVE-2018-10886
* Tue May 15 2018 fstrba@suse.com
- Build with source and target 8 to prepare for a possible removal
  of 1.6 compatibility
- Modified patch:
  * apache-ant-1.9.9-sourcetarget.patch
  - Build with source/target 8
* Fri Feb 23 2018 ecsos@opensuse.org
- fix build error for Leap 42.3
* Thu Feb 22 2018 tchvatal@suse.com
- Add patch to run scripts with python3 if applicable bsc#1082202:
  * ant-python3.patch