From c126fc9d1aaa3e78599214d400ea8ae658e5d0c8013b78054d5df835d963c2d9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 21 Sep 2020 11:34:53 +0000 Subject: [PATCH] Accepting request 835688 from home:dirkmueller:branches:devel:tools:compiler - update to 20200910: * LICENSE: RCS_BASE * reader.c, output.c: cppcheck -- reduce scope update to version 2.0 improve loop which skips backward through a (possibly nested) sequence of square-brackets. * reader.c: simplify a check to quiet a bogus cppcheck-warning * yacc.1: bump date * reader.c: add a note about a bogus cppcheck warning always check for gcc attributes, to work around defect in clang's imitation of this feature * reader.c: cppcheck -- scope reduction cppcheck -- eliminate bogus returns after no-return functions * verbose.c, output.c, mkpar.c, main.c, warshall.c, lr0.c, lalr.c, graph.c, closure.c: cppcheck -- scope reduction OBS-URL: https://build.opensuse.org/request/show/835688 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=36 --- byacc-20200330.tgz | 3 --- byacc-20200330.tgz.asc | 7 ------- byacc-20200910.tgz | 3 +++ byacc-20200910.tgz.asc | 7 +++++++ byacc.changes | 19 +++++++++++++++++++ byacc.spec | 2 +- 6 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 byacc-20200330.tgz delete mode 100644 byacc-20200330.tgz.asc create mode 100644 byacc-20200910.tgz create mode 100644 byacc-20200910.tgz.asc diff --git a/byacc-20200330.tgz b/byacc-20200330.tgz deleted file mode 100644 index ea33823..0000000 --- a/byacc-20200330.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e099e2dd8a684d739ac6b9a0e43d468314a5bc34fd21466502d120b18df51fb0 -size 872217 diff --git a/byacc-20200330.tgz.asc b/byacc-20200330.tgz.asc deleted file mode 100644 index ec6d21f..0000000 --- a/byacc-20200330.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: See https://invisible-island.net/public/public.html for info - -iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCXoKM1wAKCRBwI1Pg9+SO -20cAAKDY+l0gXlsBIJynvcpP+ZTKjiloNgCfQCPZm/RALHLS9CebpQro3a6oHPY= -=0WB1 ------END PGP SIGNATURE----- diff --git a/byacc-20200910.tgz b/byacc-20200910.tgz new file mode 100644 index 0000000..2e4f098 --- /dev/null +++ b/byacc-20200910.tgz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..185130e --- /dev/null +++ b/byacc-20200910.tgz.asc @@ -0,0 +1,7 @@ +-----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.changes b/byacc.changes index 0c2beaf..323c565 100644 --- a/byacc.changes +++ b/byacc.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Sep 20 16:34:12 UTC 2020 - Dirk Mueller + +- update to 20200910: + * LICENSE: RCS_BASE + * reader.c, output.c: cppcheck -- reduce scope + update to version 2.0 + improve loop which skips backward through a (possibly nested) sequence of + square-brackets. + * reader.c: simplify a check to quiet a bogus cppcheck-warning + * yacc.1: bump date + * reader.c: add a note about a bogus cppcheck warning + always check for gcc attributes, to work around defect in clang's imitation + of this feature + * reader.c: cppcheck -- scope reduction + cppcheck -- eliminate bogus returns after no-return functions + * verbose.c, output.c, mkpar.c, main.c, warshall.c, lr0.c, lalr.c, graph.c, closure.c: + cppcheck -- scope reduction + ------------------------------------------------------------------- Fri Apr 3 07:32:38 UTC 2020 - Martin Pluskal diff --git a/byacc.spec b/byacc.spec index 546d4f5..f7ca1c4 100644 --- a/byacc.spec +++ b/byacc.spec @@ -18,7 +18,7 @@ Name: byacc -Version: 20200330 +Version: 20200910 Release: 0 Summary: LALR(1) parser generator License: SUSE-Public-Domain