SHA256
1
0
forked from pool/bison

Accepting request 824128 from home:AndreasStieger:branches:devel:tools:compiler

GNU bison 3.7.1

OBS-URL: https://build.opensuse.org/request/show/824128
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=95
This commit is contained in:
Martin Pluskal 2020-08-10 06:02:34 +00:00 committed by Git OBS Bridge
parent 34cdd1172d
commit bd32e0c3a5
6 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b13473b31ca7fcf65e5e8a74224368ffd5df19275602a9c9567ba393f18577d
size 2472456

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXufHlQAKCRAN3KoyeNUm
TkWRAKCI+Pvf63z+lH/AwlyxjgeKwLPZqQCgoj3AkZNb6nvtw6B3KFz3by+1NYc=
=STV7
-----END PGP SIGNATURE-----

3
bison-3.7.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55c215521a13982a9bee68cd42eed51a65713f96c530a739a57de4438ac1bb69
size 2605940

6
bison-3.7.1.tar.xz.sig Normal file
View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXyZ2XAAKCRAN3KoyeNUm
TquyAJ4qq2duldfemDOVIEuOvzwWiX6E1ACbBHvDQkx/H7U41NxYm/lgANoUBiA=
=vAZS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 3 09:37:35 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- GNU bison 3.7.1:
* YYPRINT macro is deprecated
* --graph will generate a *.gv file by default
* Add Counterexample Generation feature
* Add File prefix mapping feature
* Various bug fixes and behavior changes
-------------------------------------------------------------------
Tue Jun 16 19:50:24 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,7 +17,7 @@
Name: bison
Version: 3.6.4
Version: 3.7.1
Release: 0
Summary: The GNU Parser Generator
License: GPL-3.0-or-later
@ -29,6 +29,7 @@ Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: flex
BuildRequires: gcc-c++
BuildRequires: libtextstyle-devel >= 0.20.5
Requires: m4
Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq}