Accepting request 407956 from devel:tools:compiler

- Update to version 20160606:
  * See attached CHANGES for complete list of changes

OBS-URL: https://build.opensuse.org/request/show/407956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byacc?expand=0&rev=17
This commit is contained in:
2016-07-14 07:50:16 +00:00
committed by Git OBS Bridge
6 changed files with 22 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248
size 714438

View File

@@ -1,8 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAlWg8h4ACgkQcCNT4Pfkjts0sQCfRC2v/SsaPIO03zEdumavt90d
lkYAnAl81BcgZ6VxlWYU8VHdmWbDmgNk
=AAq4
-----END PGP SIGNATURE-----

3
byacc-20160606.tgz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc8fdced486cb70cec7a7c9358de836bfd267d19d6456760bb4721ccfea5ac91
size 706191

8
byacc-20160606.tgz.asc Normal file
View File

@@ -0,0 +1,8 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAldWG20ACgkQcCNT4Pfkjtua+QCdELuvz3DJqKrLuRk3Ac9d/sDh
1KIAn3V0gcRHIOrpXwTdDVPp76/u5I50
=Nes8
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 12 21:22:53 UTC 2016 - mpluskal@suse.com
- Update to version 20160606:
* See attached CHANGES for complete list of changes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 5 14:39:02 UTC 2015 - mpluskal@suse.com Wed Aug 5 14:39:02 UTC 2015 - mpluskal@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package byacc # spec file for package byacc
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Guido Berhoerster. # Copyright (c) 2010 Guido Berhoerster.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: byacc Name: byacc
Version: 20150711 Version: 20160606
Release: 0 Release: 0
Summary: LALR(1) parser generator Summary: LALR(1) parser generator
License: SUSE-Public-Domain License: SUSE-Public-Domain
@@ -42,13 +42,12 @@ dependencies upon a particular compiler.
# without --with-warnings several functions will not be marked with gcc's # without --with-warnings several functions will not be marked with gcc's
# noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall # noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall
%configure \ %configure \
--with-warnings \ --with-warnings \
--program-prefix=b --program-prefix=b
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make DESTDIR=%{buildroot} install %{?_smp_mflags} %make_install
%check %check
make %{?_smp_mflags} check make %{?_smp_mflags} check
@@ -56,7 +55,7 @@ make %{?_smp_mflags} check
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
%{_mandir}/man1/byacc.1*
%{_bindir}/byacc %{_bindir}/byacc
%{_mandir}/man1/byacc.1%{ext_man}
%changelog %changelog