rpms/bc/devel bc-1.06-flex.patch,1.1,1.2 bc.spec,1.26,1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 26 09:04:47 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/bc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31261

Modified Files:
	bc-1.06-flex.patch bc.spec 
Log Message:
- fex supports -8 now (pmachata)

bc-1.06-flex.patch:
 configure.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: bc-1.06-flex.patch
===================================================================
RCS file: /cvs/dist/rpms/bc/devel/bc-1.06-flex.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bc-1.06-flex.patch	23 Feb 2007 11:45:49 -0000	1.1
+++ bc-1.06-flex.patch	26 Feb 2007 09:04:45 -0000	1.2
@@ -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.)


Index: bc.spec
===================================================================
RCS file: /cvs/dist/rpms/bc/devel/bc.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- bc.spec	23 Feb 2007 11:31:44 -0000	1.26
+++ bc.spec	26 Feb 2007 09:04:45 -0000	1.27
@@ -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 @@
 %{_infodir}/*
 
 %changelog
+* Mon Feb 26 2007 Karsten Hopp <karsten at redhat.com> 1.06-25
+- fex supports -8 now (pmachata)
+
 * Fri Feb 23 2007 Karsten Hopp <karsten at redhat.com> 1.06-24
 - fix buildroot
 - remove trailing dot from summary




More information about the fedora-cvs-commits mailing list