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

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


Author: dwalluck

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

Modified Files:
	junit4.spec 
Log Message:
- enable GCJ support


Index: junit4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/junit4/devel/junit4.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- junit4.spec	27 Oct 2008 20:33:34 -0000	1.5
+++ junit4.spec	27 Oct 2008 20:41:23 -0000	1.6
@@ -28,11 +28,12 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+%define _with_gcj_support 1
 %define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
 
 Name:           junit4
 Version:        4.5
-Release:        2.3%{?dist}
+Release:        2.4%{?dist}
 Epoch:          0
 Summary:        Java regression test package
 License:        CPL
@@ -177,6 +178,9 @@
 %doc junit%{version}/doc/*
 
 %changelog
+* Mon Oct 27 2008 David Walluck <dwalluck at redhat.com> 0:4.5-2.4
+- Fedora-specific: enable GCJ support
+
 * Mon Oct 27 2008 David Walluck <dwalluck at redhat.com> 0:4.5-2.3
 - Fedora-specific: build using openjdk
 




More information about the scm-commits mailing list