forked from pool/bison
Accepting request 651031 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/651031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=39
This commit is contained in:
commit
84c326391b
@ -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.2.tar.xz
Normal file
3
bison-3.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa
|
||||||
|
size 2091244
|
6
bison-3.2.2.tar.xz.sig
Normal file
6
bison-3.2.2.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW/W/2AAKCRAN3KoyeNUm
|
||||||
|
TpbKAJ93Dc2fhBTPDhp6YdlbxYklVva8BQCeJEl5yqR0m+FViMizKxdL5v9/bzA=
|
||||||
|
=SO9m
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 22 05:55:13 UTC 2018 - sean@suspend.net
|
||||||
|
|
||||||
|
- bison 3.2.2:
|
||||||
|
* Support C++ 11 with move-only types for semantic values
|
||||||
|
* C++ 98 support is now deprecated
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Oct 2 09:27:28 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bison
|
Name: bison
|
||||||
Version: 3.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Parser Generator
|
Summary: The GNU Parser Generator
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user