From 738059dc7b16dbd68e014acab3bd22446690e52b170e0c5597b5b750a6099252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 15 Nov 2012 12:16:24 +0000 Subject: [PATCH] Accepting request 140996 from home:elvigia:branches:devel:tools:compiler - bison 2.6.5 * Incorrect definitions of YY_, issued by yacc.c when no parser header is generated, are removed. * Fix compiler warnings in the generated parser (yacc.c, glr.c) * Warnings about uninitialized yylval and/or yylloc for push parsers with a pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to 3.2. OBS-URL: https://build.opensuse.org/request/show/140996 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=22 --- bison-2.6.2.tar.xz | 3 --- bison-2.6.5.tar.xz | 3 +++ bison.changes | 11 +++++++++++ bison.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 bison-2.6.2.tar.xz create mode 100644 bison-2.6.5.tar.xz diff --git a/bison-2.6.2.tar.xz b/bison-2.6.2.tar.xz deleted file mode 100644 index 38fa0f4..0000000 --- a/bison-2.6.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79503f80397c30ac81b62eca5ffeaccaed72fdfeddb76257efcf8c3ca24be03d -size 1650196 diff --git a/bison-2.6.5.tar.xz b/bison-2.6.5.tar.xz new file mode 100644 index 0000000..d09b06d --- /dev/null +++ b/bison-2.6.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8640d5b51aad462db6863711f333a9159836853e0b1e79fdef708c6efb5cd52b +size 1669260 diff --git a/bison.changes b/bison.changes index b159086..0138735 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 12 16:23:50 UTC 2012 - crrodriguez@opensuse.org + +- bison 2.6.5 +* Incorrect definitions of YY_, issued by yacc.c when no parser header is + generated, are removed. +* Fix compiler warnings in the generated parser (yacc.c, glr.c) +* Warnings about uninitialized yylval and/or yylloc for push parsers with a + pure interface have been fixed for GCC 4.0 up to 4.8, and Clang 2.9 to + 3.2. + ------------------------------------------------------------------- Sun Sep 23 17:27:27 UTC 2012 - nmo.marques@gmail.com diff --git a/bison.spec b/bison.spec index fc7ce39..5b7fec8 100644 --- a/bison.spec +++ b/bison.spec @@ -24,7 +24,7 @@ Requires(pre): %install_info_prereq %ifarch ppc64 Obsoletes: bison-64bit %endif -Version: 2.6.2 +Version: 2.6.5 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0+ @@ -42,7 +42,7 @@ Bison is a parser generator similar to yacc(1). %setup -q %build -%configure +%configure --disable-silent-rules --disable-rpath make %{?_smp_mflags} %check