SHA256
1
0
forked from pool/bison

Accepting request 663693 from devel:tools:compiler

- Do not build tests with -fprofile-generate in order to not to
  overwrite gcda files (boo#1120868).

- bison 3.2.4:
  * Fix the move constructor of symbol_type
  * Always provide a copy constructor for symbol_type

- bison 3.2.3:
  * c++: fix token constructors for types with commas
  * data/variant.hh: Do not use user types
  * tests/local.at: Adjust lex-related macros for tokenization
  * test/types.at: Also ceck token constructors with commas

OBS-URL: https://build.opensuse.org/request/show/663693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bison?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2019-01-15 08:08:29 +00:00 committed by Git OBS Bridge
commit 34677a91cc
6 changed files with 34 additions and 12 deletions

View File

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

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW/W/2AAKCRAN3KoyeNUm
TpbKAJ93Dc2fhBTPDhp6YdlbxYklVva8BQCeJEl5yqR0m+FViMizKxdL5v9/bzA=
=SO9m
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXCEUlQAKCRAN3KoyeNUm
TgieAJ9k8RtSwZHkOfPJR1DNMScCbm1KnQCgvQm6ujWInuWcBYOw2SmRgg1UG38=
=XQW4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jan 6 20:44:43 UTC 2019 - Martin Liška <mliska@suse.cz>
- Do not build tests with -fprofile-generate in order to not to
overwrite gcda files (boo#1120868).
-------------------------------------------------------------------
Thu Dec 27 03:40:07 UTC 2018 - sean@suspend.net
- bison 3.2.4:
* Fix the move constructor of symbol_type
* Always provide a copy constructor for symbol_type
-------------------------------------------------------------------
Sat Dec 22 16:55:04 UTC 2018 - sean@suspend.net
- bison 3.2.3:
* c++: fix token constructors for types with commas
* data/variant.hh: Do not use user types
* tests/local.at: Adjust lex-related macros for tokenization
* test/types.at: Also ceck token constructors with commas
-------------------------------------------------------------------
Thu Nov 22 05:55:13 UTC 2018 - sean@suspend.net

View File

@ -1,7 +1,7 @@
#
# spec file for package bison
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.2.2
Version: 3.2.4
Release: 0
Summary: The GNU Parser Generator
License: GPL-3.0-or-later
@ -54,7 +54,7 @@ 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} %{cflags_profile_generate}" check
make %{?_smp_mflags} CFLAGS="%{optflags}" check
make %{?_smp_mflags} clean
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1
%else