forked from pool/bison
Accepting request 866721 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/866721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=58
This commit is contained in:
commit
c99fdf693c
@ -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,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 15:35:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- use https for sources
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
16
bison.spec
16
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,21 +17,19 @@
|
||||
|
||||
|
||||
Name: bison
|
||||
Version: 3.7.4
|
||||
Version: 3.7.5
|
||||
Release: 0
|
||||
Summary: The GNU Parser Generator
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://www.gnu.org/software/bison/bison.html
|
||||
Source0: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz
|
||||
Source1: ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz.sig
|
||||
Source0: https://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/bison/bison-%{version}.tar.xz.sig
|
||||
Source2: %{name}.keyring
|
||||
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