diff --git a/bison.spec b/bison.spec index db58781..893217f 100644 --- a/bison.spec +++ b/bison.spec @@ -1,7 +1,7 @@ Summary: A GNU general-purpose parser generator. Name: bison Version: 1.35 -Release: 1 +Release: 3 License: GPL Group: Development/Tools Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2 @@ -31,7 +31,7 @@ Bison. %build %configure -make LDFLAGS=-s +make %install rm -rf $RPM_BUILD_ROOT @@ -60,6 +60,12 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 18 2002 Than Ngo 1.35-3 +- don't forcibly strip binaries + +* Thu May 23 2002 Tim Powers +- automated rebuild + * Wed Mar 27 2002 Than Ngo 1.35-1 - 1.35 fix incompatible with C++ compilers (bug #62121)