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

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


Author: dwalluck

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

Modified Files:
	junit4.spec 
Log Message:
- build using openjdk


Index: junit4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/junit4/devel/junit4.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- junit4.spec	27 Oct 2008 20:24:49 -0000	1.4
+++ junit4.spec	27 Oct 2008 20:33:34 -0000	1.5
@@ -32,7 +32,7 @@
 
 Name:           junit4
 Version:        4.5
-Release:        2.2%{?dist}
+Release:        2.3%{?dist}
 Epoch:          0
 Summary:        Java regression test package
 License:        CPL
@@ -46,10 +46,10 @@
 Requires(post): jpackage-utils >= 0:1.7.4
 Requires(postun): jpackage-utils >= 0:1.7.4
 Requires:       hamcrest
-Requires:       java >= 0:1.5.0
+Requires:       java-1.6.0
 BuildRequires:  ant
 BuildRequires:  jpackage-utils >= 0:1.7.4
-BuildRequires:  java-devel >= 0:1.5.0
+BuildRequires:  java-1.6.0-devel
 BuildRequires:  hamcrest
 %if %{gcj_support}
 BuildRequires:  java-gcj-compat-devel
@@ -177,6 +177,9 @@
 %doc junit%{version}/doc/*
 
 %changelog
+* Mon Oct 27 2008 David Walluck <dwalluck at redhat.com> 0:4.5-2.3
+- Fedora-specific: build using openjdk
+
 * Mon Oct 27 2008 David Walluck <dwalluck at redhat.com> 0:4.5-2.2
 - set ant.build.javac.source=1.5
 




More information about the scm-commits mailing list