- 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
This commit is contained in:
parent
21a1c19727
commit
9b65d7bcea
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:071c2ebe36afaa8448b80e893473a681e63a3b8a4ed636c0d675780a02411cde
|
||||
size 871913
|
@ -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-----
|
3
byacc-20200330.tgz
Normal file
3
byacc-20200330.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e099e2dd8a684d739ac6b9a0e43d468314a5bc34fd21466502d120b18df51fb0
|
||||
size 872217
|
7
byacc-20200330.tgz.asc
Normal file
7
byacc-20200330.tgz.asc
Normal file
@ -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-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 07:32:38 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user