@@ -0,0 +1,14 @@
+--- rlscan.lex.orig Tue Jul 8 20:28:26 2003
++++ rlscan.lex Tue Jul 8 20:30:06 2003
+@@ -749,11 +749,3 @@
+ return 1;
+ }
+
+-/* Dummy function to eliminate any warnings about
+- * yyunput (which is static) being unused. */
+-void neverCalled()
+-{
+- yyunput(0,0);
+-}
+-
@@ -32,11 +32,12 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [PLUS]
Group: Compiler
License: GPL
-Version: 1.5.1
-Release: 20030622
+Version: 1.5.2
+Release: 20030708
# list of sources
Source0: http://www.essemage.com/ragel/ragel-%{version}.tar.gz
+Patch0: ragel.patch
# build information
Prefix: %{l_prefix}
@@ -61,6 +62,7 @@ AutoReqProv: no
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \