From 29099fdcb456229a172aadf01e89f4d2e9d7193c6a132f62ab2e1e241bd95a94 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 27 Dec 2018 08:41:34 +0000 Subject: [PATCH] Accepting request 661520 from home:seanlew:branches:devel:tools:compiler Update bison to 3.2.4 OBS-URL: https://build.opensuse.org/request/show/661520 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=59 --- bison-3.2.2.tar.xz | 3 --- bison-3.2.2.tar.xz.sig | 6 ------ bison-3.2.4.tar.xz | 3 +++ bison-3.2.4.tar.xz.sig | 6 ++++++ bison.changes | 16 ++++++++++++++++ bison.spec | 2 +- 6 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 bison-3.2.2.tar.xz delete mode 100644 bison-3.2.2.tar.xz.sig create mode 100644 bison-3.2.4.tar.xz create mode 100644 bison-3.2.4.tar.xz.sig diff --git a/bison-3.2.2.tar.xz b/bison-3.2.2.tar.xz deleted file mode 100644 index aad336b..0000000 --- a/bison-3.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 575b98e..0000000 --- a/bison-3.2.2.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW/W/2AAKCRAN3KoyeNUm -TpbKAJ93Dc2fhBTPDhp6YdlbxYklVva8BQCeJEl5yqR0m+FViMizKxdL5v9/bzA= -=SO9m ------END PGP SIGNATURE----- diff --git a/bison-3.2.4.tar.xz b/bison-3.2.4.tar.xz new file mode 100644 index 0000000..cb06570 --- /dev/null +++ b/bison-3.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523d44419f4df68286503740c95c7b3400b748d7d8b797209195ee5d67f05634 +size 2094568 diff --git a/bison-3.2.4.tar.xz.sig b/bison-3.2.4.tar.xz.sig new file mode 100644 index 0000000..17cee53 --- /dev/null +++ b/bison-3.2.4.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXCEUlQAKCRAN3KoyeNUm +TgieAJ9k8RtSwZHkOfPJR1DNMScCbm1KnQCgvQm6ujWInuWcBYOw2SmRgg1UG38= +=XQW4 +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index fb50c66..71fce6b 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Dec 27 03:40:07 UTC 2018 - sean@suspend.net + +- bison 3.2.4: + * Fix the move constructor of symbol_type + * Always provide a copy constructor for symbol_type + +------------------------------------------------------------------- +Sat Dec 22 16:55:04 UTC 2018 - sean@suspend.net + +- bison 3.2.3: + * c++: fix token constructors for types with commas + * data/variant.hh: Do not use user types + * tests/local.at: Adjust lex-related macros for tokenization + * test/types.at: Also ceck token constructors with commas + ------------------------------------------------------------------- Thu Nov 22 05:55:13 UTC 2018 - sean@suspend.net diff --git a/bison.spec b/bison.spec index b7429db..3ac25c5 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.2.2 +Version: 3.2.4 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later