This commit is contained in:
parent
9b55620870
commit
405304cbd2
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 17:31:18 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Don't BuildRequire java-1_5_0-gcj-compat-devel, since it will be
|
||||
soon gone; BuildRequire java-devel
|
||||
- Build with java source and target level 1.6 to allow building
|
||||
with jdk9
|
||||
- Sync the bootstrap and non-bootstrap spec files using the
|
||||
jpackage-bootstrap-prepare.sh script and clean spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 12:44:19 UTC 2013 - mvyskocil@suse.com
|
||||
|
||||
|
@ -34,6 +34,7 @@ Group: Development/Libraries/Java
|
||||
Url: http://www.jflex.de/
|
||||
Source0: http://www.jflex.de/jflex-%{version}.tar.bz2
|
||||
Source1: jflex.script
|
||||
Source100: jpackage-bootstrap-prepare.sh
|
||||
Patch0: jflex-javac-no-target.patch
|
||||
Patch1: jflex-no-cup-no-jflex.patch
|
||||
Patch2: jflex-classpath.patch
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- jflex-1.4.3/src/JFlex/LexScan.java
|
||||
+++ jflex-1.4.3/src/JFlex/LexScan.java
|
||||
@@ -1642,9 +1642,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
- /** denotes if the user-EOF-code has already been executed */
|
||||
- private boolean zzEOFDone;
|
||||
-
|
||||
/* user code: */
|
||||
int balance = 0;
|
||||
int commentbalance = 0;
|
@ -33,6 +33,7 @@ Group: Development/Libraries/Java
|
||||
Url: http://www.jflex.de/
|
||||
Source0: http://www.jflex.de/jflex-%{version}.tar.bz2
|
||||
Source1: jflex.script
|
||||
Source100: jpackage-bootstrap-prepare.sh
|
||||
Patch0: jflex-javac-no-target.patch
|
||||
Patch1: jflex-no-cup-no-jflex.patch
|
||||
Patch2: jflex-classpath.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user