-------------------------------------------------------------------
Thu Jul 21 13:56:03 UTC 2011 - toddrme2178@gmail.com
  
- Modify descriptions (fix for RPMLINT warnings)
- Check for duplicate files (fix for RPMLINT warnings)

-------------------------------------------------------------------
Mon Aug 23 08:18:09 UTC 2010 - mvyskocil@suse.cz

- add missing java requires of antlr-java package 

-------------------------------------------------------------------
Thu Aug 19 12:43:18 UTC 2010 - mvyskocil@suse.cz

- enabled the python (python-antlr) and csharp (antlr-csharp) support
- moved jar files to new antlr-java package, which is required by main antlr
  one. This is to have jar files in noarch package
- do not use default make install, but install files manually with a
  compatibility links to /usr/share/antlr-2.7.7

-------------------------------------------------------------------
Wed Aug 18 18:32:11 UTC 2010 - tittiatcoke@opensuse.org

- Ensure that the development files are build too. The package is now a build
  requirement for the KDESDK4 package.
- Removed the structure to build just the native version.

-------------------------------------------------------------------
Mon Mar  3 11:02:35 CET 2008 - mvyskocil@suse.cz

- updated to 2.7.7
  * updated BaseAST.java to make the doWorkForAll method static. Same
    behaviour, except no ClassCastExceptions when sibling.getFirstChild()
    happens to return an AST that doesn't extend BaseAST.  Oliver Wong contributed
    the patch.
  * updated TokenStreamRewriteEngine.java to reflect bug fixes discovered
    in v3 counterpart.

-------------------------------------------------------------------
Wed Feb 20 16:34:59 CET 2008 - adrian@suse.de

- do not PreReq files to fix build env setup for other packages
- remove SL-9.1 traces

-------------------------------------------------------------------
Fri May  4 08:58:37 CEST 2007 - dbornkessel@suse.de

- added unzip to BuildRequires

-------------------------------------------------------------------
Sat Oct  7 11:54:36 CEST 2006 - dbornkessel@suse.de

- added check that checks whether deleted files ShowString.java and StreamConverter.java are really not in place 

-------------------------------------------------------------------
Thu Oct  5 17:27:00 CEST 2006 - dbornkessel@suse.de

- deleted
  antlr-2.7.6/examples/java/unicode.IDENTs/ShowString.java
  antlr-2.7.6/examples/java/unicode.IDENTs/StreamConverter.java
  from tar ball due to licensing issues (Bug #207621)


-------------------------------------------------------------------
Mon Sep 25 17:35:36 CEST 2006 - dbornkessel@suse.de

- fixes necessary to compile with Java 1.5.0
        - set source="1.4" and target="1.4" for ant "javac" tasks
        - set source="1.4" for ant "javadoc" tasks


-------------------------------------------------------------------
Wed Sep 20 10:35:11 CEST 2006 - dbornkessel@suse.de

- Provide: antlr-bootstrap
  Obsoletes: antlr-bootstrap
   

-------------------------------------------------------------------
Mon Sep 18 11:32:54 CEST 2006 - dbornkessel@suse.de

- update to 2.7.6 
  - added size, index methods to TokenStreamRewriteEngine.java
  - bug in syn preds for tree parsers.  Submitted by Ole Kniemeyer.
  - all Class.forName yanked out; uses thread context loader
  - option to prevent System.exit termination
  - added recover() method to lexers
  - fixed code gen bug for syn preds in tree parsers.  Thanks to Marc Horowitz.
  - BaseAST was not checking for null text in toString()
  - Scott added java line ouput in code gen
  - Prashant tweaked a few things for ANTLRStudio; a few new classes in ASdebug package
  - Give errors if the user attempts to set k>1 in a TreeWalker
  - Added missing Makefile.in for C++ heteroAST example and enabled it
    in configure.in
  - Many small C++ support code and codegen tweaks fixes to increase
    portability. (Compaq Tru64 UNIX V5.1, VC's)
  - Prevent '\' entering the bitset dump comments, might occur at end of
    line. Some compilers continue the comment to the next line (not sure
    if this is a compiler bug, should look it up)

-------------------------------------------------------------------
Wed Jan 25 21:45:44 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Tue Oct 25 14:01:10 CEST 2005 - jsmeix@suse.de

- removed sub-package antlr-jedit because since jedit version 4.2
  /usr/share/jedit/modes/antlr.xml is included in jedit.

-------------------------------------------------------------------
Wed Jul 27 14:11:08 CEST 2005 - jsmeix@suse.de

- Adjustments in the spec file.

-------------------------------------------------------------------
Tue Jul 19 17:35:03 CEST 2005 - jsmeix@suse.de

- Current version 2.7.4 from JPackage.org

-------------------------------------------------------------------
Wed Mar  2 16:14:37 CET 2005 - skh@suse.de

- added support for C++ output (#67164)

-------------------------------------------------------------------
Thu Sep 16 15:11:14 CEST 2004 - skh@suse.de

- Fix prerequires of javadoc subpackage
- conflict with pccts

-------------------------------------------------------------------
Thu Sep  2 15:58:43 CEST 2004 - skh@suse.de

- Initial package created with version 2.7.4 (JPackage 1.5)