actually apply the patch added in 8fc

This commit is contained in:
Deepak Bhole 2006-06-01 18:44:25 +00:00
parent 99c5a8ef7d
commit 3a706efed0

View File

@ -5,7 +5,7 @@
Name: ant
Version: 1.6.5
Release: %{jpprelease}_8fc
Release: %{jpprelease}_9fc
Epoch: 0
Summary: Ant build tool for java
Summary(it): Tool per la compilazione di programmi java
@ -377,6 +377,8 @@ Javadoc pour %{name}.
%patch5 -p1 -b .orig
%endif
%patch6 -b .sav
# clean jar files
find . -name "*.jar" -exec rm -f {} \;
@ -753,6 +755,9 @@ fi
# -----------------------------------------------------------------------------
%changelog
* Thu Jun 1 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.6.5-1jpp_9fc
- actually apply the patch added in 8fc!
* Thu Jun 1 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.6.5-1jpp_8fc
- Added patch to fix jvm version detection