Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 532006

Summary: dev-java/jflex-1.6.0: version bump request
Product: Gentoo Linux Reporter: Martin Walch <walch.martin>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://jflex.de/history.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: new ebuild

Description Martin Walch 2014-12-08 19:39:41 UTC
From the project website:

JFlex 1.6 (Jun 20, 2014)
* Unicode 7.0 is now supported.
* In %unicode mode, supplementary code points are now handled properly:
** Regular expressions are now code-point based, rather than code-unit/char based.
** Input streams are read as code point sequences - properly paired surrogate code units are read as a single character.
** All supported Unicode properties now match supplementary characters when Unicode 3.0 or above is specified, or when no version is specified, causing the default Unicode version, Unicode 7.0 in this release, to be used.
* New \u{…} escape sequence allows code points (and whitespace-separated sequences of code points) to be specified as 1–6 hexadecimal digit values.
* Characters in matches printed in %debug mode are now Unicode escaped (\uXXXX) when they are outside the range 32..127.
* fixed bug #127, detect javadoc class comment when followed by annotation(s)
* removed the “switch” and “table” code generation options
* By default no InputStream constructor is included in the generated scanner. The capability to include one is deprecated and will be removed in JFlex 1.7.
Comment 1 Martin Walch 2015-01-18 03:32:19 UTC
Created attachment 394234 [details]
new ebuild

This is basically the same ebuild as the patched one for jflex-1.5.1 in bug #505498. The only difference is that it uses a new SLOT="1.6". However, it fails to fix the collision from bug #504774.
Comment 2 Patrice Clement (RETIRED) gentoo-dev 2015-01-18 21:16:54 UTC
There you go:

+*jflex-1.6.0 (18 Jan 2015)
+
+  18 Jan 2015; Patrice Clement <monsieurp@gentoo.org> +jflex-1.6.0.ebuild:
+  Version bump to 1.6 courtesy of Martin Walch. Fix bug 532006.

Ebuild added to the tree. Thanks Martin !