Update to 1.4.3.

This commit is contained in:
Alexander Kurtakov 2010-01-08 12:04:03 +00:00
parent 916a5829b7
commit bf31babf56
4 changed files with 23 additions and 20 deletions

View File

@ -1 +1,2 @@
jflex-1.4.1.tar.gz
jflex-1.4.3.tar.gz

View File

@ -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>

View File

@ -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@redhat.com> 0:1.4.3-1
- Update to 1.4.3.
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4.1-0.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
9e4be6e826e6b344e84c0434d6fd4b46 jflex-1.4.1.tar.gz
27a30015859957d8af30bc336d40bc30 jflex-1.4.3.tar.gz