forked from pool/byacc
- 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
This commit is contained in:
parent
e289c67dad
commit
21a1c19727
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f87868167b920bf2cb30fc32b62f63ae15671181ef329226d1063100be02518d
|
||||
size 799465
|
@ -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-----
|
3
byacc-20191125.tgz
Normal file
3
byacc-20191125.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:071c2ebe36afaa8448b80e893473a681e63a3b8a4ed636c0d675780a02411cde
|
||||
size 871913
|
7
byacc-20191125.tgz.asc
Normal file
7
byacc-20191125.tgz.asc
Normal file
@ -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-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 14:05:14 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 20191125:
|
||||
* See attached CHANGES for complete list of changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 14:48:53 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user