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.tar.xz b/bison-3.0.tar.xz new file mode 100644 index 0000000..d204f1e --- /dev/null +++ b/bison-3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ac5585002b71208aee8a20bbe1ced96c48766e6c4247bc7ef8f3141f7624c8 +size 1913532 diff --git a/bison.changes b/bison.changes index 2defd8b..021eeee 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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..ba24a2f 100644 --- a/bison.spec +++ b/bison.spec @@ -25,7 +25,7 @@ Requires(pre): %install_info_prereq %ifarch ppc64 Obsoletes: bison-64bit %endif -Version: 2.7 +Version: 3.0 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0+