Reenable tests.

This commit is contained in:
Alexander Kurtakov 2014-05-06 10:46:17 +03:00
parent 29c38404bd
commit b1acd79aa6

View File

@ -28,7 +28,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
%bcond_with tests %bcond_without tests
%bcond_without javadoc %bcond_without javadoc
%global ant_home %{_datadir}/ant %global ant_home %{_datadir}/ant
@ -36,7 +36,7 @@
Name: ant Name: ant
Version: 1.9.4 Version: 1.9.4
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 0 Epoch: 0
Summary: Build tool for java Summary: Build tool for java
Summary(it): Tool per la compilazione di programmi java Summary(it): Tool per la compilazione di programmi java
@ -580,6 +580,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
%changelog %changelog
* 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 * Tue May 6 2014 Alexander Kurtakov <akurtako@redhat.com> 0:1.9.4-1
- Update to upstream 1.9.4. - Update to upstream 1.9.4.
- Disable tests as they use new junit tas attribute added in this release. - Disable tests as they use new junit tas attribute added in this release.