From 9b65d7bcea77f554190a599779dd4516b0a10cd109841ca383447326bdad8f2d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 3 Apr 2020 07:38:31 +0000 Subject: [PATCH] - Update to version 20200330: * See attached CHANGES for complete list of changes - Enable btyacc extension OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=34 --- byacc-20191125.tgz | 3 --- byacc-20191125.tgz.asc | 7 ------- byacc-20200330.tgz | 3 +++ byacc-20200330.tgz.asc | 7 +++++++ byacc.changes | 7 +++++++ byacc.spec | 9 +++++---- 6 files changed, 22 insertions(+), 14 deletions(-) delete mode 100644 byacc-20191125.tgz delete mode 100644 byacc-20191125.tgz.asc create mode 100644 byacc-20200330.tgz create mode 100644 byacc-20200330.tgz.asc diff --git a/byacc-20191125.tgz b/byacc-20191125.tgz deleted file mode 100644 index 7d1604b..0000000 --- a/byacc-20191125.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:071c2ebe36afaa8448b80e893473a681e63a3b8a4ed636c0d675780a02411cde -size 871913 diff --git a/byacc-20191125.tgz.asc b/byacc-20191125.tgz.asc deleted file mode 100644 index 21bd6b2..0000000 --- a/byacc-20191125.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: See https://invisible-island.net/public/public.html for info - -iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCXdx/LgAKCRBwI1Pg9+SO -20leAJ47J9lRoRBoXjyqLm/rgbhzM4bBDQCfeD15G3ueLNmPrm/YmUZNILsOIno= -=Pp23 ------END PGP SIGNATURE----- diff --git a/byacc-20200330.tgz b/byacc-20200330.tgz new file mode 100644 index 0000000..ea33823 --- /dev/null +++ b/byacc-20200330.tgz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..ec6d21f --- /dev/null +++ b/byacc-20200330.tgz.asc @@ -0,0 +1,7 @@ +-----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.changes b/byacc.changes index be628a6..0c2beaf 100644 --- a/byacc.changes +++ b/byacc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 3 07:32:38 UTC 2020 - Martin Pluskal + +- Update to version 20200330: + * See attached CHANGES for complete list of changes +- Enable btyacc extension + ------------------------------------------------------------------- Fri Dec 6 14:05:14 UTC 2019 - Martin Pluskal diff --git a/byacc.spec b/byacc.spec index 460abf8..546d4f5 100644 --- a/byacc.spec +++ b/byacc.spec @@ -1,7 +1,7 @@ # # spec file for package byacc # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 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: 20191125 +Version: 20200330 Release: 0 Summary: LALR(1) parser generator License: SUSE-Public-Domain @@ -42,6 +42,7 @@ dependencies upon a particular compiler. # noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall %configure \ --with-warnings \ + --enable-btyacc \ --program-prefix=b %make_build @@ -49,10 +50,10 @@ dependencies upon a particular compiler. %make_install %check -make %{?_smp_mflags} check +%make_build check %files -%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README +%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README* %{_bindir}/byacc %{_mandir}/man1/byacc.1%{?ext_man}