From 591d026c6f9aaa7cbc21f6c2698fbf2e272f3c46 Mon Sep 17 00:00:00 2001 From: pluskalm <> Date: Feb 01 2021 12:25:37 +0000 Subject: Update bison to version 3.7.5 / rev 58 via SR 866721 https://build.opensuse.org/request/show/866721 by user pluskalm + dimstar_suse --- diff --git a/.files b/.files index 0c70fa1..3654c4e 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 645bd0e..d0ef58d 100644 --- a/.rev +++ b/.rev @@ -492,4 +492,12 @@ Documentation 848605 + + 1ab30a3309d3e651beb90e1a04a0b148 + 3.7.5 + + dimstar_suse + + 866721 + diff --git a/bison-3.7.4.tar.xz b/bison-3.7.4.tar.xz deleted file mode 120000 index f49a102..0000000 --- a/bison-3.7.4.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiclvzdhe3r5zsnh36zb2noj5jopy326z3lwgzjsdpsnsebno6dd3a \ No newline at end of file diff --git a/bison-3.7.4.tar.xz.sig b/bison-3.7.4.tar.xz.sig deleted file mode 100644 index c993dd3..0000000 --- a/bison-3.7.4.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCX6/AhAAKCRAN3KoyeNUm -TjfQAJ4ztzHT7qiL01fO07dVVUlvfgN2cgCfZUzR1JX39kfAmC7Kmhyhn4dYYkQ= -=sfp4 ------END PGP SIGNATURE----- diff --git a/bison-3.7.5.tar.xz b/bison-3.7.5.tar.xz new file mode 120000 index 0000000..36eba08 --- /dev/null +++ b/bison-3.7.5.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeigjsg5rbzg4p4mvlohcltv3gjdu5qlxgheoa7gzxd6j6vzu5efpum \ No newline at end of file diff --git a/bison-3.7.5.tar.xz.sig b/bison-3.7.5.tar.xz.sig new file mode 100644 index 0000000..4e5a2df --- /dev/null +++ b/bison-3.7.5.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCYA0npAAKCRAN3KoyeNUm +TuixAJ9L+qfjDj/tBPOQ7nHeuAYZXEphOQCgl4qlZfm/94PBlMXQ8xnBrRZb6pw= +=+3Z4 +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index 0dd046b..bdda60e 100644 --- a/bison.changes +++ b/bison.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Sun Jan 24 15:35:28 UTC 2021 - Dirk Müller + +- use https for sources + +------------------------------------------------------------------- +Sun Jan 24 15:14:31 UTC 2021 - Andreas Stieger + +- GNU bison 3.7.5: + * Fix crashes in counterexample generation + * Fix Table Generation generating incorrect parsers when there + are many useless tokens + * GLR parsers now support %merge together with + api.value.type=union + * C++ parsers use noexcept in more places + * Generated parsers avoid some warnings about signedness issues + * C-language parsers now avoid warnings from pedantic clang + +------------------------------------------------------------------- Sat Nov 14 16:55:12 UTC 2020 - Andreas Stieger - GNU bison 3.7.4: diff --git a/bison.spec b/bison.spec index 8b91cf6..d85f3ea 100644 --- a/bison.spec +++ b/bison.spec @@ -1,7 +1,7 @@ # # spec file for package bison # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,19 @@ Name: bison -Version: 3.7.4 +Version: 3.7.5 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later Group: Development/Languages/C and C++ URL: https://www.gnu.org/software/bison/bison.html -Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz -Source1: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz.sig +Source0: https://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz +Source1: https://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz.sig Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: flex BuildRequires: gcc-c++ Requires: m4 -Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} %description Bison is a parser generator similar to yacc(1). @@ -68,12 +66,6 @@ Bison is a parser generator similar to yacc(1). %make_install %find_lang %{name} --all-name -%post -%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz - -%preun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz - %files lang -f %{name}.lang %files