rpms/jakarta-commons-el/devel jakarta-commons-el-enum.patch, NONE, 1.1 jakarta-commons-el.spec, 1.36, 1.37

Fernando Nasser (fnasser) fedora-extras-commits at redhat.com
Fri Jul 20 19:44:53 UTC 2007


Author: fnasser

Update of /cvs/extras/rpms/jakarta-commons-el/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27225

Modified Files:
	jakarta-commons-el.spec 
Added Files:
	jakarta-commons-el-enum.patch 
Log Message:
Specify source 1.4 due to use of enum as identifier

jakarta-commons-el-enum.patch:

--- NEW FILE jakarta-commons-el-enum.patch ---
--- build.xml.orig	2007-07-20 15:34:15.000000000 -0400
+++ build.xml	2007-07-20 15:36:48.000000000 -0400
@@ -171,6 +171,8 @@
     <javac  srcdir="${source.home}"
            destdir="${build.home}/classes"
              debug="${compile.debug}"
+            source="1.4"
+            target="1.4"
        deprecation="${compile.deprecation}"
           optimize="${compile.optimize}">
       <classpath refid="compile.classpath"/>
@@ -186,6 +188,8 @@
     <javac  srcdir="${test.home}"
            destdir="${build.home}/tests"
              debug="${compile.debug}"
+            source="1.4"
+            target="1.4"
        deprecation="${compile.deprecation}"
           optimize="${compile.optimize}">
       <classpath refid="test.classpath"/>
@@ -214,6 +218,7 @@
     <mkdir      dir="${dist.home}/docs/api"/>
     <javadoc sourcepath="${source.home}"
                 destdir="${dist.home}/docs/api"
+                 source="1.4"
            packagenames="org.apache.commons.*"
                  author="true"
                 private="true"


Index: jakarta-commons-el.spec
===================================================================
RCS file: /cvs/extras/rpms/jakarta-commons-el/devel/jakarta-commons-el.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- jakarta-commons-el.spec	12 Jul 2007 13:24:05 -0000	1.36
+++ jakarta-commons-el.spec	20 Jul 2007 19:44:21 -0000	1.37
@@ -48,6 +48,7 @@
 Source0:        http://archive.apache.org/dist/jakarta/commons/el/source/commons-el-%{version}-src.tar.gz
 Patch0:         %{short_name}-%{version}-license.patch
 Patch1:         %{short_name}-eclipse-manifest.patch
+Patch2:         jakarta-commons-el-enum.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 %if ! %{gcj_support}
 BuildArch:      noarch
@@ -91,6 +92,7 @@
 pushd src/conf
 %patch1 -p1
 popd
+%patch2 -p1
 
 # remove all precompiled stuff
 find . -type f -name "*.jar" -exec rm -f {} \;
@@ -178,6 +180,8 @@
 %changelog
 * Wed Jul 11 2007 Ben Konrath <bkonrath at redhat.com> - 0:1.0-8jpp.1
 - Add eclipse-manifest patch.
+  From Fernando Nasser <fnasser at redhat.com>:
+- Specify source 1.4 due to use of enum as identifier
 
 * Fri Feb 09 2007 Fernando Nasser <fnasser at redhat.com> - 0:1.0-7jpp.1
 - Remove duplicate name tag




More information about the scm-commits mailing list