forked from pool/bison
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
This commit is contained in:
parent
4ab35bc347
commit
fea26b98ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c2464ad6cb7b513b2c350a092d919327e1f63d12ff024836acbb504475da5c6
|
||||
size 1990536
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iEYEABECAAYFAluEXdkACgkQDdyqMnjVJk7SQQCgpH7ZT0SvX778gWFPvI0vOULP
|
||||
rrUAn0LooQpw19fwPkjaAkkJbN2ksDp1
|
||||
=YHbt
|
||||
-----END PGP SIGNATURE-----
|
3
bison-3.2.1.tar.xz
Normal file
3
bison-3.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ba8bd5d6e935d01b89382fa5c2fa7602e03bbb435575087bfdc3c450d4d9ecd
|
||||
size 2091684
|
6
bison-3.2.1.tar.xz.sig
Normal file
6
bison-3.2.1.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW+UglQAKCRAN3KoyeNUm
|
||||
TnZWAJ9qMnu5/j9pX3Eg6vNOQM1Hkf3ScwCfa8X/yGY4P8fyIj8FGDYF6QBnZAI=
|
||||
=FV/3
|
||||
-----END PGP SIGNATURE-----
|
@ -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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user