diff --git a/byacc-20150711.tgz b/byacc-20150711.tgz deleted file mode 100644 index 8592a95..0000000 --- a/byacc-20150711.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248 -size 714438 diff --git a/byacc-20150711.tgz.asc b/byacc-20150711.tgz.asc deleted file mode 100644 index 74e3a3c..0000000 --- a/byacc-20150711.tgz.asc +++ /dev/null @@ -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----- diff --git a/byacc-20160606.tgz b/byacc-20160606.tgz new file mode 100644 index 0000000..a610f0c --- /dev/null +++ b/byacc-20160606.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8fdced486cb70cec7a7c9358de836bfd267d19d6456760bb4721ccfea5ac91 +size 706191 diff --git a/byacc-20160606.tgz.asc b/byacc-20160606.tgz.asc new file mode 100644 index 0000000..89c9bd1 --- /dev/null +++ b/byacc-20160606.tgz.asc @@ -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----- diff --git a/byacc.changes b/byacc.changes index b70f44e..0bdc537 100644 --- a/byacc.changes +++ b/byacc.changes @@ -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 diff --git a/byacc.spec b/byacc.spec index 505ebe0..89725b1 100644 --- a/byacc.spec +++ b/byacc.spec @@ -1,7 +1,7 @@ # # 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. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: byacc -Version: 20150711 +Version: 20160606 Release: 0 Summary: LALR(1) parser generator 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 # noreturn attribute and produce warnings when $RPM_OPT_FLAGS contains -Wall %configure \ - --with-warnings \ + --with-warnings \ --program-prefix=b - make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %check make %{?_smp_mflags} check @@ -56,7 +55,7 @@ make %{?_smp_mflags} check %files %defattr(-,root,root,-) %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README -%{_mandir}/man1/byacc.1* %{_bindir}/byacc +%{_mandir}/man1/byacc.1%{ext_man} %changelog