rpms/jflex/devel jflex.spec, 1.7, 1.8 sources, 1.3, 1.4 .cvsignore, 1.3, 1.4 jflex-build_xml.patch, 1.1, 1.2

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Jan 8 12:04:03 UTC 2010


Author: akurtakov

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

Modified Files:
	jflex.spec sources .cvsignore jflex-build_xml.patch 
Log Message:
Update to 1.4.3.


Index: jflex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jflex/devel/jflex.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- jflex.spec	25 Jul 2009 04:00:14 -0000	1.7
+++ jflex.spec	8 Jan 2010 12:04:03 -0000	1.8
@@ -32,8 +32,8 @@
 
 Summary:        Fast Scanner Generator
 Name:           jflex
-Version:        1.4.1
-Release:        0.5%{?dist}
+Version:        1.4.3
+Release:        1%{?dist}
 Epoch:          0
 License:        GPLv2
 URL:            http://jflex.de/
@@ -125,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 # -----------------------------------------------------------------------------
 
 %changelog
+* Fri Jan 8 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.4.3-1
+- Update to 1.4.3.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:1.4.1-0.5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jflex/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	22 Feb 2008 22:34:07 -0000	1.3
+++ sources	8 Jan 2010 12:04:03 -0000	1.4
@@ -1 +1 @@
-9e4be6e826e6b344e84c0434d6fd4b46  jflex-1.4.1.tar.gz
+27a30015859957d8af30bc336d40bc30  jflex-1.4.3.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jflex/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	22 Feb 2008 22:34:07 -0000	1.3
+++ .cvsignore	8 Jan 2010 12:04:03 -0000	1.4
@@ -1 +1,2 @@
 jflex-1.4.1.tar.gz
+jflex-1.4.3.tar.gz

jflex-build_xml.patch:
 build.xml |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Index: jflex-build_xml.patch
===================================================================
RCS file: /cvs/pkgs/rpms/jflex/devel/jflex-build_xml.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- jflex-build_xml.patch	22 Feb 2008 22:15:52 -0000	1.1
+++ jflex-build_xml.patch	8 Jan 2010 12:04:03 -0000	1.2
@@ -1,22 +1,21 @@
---- src/build.xml.orig	2004-05-19 19:37:43.000000000 -0400
-+++ src/build.xml	2008-02-22 14:04:46.000000000 -0500
-@@ -59,7 +59,14 @@
-           description="compile all classes">
-     <javac srcdir="." 
-            destdir="../lib" 
--           target="1.1"
-+           classpath="."
-+           debug="on" />
-+  </target>
-+ 
-+  <target name="compile-bootstrap"
-+          description="compile all classes during a bootstrap">
-+    <javac srcdir="." 
-+           destdir="../lib" 
-            classpath="."
+--- src/build.xml.sav	2008-05-28 11:45:28.000000000 +0300
++++ src/build.xml	2010-01-08 12:22:48.820864187 +0200
+@@ -69,6 +69,14 @@
+            classpath=".:${junit.jar}"
             debug="on" />
    </target>
-@@ -83,6 +90,14 @@
++	
++  <target name="compile-bootstrap"
++	          description="compile all classes during a bootstrap">
++	<javac srcdir="." 
++	       destdir="../lib" 
++	       classpath="."
++	       debug="on" />
++  </target>
+ 
+   <target name="jflex" depends="declare" description="generate scanner">
+     <jflex file="JFlex/LexScan.flex" skeleton="skeleton.nested"/>
+@@ -89,6 +97,14 @@
      	 jarfile="../lib/JFlex.jar" 
      	 manifest="manifest"/>
    </target>




More information about the fedora-extras-commits mailing list