From cf2ae47823e48bdbaf92554aac2482b3a3b9b398777462c49f2d88ccf4148d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 5 Sep 2013 11:03:51 +0000 Subject: [PATCH] Accepting request 185694 from home:elvigia:branches:devel:tools:compiler - Update to bision 3.0 * deep overhaul/improvements of the diagnostics * more versatile means to describe semantic value types, including the ability to store genuine C++ objects in C++ parsers * push-parser interface extended to Java * parse-time semantic predicates for GLR parsers. * This is a major update, please see https://lwn.net/Articles/561990/ for all details and backward incompatible changes. OBS-URL: https://build.opensuse.org/request/show/185694 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=30 --- bison-2.7.tar.xz | 3 --- bison-3.0.tar.xz | 3 +++ bison.changes | 12 ++++++++++++ bison.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 bison-2.7.tar.xz create mode 100644 bison-3.0.tar.xz diff --git a/bison-2.7.tar.xz b/bison-2.7.tar.xz deleted file mode 100644 index e77c146..0000000 --- a/bison-2.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43d8c5c466486031d5e7195a152ff49651ccac91599692e788b5ec5b693ca7fd -size 1776640 diff --git a/bison-3.0.tar.xz b/bison-3.0.tar.xz new file mode 100644 index 0000000..d204f1e --- /dev/null +++ b/bison-3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ac5585002b71208aee8a20bbe1ced96c48766e6c4247bc7ef8f3141f7624c8 +size 1913532 diff --git a/bison.changes b/bison.changes index 2defd8b..021eeee 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Aug 3 02:24:50 UTC 2013 - crrodriguez@opensuse.org + +- Update to bision 3.0 +* deep overhaul/improvements of the diagnostics +* more versatile means to describe semantic value types, +including the ability to store genuine C++ objects in C++ parsers +* push-parser interface extended to Java +* parse-time semantic predicates for GLR parsers. +* This is a major update, please see https://lwn.net/Articles/561990/ + for all details and backward incompatible changes. + ------------------------------------------------------------------- Tue Jul 9 07:53:58 UTC 2013 - schwab@suse.de diff --git a/bison.spec b/bison.spec index b4b4066..ba24a2f 100644 --- a/bison.spec +++ b/bison.spec @@ -25,7 +25,7 @@ Requires(pre): %install_info_prereq %ifarch ppc64 Obsoletes: bison-64bit %endif -Version: 2.7 +Version: 3.0 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0+