- Update to version 3.5:
* Plenty of changes - see provided NEWS for detailed list OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=75
This commit is contained in:
parent
3d6e08b592
commit
23e80930d0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0
|
||||
size 2240532
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXXpwYAAKCRAN3KoyeNUm
|
||||
TgccAJ9LBkqrHKKMbcoB7k4zwN7w2qwSdgCg07ViqN5o8oiPJyx/T1iuBLS/u30=
|
||||
=IIGs
|
||||
-----END PGP SIGNATURE-----
|
3
bison-3.5.tar.xz
Normal file
3
bison-3.5.tar.xz
Normal 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
6
bison-3.5.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXfFaiAAKCRAN3KoyeNUm
|
||||
TpUJAJkB24EP3AJfrb1S0vJQgHHwRwPDhACfWC+agAy3Z1DpYVK4l+5XMg+/gBM=
|
||||
=5Dmw
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
10
bison.spec
10
bison.spec
@ -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,12 +17,12 @@
|
||||
|
||||
|
||||
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
|
||||
@ -30,11 +30,9 @@ 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 +40,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
|
||||
|
Loading…
Reference in New Issue
Block a user