diff --git a/bison-3.1.tar.xz b/bison-3.1.tar.xz deleted file mode 100644 index ebc0b45..0000000 --- a/bison-3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6 -size 1990536 diff --git a/bison-3.1.tar.xz.sig b/bison-3.1.tar.xz.sig deleted file mode 100644 index 3502413..0000000 --- a/bison-3.1.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iEYEABECAAYFAluEXdkACgkQDdyqMnjVJk7SQQCgpH7ZT0SvX778gWFPvI0vOULP -rrUAn0LooQpw19fwPkjaAkkJbN2ksDp1 -=YHbt ------END PGP SIGNATURE----- diff --git a/bison-3.2.2.tar.xz b/bison-3.2.2.tar.xz new file mode 100644 index 0000000..aad336b --- /dev/null +++ b/bison-3.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa +size 2091244 diff --git a/bison-3.2.2.tar.xz.sig b/bison-3.2.2.tar.xz.sig new file mode 100644 index 0000000..575b98e --- /dev/null +++ b/bison-3.2.2.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW/W/2AAKCRAN3KoyeNUm +TpbKAJ93Dc2fhBTPDhp6YdlbxYklVva8BQCeJEl5yqR0m+FViMizKxdL5v9/bzA= +=SO9m +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index a5c0ef7..fb50c66 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Nov 22 05:55:13 UTC 2018 - sean@suspend.net + +- bison 3.2.2: + * Support C++ 11 with move-only types for semantic values + * C++ 98 support is now deprecated + +------------------------------------------------------------------- +Fri Nov 09 08:04:18 UTC 2018 - sean@suspend.net + +- bison 3.2: + * %printers should use yyo rather than yyoutput to denote the output stream. + * variant-based symbols in C++ should use emplace() rather than build() + * in C++ parsers, parser:;operator() is now a synonym for the parser::parse + * C++ support for move semantics (lalr1.cc) + * C++ implicit move of right-hand side values (lair1.cc) + * C++ the implicit default semantic action is always run + * C++ renaming locations.hh + * C++ stack.hh and position.hh are deprecated + ------------------------------------------------------------------- Tue Oct 2 09:27:28 UTC 2018 - Martin Pluskal diff --git a/bison.spec b/bison.spec index de7e3e0..b7429db 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.1 +Version: 3.2.2 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later