forked from pool/bison
Accepting request 266960 from devel:tools:compiler
1 OBS-URL: https://build.opensuse.org/request/show/266960 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=31
This commit is contained in:
commit
67b456647c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43d8c5c466486031d5e7195a152ff49651ccac91599692e788b5ec5b693ca7fd
|
||||
size 1776640
|
3
bison-3.0.2.tar.xz
Normal file
3
bison-3.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2c3e8528bdb50567d6fa26deeb493dc5ccd7e277b865251608a9e43ac928f3c
|
||||
size 1927296
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 24 11:39:10 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 3.0.2
|
||||
+ Generated source files when errors are reported
|
||||
+ %empty is used in reports
|
||||
+ When C++ variant support is enabled, an error triggered via YYERROR,
|
||||
but not caught via error recovery, resulted in a double deletion.
|
||||
- Remove location-eof-check.patch; merged on upstream release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 20:13:38 UTC 2013 - schwab@linux-m68k.org
|
||||
|
||||
- location-eof-check.patch: Fix broken EOF check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 02:24:50 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to bision 3.0
|
||||
* deep overhaul/improvements of the diagnostics
|
||||
* more versatile means to describe semantic value types,
|
||||
including the ability to store genuine C++ objects in C++ parsers
|
||||
* push-parser interface extended to Java
|
||||
* parse-time semantic predicates for GLR parsers.
|
||||
* This is a major update, please see https://lwn.net/Articles/561990/
|
||||
for all details and backward incompatible changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 07:53:58 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bison
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@ Requires(pre): %install_info_prereq
|
||||
%ifarch ppc64
|
||||
Obsoletes: bison-64bit
|
||||
%endif
|
||||
Version: 2.7
|
||||
Version: 3.0.2
|
||||
Release: 0
|
||||
Summary: The GNU Parser Generator
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user