SHA256
1
0
forked from pool/bison

Accepting request 757556 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/757556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2019-12-21 11:40:34 +00:00 committed by Git OBS Bridge
commit e98a3dd6b5
6 changed files with 24 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0
size 2240532

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXXpwYAAKCRAN3KoyeNUm
TgccAJ9LBkqrHKKMbcoB7k4zwN7w2qwSdgCg07ViqN5o8oiPJyx/T1iuBLS/u30=
=IIGs
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXfFaiAAKCRAN3KoyeNUm
TpUJAJkB24EP3AJfrb1S0vJQgHHwRwPDhACfWC+agAy3Z1DpYVK4l+5XMg+/gBM=
=5Dmw
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Dec 17 03:01:16 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Drop unnecessary autoconf BuildRequires.
-------------------------------------------------------------------
Mon Dec 16 15:40:38 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 3.5:
* Plenty of changes - see provided NEWS for detailed list
-------------------------------------------------------------------
Sun Sep 22 15:25:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package bison
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,24 +17,21 @@
Name: bison
Version: 3.4.2
Version: 3.5
Release: 0
Summary: The GNU Parser Generator
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
URL: http://www.gnu.org/software/bison/bison.html
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
Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: autoconf
BuildRequires: flex
BuildRequires: gcc-c++
BuildRequires: xz
Requires: m4
Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq}
Recommends: %{name}-lang
%description
Bison is a parser generator similar to yacc(1).
@ -42,7 +39,7 @@ Bison is a parser generator similar to yacc(1).
%lang_package
%prep
%setup -q
%autosetup
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects