rpms/axis/devel axis.spec,1.26,1.27

Permaine Cheung pcheung at fedoraproject.org
Wed Oct 1 19:22:52 UTC 2008


Author: pcheung

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

Modified Files:
	axis.spec 
Log Message:
Specify source=1.4 for javac


Index: axis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/axis/devel/axis.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- axis.spec	9 Jul 2008 17:06:26 -0000	1.26
+++ axis.spec	1 Oct 2008 19:22:22 -0000	1.27
@@ -7,7 +7,7 @@
 
 Name:          axis
 Version:       1.2.1
-Release:       4%{?dist}
+Release:       4.1%{?dist}
 Epoch:         0
 Summary:       A SOAP implementation in Java
 License:       ASL 2.0
@@ -136,7 +136,7 @@
     -Djunit.jar=$(build-classpath junit 2>/dev/null) \
     -Djimi.jar=$(build-classpath jimi 2>/dev/null) \
     -Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
-    -Dant.build.javac.source=1.4 \
+    -Dsource=1.4 \
     clean compile javadocs
 
 %install
@@ -215,6 +215,9 @@
 %doc docs/*
 
 %changelog
+* Wed Oct 01 2008 Permaine Cheung <pcheung at redhat.com> 0:1.2.1-4.1
+- Specify source=1.4 for javac
+
 * Wed Jul  9 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0:1.2.1-4
 - drop repotag
 - fix license tag




More information about the fedora-extras-commits mailing list