From 29099fdcb456229a172aadf01e89f4d2e9d7193c6a132f62ab2e1e241bd95a94 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 27 Dec 2018 08:41:34 +0000 Subject: [PATCH 1/3] Accepting request 661520 from home:seanlew:branches:devel:tools:compiler Update bison to 3.2.4 OBS-URL: https://build.opensuse.org/request/show/661520 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=59 --- bison-3.2.2.tar.xz | 3 --- bison-3.2.2.tar.xz.sig | 6 ------ bison-3.2.4.tar.xz | 3 +++ bison-3.2.4.tar.xz.sig | 6 ++++++ bison.changes | 16 ++++++++++++++++ bison.spec | 2 +- 6 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 bison-3.2.2.tar.xz delete mode 100644 bison-3.2.2.tar.xz.sig create mode 100644 bison-3.2.4.tar.xz create mode 100644 bison-3.2.4.tar.xz.sig diff --git a/bison-3.2.2.tar.xz b/bison-3.2.2.tar.xz deleted file mode 100644 index aad336b..0000000 --- a/bison-3.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f950f24e4d0745c7cc870e36d04f4057133ce0f31d6b4564e6f510a7d3ffafa -size 2091244 diff --git a/bison-3.2.2.tar.xz.sig b/bison-3.2.2.tar.xz.sig deleted file mode 100644 index 575b98e..0000000 --- a/bison-3.2.2.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCW/W/2AAKCRAN3KoyeNUm -TpbKAJ93Dc2fhBTPDhp6YdlbxYklVva8BQCeJEl5yqR0m+FViMizKxdL5v9/bzA= -=SO9m ------END PGP SIGNATURE----- diff --git a/bison-3.2.4.tar.xz b/bison-3.2.4.tar.xz new file mode 100644 index 0000000..cb06570 --- /dev/null +++ b/bison-3.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523d44419f4df68286503740c95c7b3400b748d7d8b797209195ee5d67f05634 +size 2094568 diff --git a/bison-3.2.4.tar.xz.sig b/bison-3.2.4.tar.xz.sig new file mode 100644 index 0000000..17cee53 --- /dev/null +++ b/bison-3.2.4.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXCEUlQAKCRAN3KoyeNUm +TgieAJ9k8RtSwZHkOfPJR1DNMScCbm1KnQCgvQm6ujWInuWcBYOw2SmRgg1UG38= +=XQW4 +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index fb50c66..71fce6b 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 diff --git a/bison.spec b/bison.spec index b7429db..3ac25c5 100644 --- a/bison.spec +++ b/bison.spec @@ -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 From 3c99f881e1068ce9177694c35118c1cce337b668d16f779248f6cceabcd478a7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 7 Jan 2019 08:53:09 +0000 Subject: [PATCH 2/3] Accepting request 663211 from home:marxin:branches:devel:tools:compiler - Do not build tests with -fprofile-generate in order to overwrite gcda files (boo#1120868). OBS-URL: https://build.opensuse.org/request/show/663211 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=60 --- bison.changes | 6 ++++++ bison.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bison.changes b/bison.changes index 71fce6b..6d1e8c4 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 6 20:44:43 UTC 2019 - Martin Liška + +- Do not build tests with -fprofile-generate in order to overwrite + gcda files (boo#1120868). + ------------------------------------------------------------------- Thu Dec 27 03:40:07 UTC 2018 - sean@suspend.net diff --git a/bison.spec b/bison.spec index 3ac25c5..3ce4a85 100644 --- a/bison.spec +++ b/bison.spec @@ -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 @@ -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 From b954cfaadc06ad2725d399bdd6096e229b4138dfc6b9c1cd6e1566baf2bb9bdd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 8 Jan 2019 13:15:07 +0000 Subject: [PATCH 3/3] - Do not build tests with -fprofile-generate in order to not to overwrite gcda files (boo#1120868). OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=61 --- bison.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bison.changes b/bison.changes index 6d1e8c4..921db6e 100644 --- a/bison.changes +++ b/bison.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Sun Jan 6 20:44:43 UTC 2019 - Martin Liška -- Do not build tests with -fprofile-generate in order to overwrite - gcda files (boo#1120868). +- 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