- fex supports -8 now (pmachata)
This commit is contained in:
parent
1194453cd8
commit
74773878c3
@ -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.)
|
||||
|
5
bc.spec
5
bc.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user