From 936a7c596c88073cb2ee3f30737d0523f3d07652 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Aug 20 2018 14:08:58 +0000 Subject: Enable building the optional junit5 module --- diff --git a/ant.spec b/ant.spec index 4f9de6b..31c1a18 100644 --- a/ant.spec +++ b/ant.spec @@ -30,15 +30,13 @@ %bcond_without tests %bcond_without javadoc - -# Disabled for now, asi it doesn't work (tests fail) and nobody needs it -%bcond_with junit5 +%bcond_without junit5 %global ant_home %{_datadir}/ant Name: ant Version: 1.10.5 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: Java build tool Summary(it): Tool per la compilazione di programmi java @@ -643,6 +641,9 @@ LC_ALL=en_US.utf8 %{ant} test # ----------------------------------------------------------------------------- %changelog +* Mon Aug 20 2018 Mat Booth - 0:1.10.5-2 +- Enable building the optional junit5 module + * Thu Aug 02 2018 Michael Simacek - 0:1.10.5-1 - Update to upstream version 1.10.5