From f1af7f2fbc33eb48ceb9420ceeddc8c47ecf9999e311090a273b4cf7104bb8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 21 Feb 2013 21:20:46 +0000 Subject: [PATCH] Accepting request 151417 from devel:ARM:AArch64:Factory version update OBS-URL: https://build.opensuse.org/request/show/151417 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=24 --- bison-2.6.5.tar.xz | 3 --- bison-2.7.tar.xz | 3 +++ bison.changes | 12 ++++++++++++ bison.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 bison-2.6.5.tar.xz create mode 100644 bison-2.7.tar.xz diff --git a/bison-2.6.5.tar.xz b/bison-2.6.5.tar.xz deleted file mode 100644 index d09b06d..0000000 --- a/bison-2.6.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8640d5b51aad462db6863711f333a9159836853e0b1e79fdef708c6efb5cd52b -size 1669260 diff --git a/bison-2.7.tar.xz b/bison-2.7.tar.xz new file mode 100644 index 0000000..e77c146 --- /dev/null +++ b/bison-2.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d8c5c466486031d5e7195a152ff49651ccac91599692e788b5ec5b693ca7fd +size 1776640 diff --git a/bison.changes b/bison.changes index 0138735..fc9a7cf 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Feb 6 06:11:30 UTC 2013 - adrian@suse.com + +- bison update to 2.7 + * Changes in the format of error messages + * New format for error reports: carets + * New value for %define variable: api.pure full + * New %define variable: api.location.type (glr.cc, lalr1.cc, lalr1.java) + * Exception safety (lalr1.cc) + * Graph improvements in DOT and XSLT + * %language is no longer an experimental feature. + ------------------------------------------------------------------- Mon Nov 12 16:23:50 UTC 2012 - crrodriguez@opensuse.org diff --git a/bison.spec b/bison.spec index 5b7fec8..d38b092 100644 --- a/bison.spec +++ b/bison.spec @@ -18,13 +18,13 @@ Name: bison BuildRequires: gcc-c++ -BuildRequires: xz +BuildRequires: xz flex Requires(pre): %install_info_prereq # bug437293 %ifarch ppc64 Obsoletes: bison-64bit %endif -Version: 2.6.5 +Version: 2.7 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0+