From b046b7025655cabeb400f4dd051018ecd14fc244f5859f5fc44de9fe55f0f5fc Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 10 May 2021 05:30:46 +0000 Subject: [PATCH] Accepting request 891593 from home:dirkmueller:Factory - update to 20210328: * reader.c: ignore bison's "%empty" extension * reader.c, defs.h: %debug was a trivial bison "extension", mark it as such * yacc.1: use italics in a few places where bold was inappropriate * reader.c: add union tag to YYSTYPE structure for compatibility with a feature which bison copied from Solaris yacc (request by Ella Stanforth) * closure.c, warshall.c: fix undefined-behavior diagnosed with gcc -fsanitize=undefined (report by Alexander Richardson) OBS-URL: https://build.opensuse.org/request/show/891593 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=38 --- byacc-20200910.tgz | 3 --- byacc-20200910.tgz.asc | 7 ------- byacc-20210328.tgz | 3 +++ byacc-20210328.tgz.asc | 7 +++++++ byacc.changes | 15 +++++++++++++++ byacc.spec | 4 ++-- 6 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 byacc-20200910.tgz delete mode 100644 byacc-20200910.tgz.asc create mode 100644 byacc-20210328.tgz create mode 100644 byacc-20210328.tgz.asc diff --git a/byacc-20200910.tgz b/byacc-20200910.tgz deleted file mode 100644 index 2e4f098..0000000 --- a/byacc-20200910.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a5906073aeaf23ddc20aaac0ea61cb5ccc18572870b113375dec4ffe85ecf30 -size 871242 diff --git a/byacc-20200910.tgz.asc b/byacc-20200910.tgz.asc deleted file mode 100644 index 185130e..0000000 --- a/byacc-20200910.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: See https://invisible-island.net/public/public.html for info - -iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCX1q0kQAKCRBwI1Pg9+SO -27u7AKCxxtE9MshFpA3XlRkEfaHkLhGWzwCfdL9g/AR8FIdANYcesxF2nqzm9xk= -=vj2e ------END PGP SIGNATURE----- diff --git a/byacc-20210328.tgz b/byacc-20210328.tgz new file mode 100644 index 0000000..c5b6245 --- /dev/null +++ b/byacc-20210328.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8f258eb22a4eae994ee374a712dd08e023cde1c39b373e8db8ba7806c50585 +size 874281 diff --git a/byacc-20210328.tgz.asc b/byacc-20210328.tgz.asc new file mode 100644 index 0000000..6f7957d --- /dev/null +++ b/byacc-20210328.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCYGDb8gAKCRBwI1Pg9+SO +20WnAJ9+eVpO0c9WS2uhQHVfNV6rvChC4wCgmG+y1rZfAFzh6l6DzwE2+AvmGI0= +=qoFN +-----END PGP SIGNATURE----- diff --git a/byacc.changes b/byacc.changes index 323c565..9a0907c 100644 --- a/byacc.changes +++ b/byacc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat May 8 20:19:26 UTC 2021 - Dirk Müller + +- update to 20210328: + * reader.c: ignore bison's "%empty" extension + * reader.c, defs.h: + %debug was a trivial bison "extension", mark it as such + * yacc.1: use italics in a few places where bold was inappropriate + * reader.c: + add union tag to YYSTYPE structure for compatibility with a feature which + bison copied from Solaris yacc (request by Ella Stanforth) + * closure.c, warshall.c: + fix undefined-behavior diagnosed with gcc -fsanitize=undefined (report by + Alexander Richardson) + ------------------------------------------------------------------- Sun Sep 20 16:34:12 UTC 2020 - Dirk Mueller diff --git a/byacc.spec b/byacc.spec index f7ca1c4..b672c3e 100644 --- a/byacc.spec +++ b/byacc.spec @@ -1,7 +1,7 @@ # # spec file for package byacc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: byacc -Version: 20200910 +Version: 20210328 Release: 0 Summary: LALR(1) parser generator License: SUSE-Public-Domain