From fea26b98ad6d7accf7ae148a6b028fa5025890f7647cade7aa1680839bc5fafe Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 9 Nov 2018 08:11:44 +0000 Subject: [PATCH 1/2] Accepting request 647514 from home:seanlew:branches:devel:tools:compiler Update bison to 3.2.1 OBS-URL: https://build.opensuse.org/request/show/647514 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=56 --- bison-3.1.tar.xz | 3 --- bison-3.1.tar.xz.sig | 6 ------ bison-3.2.1.tar.xz | 3 +++ bison-3.2.1.tar.xz.sig | 6 ++++++ bison.changes | 13 +++++++++++++ bison.spec | 2 +- 6 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 bison-3.1.tar.xz delete mode 100644 bison-3.1.tar.xz.sig create mode 100644 bison-3.2.1.tar.xz create mode 100644 bison-3.2.1.tar.xz.sig 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.1.tar.xz b/bison-3.2.1.tar.xz new file mode 100644 index 0000000..0399811 --- /dev/null +++ b/bison-3.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba8bd5d6e935d01b89382fa5c2fa7602e03bbb435575087bfdc3c450d4d9ecd +size 2091684 diff --git a/bison-3.2.1.tar.xz.sig b/bison-3.2.1.tar.xz.sig new file mode 100644 index 0000000..5747683 --- /dev/null +++ b/bison-3.2.1.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW+UglQAKCRAN3KoyeNUm +TnZWAJ9qMnu5/j9pX3Eg6vNOQM1Hkf3ScwCfa8X/yGY4P8fyIj8FGDYF6QBnZAI= +=FV/3 +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index a5c0ef7..3e1a4cb 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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..9885af2 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.1 +Version: 3.2.1 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later From dbd6bc004b0d35a50c14d7df2378a477db7c43841a41c65372d203bc6108a3c7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 22 Nov 2018 09:14:37 +0000 Subject: [PATCH 2/2] Accepting request 651018 from home:seanlew:branches:devel:tools:compiler Update bison to 3.2.2 OBS-URL: https://build.opensuse.org/request/show/651018 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=57 --- bison-3.2.1.tar.xz | 3 --- bison-3.2.1.tar.xz.sig | 6 ------ bison-3.2.2.tar.xz | 3 +++ bison-3.2.2.tar.xz.sig | 6 ++++++ bison.changes | 7 +++++++ bison.spec | 2 +- 6 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 bison-3.2.1.tar.xz delete mode 100644 bison-3.2.1.tar.xz.sig create mode 100644 bison-3.2.2.tar.xz create mode 100644 bison-3.2.2.tar.xz.sig diff --git a/bison-3.2.1.tar.xz b/bison-3.2.1.tar.xz deleted file mode 100644 index 0399811..0000000 --- a/bison-3.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ba8bd5d6e935d01b89382fa5c2fa7602e03bbb435575087bfdc3c450d4d9ecd -size 2091684 diff --git a/bison-3.2.1.tar.xz.sig b/bison-3.2.1.tar.xz.sig deleted file mode 100644 index 5747683..0000000 --- a/bison-3.2.1.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW+UglQAKCRAN3KoyeNUm -TnZWAJ9qMnu5/j9pX3Eg6vNOQM1Hkf3ScwCfa8X/yGY4P8fyIj8FGDYF6QBnZAI= -=FV/3 ------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 3e1a4cb..fb50c66 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/bison.spec b/bison.spec index 9885af2..b7429db 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later