diff --git a/gperf.spec b/gperf.spec index 55a0822..3b91dd3 100644 --- a/gperf.spec +++ b/gperf.spec @@ -1,7 +1,7 @@ Summary: A perfect hash function generator. Name: gperf Version: 2.7.2 -Release: 1 +Release: 2 Copyright: GPL Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.bz2 Group: Development/Tools @@ -9,14 +9,11 @@ Prereq: /sbin/install-info BuildRoot: /var/tmp/gperf-root %description -Gperf is a perfect hash function generator written in C++. Simply +Gperf is a perfect hash function generator written in C++. Simply stated, a perfect hash function is a hash function and a data structure that allows recognition of a key word in a set of words using exactly one probe into the data structure. -Install gperf if you need a program that generates perfect hash -functions. - %prep %setup -q @@ -53,6 +50,9 @@ fi %{_infodir}/gperf.info* %changelog +* Wed Sep 12 2001 Tim Powers +- rebuild with new gcc and binutils + * Tue Apr 24 2001 Bernhard Rosenkraenzer 2.7.2-1 - Update to 2.7.2