From 21a1c19727ecf404a5b300931e0d34f3eafdce327696e85cb69801a71341ff1d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 6 Dec 2019 14:12:56 +0000 Subject: [PATCH] - Update to version 20191125: * See attached CHANGES for complete list of changes OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=32 --- byacc-20190617.tgz | 3 --- byacc-20190617.tgz.asc | 8 -------- byacc-20191125.tgz | 3 +++ byacc-20191125.tgz.asc | 7 +++++++ byacc.changes | 6 ++++++ byacc.spec | 8 ++++---- 6 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 byacc-20190617.tgz delete mode 100644 byacc-20190617.tgz.asc create mode 100644 byacc-20191125.tgz create mode 100644 byacc-20191125.tgz.asc diff --git a/byacc-20190617.tgz b/byacc-20190617.tgz deleted file mode 100644 index 1a419f7..0000000 --- a/byacc-20190617.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f87868167b920bf2cb30fc32b62f63ae15671181ef329226d1063100be02518d -size 799465 diff --git a/byacc-20190617.tgz.asc b/byacc-20190617.tgz.asc deleted file mode 100644 index 7481333..0000000 --- a/byacc-20190617.tgz.asc +++ /dev/null @@ -1,8 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 -Comment: See https://invisible-island.net/public/public.html for info - -iEYEABECAAYFAl0HWHcACgkQcCNT4PfkjttvfgCeJnjHMVZGZan2xoZd3nMaCiOx -50AAnR8eXb2VTvzh/x+fPy6S5JttQ8fL -=ore+ ------END PGP SIGNATURE----- diff --git a/byacc-20191125.tgz b/byacc-20191125.tgz new file mode 100644 index 0000000..7d1604b --- /dev/null +++ b/byacc-20191125.tgz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..21bd6b2 --- /dev/null +++ b/byacc-20191125.tgz.asc @@ -0,0 +1,7 @@ +-----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.changes b/byacc.changes index c5efa5b..be628a6 100644 --- a/byacc.changes +++ b/byacc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 6 14:05:14 UTC 2019 - Martin Pluskal + +- Update to version 20191125: + * See attached CHANGES for complete list of changes + ------------------------------------------------------------------- Mon Jun 17 14:48:53 UTC 2019 - Martin Pluskal diff --git a/byacc.spec b/byacc.spec index 52437b8..460abf8 100644 --- a/byacc.spec +++ b/byacc.spec @@ -1,7 +1,7 @@ # # spec file for package byacc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,12 +18,12 @@ Name: byacc -Version: 20190617 +Version: 20191125 Release: 0 Summary: LALR(1) parser generator License: SUSE-Public-Domain Group: Development/Languages/C and C++ -URL: http://invisible-island.net/byacc/byacc.html +URL: https://invisible-island.net/byacc/byacc.html Source0: ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz Source1: ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz.asc Source2: %{name}.keyring @@ -43,7 +43,7 @@ dependencies upon a particular compiler. %configure \ --with-warnings \ --program-prefix=b -make %{?_smp_mflags} +%make_build %install %make_install