Accepting request 661520 from home:seanlew:branches:devel:tools:compiler
Update bison to 3.2.4 OBS-URL: https://build.opensuse.org/request/show/661520 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=59
This commit is contained in:
parent
dbd6bc004b
commit
29099fdcb4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa
|
||||
size 2091244
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW/W/2AAKCRAN3KoyeNUm
|
||||
TpbKAJ93Dc2fhBTPDhp6YdlbxYklVva8BQCeJEl5yqR0m+FViMizKxdL5v9/bzA=
|
||||
=SO9m
|
||||
-----END PGP SIGNATURE-----
|
3
bison-3.2.4.tar.xz
Normal file
3
bison-3.2.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:523d44419f4df68286503740c95c7b3400b748d7d8b797209195ee5d67f05634
|
||||
size 2094568
|
6
bison-3.2.4.tar.xz.sig
Normal file
6
bison-3.2.4.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXCEUlQAKCRAN3KoyeNUm
|
||||
TgieAJ9k8RtSwZHkOfPJR1DNMScCbm1KnQCgvQm6ujWInuWcBYOw2SmRgg1UG38=
|
||||
=XQW4
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 03:40:07 UTC 2018 - sean@suspend.net
|
||||
|
||||
- bison 3.2.4:
|
||||
* Fix the move constructor of symbol_type
|
||||
* Always provide a copy constructor for symbol_type
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 16:55:04 UTC 2018 - sean@suspend.net
|
||||
|
||||
- bison 3.2.3:
|
||||
* c++: fix token constructors for types with commas
|
||||
* data/variant.hh: Do not use user types
|
||||
* tests/local.at: Adjust lex-related macros for tokenization
|
||||
* test/types.at: Also ceck token constructors with commas
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 05:55:13 UTC 2018 - sean@suspend.net
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bison
|
||||
Version: 3.2.2
|
||||
Version: 3.2.4
|
||||
Release: 0
|
||||
Summary: The GNU Parser Generator
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user