Accepting request 866373 from home:AndreasStieger:branches:devel:tools:compiler
GNU bison 3.7.5 OBS-URL: https://build.opensuse.org/request/show/866373 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=103
This commit is contained in:
parent
e06405ea78
commit
24b6a178d5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3b5813f48a11e540ef26f46e4d288c0c25c7907d9879ae50e430ec49f63c010
|
||||
size 2617336
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCX6/AhAAKCRAN3KoyeNUm
|
||||
TjfQAJ4ztzHT7qiL01fO07dVVUlvfgN2cgCfZUzR1JX39kfAmC7Kmhyhn4dYYkQ=
|
||||
=sfp4
|
||||
-----END PGP SIGNATURE-----
|
3
bison-3.7.5.tar.xz
Normal file
3
bison-3.7.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8c53bc5bc396d636622d0f25e31ca92fd53f00b09629f13ef540d564a6b31ab
|
||||
size 2622228
|
6
bison-3.7.5.tar.xz.sig
Normal file
6
bison-3.7.5.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCYA0npAAKCRAN3KoyeNUm
|
||||
TuixAJ9L+qfjDj/tBPOQ7nHeuAYZXEphOQCgl4qlZfm/94PBlMXQ8xnBrRZb6pw=
|
||||
=+3Z4
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 15:14:31 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- 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 <andreas.stieger@gmx.de>
|
||||
|
||||
|
12
bison.spec
12
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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bison
|
||||
Version: 3.7.4
|
||||
Version: 3.7.5
|
||||
Release: 0
|
||||
Summary: The GNU Parser Generator
|
||||
License: GPL-3.0-or-later
|
||||
@ -30,8 +30,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user