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