SHA256
3
0
forked from pool/bison

- Update to version 3.5.1:

* Portability fixes.
  * Fix compiler warnings.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=78
This commit is contained in:
Martin Pluskal 2020-02-05 16:49:03 +00:00 committed by Git OBS Bridge
parent 229ed1dc1c
commit a899c19f9d
6 changed files with 23 additions and 16 deletions

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

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

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

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXiRdEgAKCRAN3KoyeNUm
Tq7gAJ97I+wq8mKRXG5yy5oPaxP4kyAkngCfca+1OpHL7Xu00Lpj3i+conAs75k=
=txCR
-----END PGP SIGNATURE-----

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 5 16:11:27 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 3.5.1:
* Portability fixes.
* Fix compiler warnings.
-------------------------------------------------------------------
Tue Dec 17 03:01:16 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package bison
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: bison
Version: 3.5
Version: 3.5.1
Release: 0
Summary: The GNU Parser Generator
License: GPL-3.0-or-later
@ -51,13 +51,13 @@ Bison is a parser generator similar to yacc(1).
gl_cv_func_printf_directive_n=yes \
gl_cv_func_printf_infinite_long_double=yes
%if 0%{?do_profiling}
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}"
# non-parallel profiling for reproducible results https://bugzilla.opensuse.org/show_bug.cgi?id=1040589
make --jobs=1 CFLAGS="%{optflags}" check
make %{?_smp_mflags} clean
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
%make_build --jobs=1 CFLAGS="%{optflags}" check
%make_build clean
%make_build CFLAGS="%{optflags} %{cflags_profile_feedback}"
%else
make %{?_smp_mflags} CFLAGS="%{optflags}"
%make_build CFLAGS="%{optflags}"
%endif
%check