forked from pool/bison
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
This commit is contained in:
parent
6fcd9b4bda
commit
738059dc7b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79503f80397c30ac81b62eca5ffeaccaed72fdfeddb76257efcf8c3ca24be03d
|
|
||||||
size 1650196
|
|
3
bison-2.6.5.tar.xz
Normal file
3
bison-2.6.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8640d5b51aad462db6863711f333a9159836853e0b1e79fdef708c6efb5cd52b
|
||||||
|
size 1669260
|
@ -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
|
Sun Sep 23 17:27:27 UTC 2012 - nmo.marques@gmail.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Requires(pre): %install_info_prereq
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: bison-64bit
|
Obsoletes: bison-64bit
|
||||||
%endif
|
%endif
|
||||||
Version: 2.6.2
|
Version: 2.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU Parser Generator
|
Summary: The GNU Parser Generator
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -42,7 +42,7 @@ Bison is a parser generator similar to yacc(1).
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-silent-rules --disable-rpath
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user