[ant] Reenable tests.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue May 6 07:45:58 UTC 2014


commit b1acd79aa6fc1fe7ae412933f79ae2a864498603
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue May 6 10:46:17 2014 +0300

    Reenable tests.

 ant.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ant.spec b/ant.spec
index 7fb89b9..2e230fd 100644
--- a/ant.spec
+++ b/ant.spec
@@ -28,7 +28,7 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-%bcond_with tests
+%bcond_without tests
 %bcond_without javadoc
 
 %global ant_home %{_datadir}/ant
@@ -36,7 +36,7 @@
 
 Name:           ant
 Version:        1.9.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Build tool for java
 Summary(it):    Tool per la compilazione di programmi java
@@ -580,6 +580,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 # -----------------------------------------------------------------------------
 
 %changelog
+* Tue May 6 2014 Alexander Kurtakov <akurtako at redhat.com> 0:1.9.4-2
+- Reenable tests.
+
 * Tue May 6 2014 Alexander Kurtakov <akurtako at 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.


More information about the scm-commits mailing list