Fridrich Strba 2017-10-04 05:38:01 +00:00 committed by Git OBS Bridge
parent 9b55620870
commit 405304cbd2
4 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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