forked from pool/bison
Accepting request 676934 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/676934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=42
This commit is contained in:
commit
c0ae573515
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd22fc5ed02b42c88fa0efc6d5de3face8dfb5e253bf97e632573413969bc900
|
||||
size 2106048
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXE3N+AAKCRAN3KoyeNUm
|
||||
TnyTAKCiapLBAbpcWJM6+rU0EJh8qCb2kgCgt3tXmg29pePWWS1nP/ENLeXfKsQ=
|
||||
=ECZG
|
||||
-----END PGP SIGNATURE-----
|
3
bison-3.3.2.tar.xz
Normal file
3
bison-3.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804
|
||||
size 2108612
|
6
bison-3.3.2.tar.xz.sig
Normal file
6
bison-3.3.2.tar.xz.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXFbzWAAKCRAN3KoyeNUm
|
||||
Tj+LAJ9sUuql35x58+OAqKWSZfSnOuhDkgCfecGkOmwfVsR00X5IX68HCAdqeL0=
|
||||
=tE4b
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 16 06:45:57 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Run profiling without parallelism for reproducible build results
|
||||
(boo#1040589)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 04 17:11:14 UTC 2019 - seanlew@opensuse.org
|
||||
|
||||
- bison 3.3.2:
|
||||
* bison 3.3 failed to generate parsers for grammars with unused
|
||||
nonterminal symbols
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 00:47:11 UTC 2019 - seanlew@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bison
|
||||
Version: 3.3.1
|
||||
Version: 3.3.2
|
||||
Release: 0
|
||||
Summary: The GNU Parser Generator
|
||||
License: GPL-3.0-or-later
|
||||
@ -54,7 +54,8 @@ Bison is a parser generator similar to yacc(1).
|
||||
gl_cv_func_printf_infinite_long_double=yes
|
||||
%if 0%{?do_profiling}
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}" check
|
||||
# non-parallel profiling for reproducible results https://bugzilla.opensuse.org/show_bug.cgi?id=1040589
|
||||
make CFLAGS="%{optflags}" check
|
||||
make %{?_smp_mflags} clean
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user