[RPM (6.0)] [DIST generic] jrexx-1.1.1-6.jpp6
Will Tatam <[email protected]> Thu, 1 Nov 2012 02:16:39 +0100
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : jrexx Relocations: (not relocatable) Version : 1.1.1 Vendor: JPackage Project Release : 6.jpp6 Build Date: Thu 01 Nov 2012 02:15:25 AM CET Install Date: (not installed) Build Host: flat.netmindz.net Group : Development/Libraries/Java Source RPM: (none) Size : 71698 License: LGPL Signature : (none) Packager : Will Tatam <[email protected]> URL : http://www.karneim.com/jrexx/ Summary : Automaton based regluar expression API for Java Description : jrexx is a powerful easy-to-use regular expression API for textual pattern matching. Technically jrexx uses a minimized deterministic FSA (finite state automaton) and compiles the textual representation of the regular expression into such an automaton. Besides the usual pattern matching functionality, jrexx provides an introspection API for exploration of the automaton's structure by 'states' and 'transitions'. Since the automaton is deterministic and minimized the pattern matching alogorithm is extremly fast (compared to the java regular expression API in JDK1.4) and works with huge patterns and input texts. Since FSA can be handled as sets, jrexx also offers all basic set operations for complement, union, intersection and difference, which is not provided by other regex implementations (as far as we know). --------------- Will Tatam <[email protected]> 1.1.1-6 - Auto rebuild for JPackage 6 in centos5 mock --------------- jrexx.src: W: no-signature 1 packages and 0 specfiles checked; 0 errors, 1 warnings. --------------- Index: jrexx.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/jrexx/jrexx.spec,v retrieving revision 1.3 diff -u -r1.3 jrexx.spec --- jrexx.spec 13 Aug 2012 06:20:20 -0000 1.3 +++ jrexx.spec 1 Nov 2012 01:16:38 -0000 @@ -37,7 +37,7 @@ Summary: Automaton based regluar expression API for Java Name: jrexx Version: 1.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 0 License: LGPL URL: http://www.karneim.com/jrexx/ @@ -131,6 +131,9 @@ %changelog +* Thu Nov 01 2012 Will Tatam <[email protected]> 1.1.1-6 +- Auto rebuild for JPackage 6 in centos5 mock + * Mon Aug 13 2012 Ralph Apel <[email protected]> - 0:1.1.1-5 - First JPP-6 release