- fex supports -8 now (pmachata)
This commit is contained in:
parent
1194453cd8
commit
74773878c3
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
if test "$LEX" = "flex" ; then
|
if test "$LEX" = "flex" ; then
|
||||||
- LEX="flex -I8"
|
- LEX="flex -I8"
|
||||||
+ LEX="flex -I"
|
+ LEX="flex -I -8"
|
||||||
else
|
else
|
||||||
if test "$bcrl" = "y" ; then
|
if test "$bcrl" = "y" ; then
|
||||||
AC_MSG_WARN(readline works only with flex.)
|
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)
|
Summary: GNU's bc (a numeric processing language) and dc (a calculator)
|
||||||
Name: bc
|
Name: bc
|
||||||
Version: 1.06
|
Version: 1.06
|
||||||
Release: 24
|
Release: 25
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnu.org/software/bc/
|
URL: http://www.gnu.org/software/bc/
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -73,6 +73,9 @@ exit 0
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 1.06-24
|
||||||
- fix buildroot
|
- fix buildroot
|
||||||
- remove trailing dot from summary
|
- remove trailing dot from summary
|
||||||
|
Loading…
Reference in New Issue
Block a user