diff --git a/bison-2.7.tar.xz b/bison-2.7.tar.xz deleted file mode 100644 index e77c146..0000000 --- a/bison-2.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43d8c5c466486031d5e7195a152ff49651ccac91599692e788b5ec5b693ca7fd -size 1776640 diff --git a/bison-3.0.2.tar.xz b/bison-3.0.2.tar.xz new file mode 100644 index 0000000..26011ed --- /dev/null +++ b/bison-3.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c3e8528bdb50567d6fa26deeb493dc5ccd7e277b865251608a9e43ac928f3c +size 1927296 diff --git a/bison.changes b/bison.changes index 2defd8b..c3914d5 100644 --- a/bison.changes +++ b/bison.changes @@ -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 diff --git a/bison.spec b/bison.spec index b4b4066..75189ae 100644 --- a/bison.spec +++ b/bison.spec @@ -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+