From b7a0638008e31f322f60509598110203a6c06680 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Nov 10 2010 13:12:46 +0000 Subject: - Rebase to 20100610 - Update the description in accordance with upstream spec template - Resolves: #643598 - Add local builddir to .gitignore --- diff --git a/.gitignore b/.gitignore index c57754c..a01e4a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ byacc-20070509.tar.gz byacc-20070509.tgz byacc-20100216.tgz +/byacc-20100610.tgz +byacc-20*/ diff --git a/byacc.spec b/byacc.spec index 137d741..e57e95d 100644 --- a/byacc.spec +++ b/byacc.spec @@ -1,4 +1,4 @@ -%define byaccdate 20100216 +%define byaccdate 20100610 Summary: Berkeley Yacc, a parser generator Name: byacc @@ -11,8 +11,11 @@ Source: ftp://invisible-island.net/byacc/byacc-%{byaccdate}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -Byacc (Berkeley Yacc) is a public domain LALR parser generator which -is used by many programs during their build process. +This package provides a parser generator utility that reads a grammar +specification from a file and generates an LR(1) parser for it. The +parsers consist of a set of LALR(1) parsing tables and a driver +routine written in the C programming language. It has a public domain +license which includes the generated C. If you are going to do development on your system, you will want to install this package. @@ -47,8 +50,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/byacc.1* %changelog +* Wed Nov 10 2010 Petr Machata - 1.9.20100610-1 +- Rebase to 20100610 +- Update the description in accordance with upstream spec template +- Resolves: #643598 + * Wed Apr 7 2010 Petr Machata - 1.9.20100216-1 -- Rebase ta 20100216 +- Rebase to 20100216 - Drop the buffer overflow patch, upstream implements this - Resolves: #577016 diff --git a/sources b/sources index db766f8..4d75b27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f3cefac0fa2145b6601df2d6569de4e byacc-20100216.tgz +3063667be3bfcd844bdac9afd560954b byacc-20100610.tgz