From bd32e0c3a5d5e80f904b80fe696027aa9d22fc86c678d8d0347ee100bb47e97a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 10 Aug 2020 06:02:34 +0000 Subject: [PATCH] Accepting request 824128 from home:AndreasStieger:branches:devel:tools:compiler GNU bison 3.7.1 OBS-URL: https://build.opensuse.org/request/show/824128 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=95 --- bison-3.6.4.tar.xz | 3 --- bison-3.6.4.tar.xz.sig | 6 ------ bison-3.7.1.tar.xz | 3 +++ bison-3.7.1.tar.xz.sig | 6 ++++++ bison.changes | 10 ++++++++++ bison.spec | 3 ++- 6 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 bison-3.6.4.tar.xz delete mode 100644 bison-3.6.4.tar.xz.sig create mode 100644 bison-3.7.1.tar.xz create mode 100644 bison-3.7.1.tar.xz.sig diff --git a/bison-3.6.4.tar.xz b/bison-3.6.4.tar.xz deleted file mode 100644 index 2de33f6..0000000 --- a/bison-3.6.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b13473b31ca7fcf65e5e8a74224368ffd5df19275602a9c9567ba393f18577d -size 2472456 diff --git a/bison-3.6.4.tar.xz.sig b/bison-3.6.4.tar.xz.sig deleted file mode 100644 index b847c5c..0000000 --- a/bison-3.6.4.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXufHlQAKCRAN3KoyeNUm -TkWRAKCI+Pvf63z+lH/AwlyxjgeKwLPZqQCgoj3AkZNb6nvtw6B3KFz3by+1NYc= -=STV7 ------END PGP SIGNATURE----- diff --git a/bison-3.7.1.tar.xz b/bison-3.7.1.tar.xz new file mode 100644 index 0000000..f1d5281 --- /dev/null +++ b/bison-3.7.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c215521a13982a9bee68cd42eed51a65713f96c530a739a57de4438ac1bb69 +size 2605940 diff --git a/bison-3.7.1.tar.xz.sig b/bison-3.7.1.tar.xz.sig new file mode 100644 index 0000000..ecf0790 --- /dev/null +++ b/bison-3.7.1.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQR9+EN0se4fl2S74l0N3KoyeNUmTgUCXyZ2XAAKCRAN3KoyeNUm +TquyAJ4qq2duldfemDOVIEuOvzwWiX6E1ACbBHvDQkx/H7U41NxYm/lgANoUBiA= +=vAZS +-----END PGP SIGNATURE----- diff --git a/bison.changes b/bison.changes index 98a77f5..d45d693 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 3 09:37:35 UTC 2020 - Andreas Stieger + +- GNU bison 3.7.1: + * YYPRINT macro is deprecated + * --graph will generate a *.gv file by default + * Add Counterexample Generation feature + * Add File prefix mapping feature + * Various bug fixes and behavior changes + ------------------------------------------------------------------- Tue Jun 16 19:50:24 UTC 2020 - Andreas Stieger diff --git a/bison.spec b/bison.spec index d00ec45..d204154 100644 --- a/bison.spec +++ b/bison.spec @@ -17,7 +17,7 @@ Name: bison -Version: 3.6.4 +Version: 3.7.1 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0-or-later @@ -29,6 +29,7 @@ Source2: %{name}.keyring Source3: baselibs.conf BuildRequires: flex BuildRequires: gcc-c++ +BuildRequires: libtextstyle-devel >= 0.20.5 Requires: m4 Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq}