diff --git a/bison-3.7.6.tar.xz b/bison-3.7.6.tar.xz deleted file mode 100644 index 79368d5..0000000 --- a/bison-3.7.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf -size 2627180 diff --git a/bison-3.7.6.tar.xz.sig b/bison-3.7.6.tar.xz.sig deleted file mode 100644 index 273a0d7..0000000 --- a/bison-3.7.6.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCYEciYAAKCRAN3KoyeNUm -TvLBAKDMQJ6ETOBa5M+kRH4anNYgtken3QCgkZvWMFloDvJ8TwsKmERbuwQpvj4= -=qI8O ------END PGP SIGNATURE----- diff --git a/bison-3.8.2.tar.xz b/bison-3.8.2.tar.xz new file mode 100644 index 0000000..6bae19a --- /dev/null +++ b/bison-3.8.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2 +size 2817324 diff --git a/bison-3.8.2.tar.xz.sig b/bison-3.8.2.tar.xz.sig new file mode 100644 index 0000000..c95b285 --- /dev/null +++ b/bison-3.8.2.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCYU7sOQAKCRAN3KoyeNUm +TvqkAJ40OU3S4NcrahT9jS4yXn23/RTmOACg3qOg8DplJaaih54VV8c4cxDJi0k= +=Ijrq +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index 5e8f87a..0f6256f 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Oct 2 07:23:56 UTC 2021 - Andreas Stieger + +- GNU bison 3.8.2 + * in Yacc compatibility mode (options -y/--yacc) Bison now + generates prototypes for yyerror and yylex if POSIXLY_CORRECT + is set + * -g/--graph now generates a *.gv file by default, instead of *.dot + * Support for the YYPRINT macro is removed + * The "lalr1.d" skeleton is now officially part of Bison + * Option -H, --header and directive %header supersede + --defines and %defines, respectively + * --html generates HTML reports directly in one step + * A new C++ native GLR parser + * Counterexamples now show the rule numbers, and always show ε + for rules with an empty right-hand side + * Support for Lookahead correction (LAC) in Java + * User actions may now use YYNOMEM to abort the current parse + with memory exhaustion + * Support for custom error messages and location print macros + ------------------------------------------------------------------- Fri Mar 12 21:47:19 UTC 2021 - Dirk Müller diff --git a/bison.spec b/bison.spec index d076b75..926bdfe 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.7.6 +Version: 3.8.2 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later