- fex supports -8 now (pmachata)

This commit is contained in:
Karsten Hopp 2007-02-26 09:04:45 +00:00
parent 1194453cd8
commit 74773878c3
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
if test "$LEX" = "flex" ; then
- LEX="flex -I8"
+ LEX="flex -I"
+ LEX="flex -I -8"
else
if test "$bcrl" = "y" ; then
AC_MSG_WARN(readline works only with flex.)

View File

@ -1,7 +1,7 @@
Summary: GNU's bc (a numeric processing language) and dc (a calculator)
Name: bc
Version: 1.06
Release: 24
Release: 25
License: GPL
URL: http://www.gnu.org/software/bc/
Group: Applications/Engineering
@ -73,6 +73,9 @@ exit 0
%{_infodir}/*
%changelog
* Mon Feb 26 2007 Karsten Hopp <karsten@redhat.com> 1.06-25
- fex supports -8 now (pmachata)
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.06-24
- fix buildroot
- remove trailing dot from summary