From 74773878c30cccce26b782cc0f792fb466e469ac Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Feb 26 2007 09:04:45 +0000 Subject: - fex supports -8 now (pmachata) --- diff --git a/bc-1.06-flex.patch b/bc-1.06-flex.patch index e76a358..9924755 100644 --- a/bc-1.06-flex.patch +++ b/bc-1.06-flex.patch @@ -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.) diff --git a/bc.spec b/bc.spec index 3e80f3d..17ce56a 100644 --- a/bc.spec +++ b/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 1.06-25 +- fex supports -8 now (pmachata) + * Fri Feb 23 2007 Karsten Hopp 1.06-24 - fix buildroot - remove trailing dot from summary