diff --git a/.files b/.files index fd58cad..362e72e 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index bed9db4..f1d7922 100644 --- a/.rev +++ b/.rev @@ -532,4 +532,12 @@ Documentation 880047 + + 68e8892607269da4fbc7f28064c35475 + 3.8.2 + + dimstar_suse + + 922951 + diff --git a/bison-3.7.6.tar.xz b/bison-3.7.6.tar.xz deleted file mode 120000 index cf5ad08..0000000 --- a/bison-3.7.6.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeic62jxtb5wbragv53lelcu5dus2diqllfynt3hawlyzm6gkt4mzsi \ No newline at end of file diff --git a/bison-3.7.6.tar.xz.sig b/bison-3.7.6.tar.xz.sig deleted file mode 100644 index 6046796..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 120000 index 0000000..0530976 --- /dev/null +++ b/bison-3.8.2.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeig3hy25ey47rg3pah3uc73gafl7ki2k37qz444jw5bypaq67zjkge \ No newline at end of file diff --git a/bison-3.8.2.tar.xz.sig b/bison-3.8.2.tar.xz.sig new file mode 100644 index 0000000..de43ef6 --- /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 7f44ae5..7508b3f 100644 --- a/bison.changes +++ b/bison.changes @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +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 - move COPYING file into licenses subdirectory diff --git a/bison.spec b/bison.spec index 5dd57eb..693798c 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