OBS User unknown 2008-04-25 12:50:33 +00:00 committed by Git OBS Bridge
parent ad89e26050
commit 95611595bd
6 changed files with 37 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:106b88c8b52a8a71fb3a33caada36afd565a8a084567efa5b7d62eb315d9aa33
size 1525959

BIN
antlr-2.7.7.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 3 11:02:14 CET 2008 - mvyskocil@suse.cz
- updated to 2.7.7
-------------------------------------------------------------------
Wed Jan 30 08:09:43 CET 2008 - adrian@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package antlr-bootstrap (Version 2.7.6)
# spec file for package antlr-bootstrap (Version 2.7.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -20,8 +20,8 @@ Provides: antlr
%endif
%define real_name antlr
Summary: Antlr for bootstrapping purposes
Version: 2.7.6
Release: 141
Version: 2.7.7
Release: 1
Url: http://www.antlr.org
Group: Development/Libraries/Java
License: BSD 3-Clause; Public Domain, Freeware
@ -145,6 +145,8 @@ rm -rf $RPM_BUILD_ROOT
# vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6:
%changelog
* Mon Mar 03 2008 mvyskocil@suse.cz
- updated to 2.7.7
* Wed Jan 30 2008 adrian@suse.de
- add Provides: antlr on sugggestion of dbornkessel
* Fri May 04 2007 dbornkessel@suse.de

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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

View File

@ -1,5 +1,5 @@
#
# spec file for package antlr (Version 2.7.6)
# spec file for package antlr (Version 2.7.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,8 +16,8 @@ BuildRequires: ant gcc-c++ java2-devel-packages unzip xml-commons-apis
%define section free
%define native 0
Summary: Another Tool for Language Recognition
Version: 2.7.6
Release: 166
Version: 2.7.7
Release: 1
License: GPL v2 or later; Public Domain, Freeware; X11/MIT
Url: http://www.antlr.org/
Group: Development/Tools/Other
@ -48,6 +48,7 @@ or Java actions (you can use PCCTS 1.xx to generate C-based parsers).
%package manual
License: GPL v2 or later; Public Domain, Freeware; X11/MIT
Group: Development/Tools/Other
Summary: ANother Tool for Language Recognition (Manual)
@ -57,6 +58,7 @@ Manual for antlr.
%package javadoc
License: GPL v2 or later; Public Domain, Freeware; X11/MIT
PreReq: coreutils
Group: Development/Tools/Other
Summary: ANother Tool for Language Recognition (Java Documentation)
@ -161,6 +163,14 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
%endif
%changelog
* Mon Mar 03 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 2008 adrian@suse.de
- do not PreReq files to fix build env setup for other packages
- remove SL-9.1 traces