rpms/junit4/devel junit4.spec,1.3,1.4

David Walluck dwalluck at fedoraproject.org
Mon Oct 27 20:25:20 UTC 2008


Author: dwalluck

Update of /cvs/pkgs/rpms/junit4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10913

Modified Files:
	junit4.spec 
Log Message:
- set ant.build.javac.source=1.5


Index: junit4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/junit4/devel/junit4.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- junit4.spec	27 Oct 2008 20:10:30 -0000	1.3
+++ junit4.spec	27 Oct 2008 20:24:49 -0000	1.4
@@ -32,7 +32,7 @@
 
 Name:           junit4
 Version:        4.5
-Release:        2.1%{?dist}
+Release:        2.2%{?dist}
 Epoch:          0
 Summary:        Java regression test package
 License:        CPL
@@ -96,7 +96,7 @@
 %build
 export CLASSPATH=
 export OPT_JAR_LIST=:
-ant dist
+ant -Dant.build.javac.source=1.5 dist
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -177,6 +177,9 @@
 %doc junit%{version}/doc/*
 
 %changelog
+* Mon Oct 27 2008 David Walluck <dwalluck at redhat.com> 0:4.5-2.2
+- set ant.build.javac.source=1.5
+
 * Mon Oct 27 2008 David Walluck <dwalluck at redhat.com> 0:4.5-2.1
 - build for Fedora
 




More information about the scm-commits mailing list