Просмотр исходного кода

upgrading package: ragel 1.4.0 -> 1.4.1

Thomas Lotterer 23 лет назад
Родитель
Сommit
7f075d7567
2 измененных файлов с 2 добавлено и 26 удалено
  1. 0 22
      ragel/ragel.patch
  2. 2 4
      ragel/ragel.spec

+ 0 - 22
ragel/ragel.patch

@@ -1,22 +0,0 @@
---- rlparse.y.orig	Tue Nov 19 07:45:12 2002
-+++ rlparse.y	Tue Nov 19 14:49:27 2002
-@@ -108,7 +108,7 @@
- %token <data> RL_Init
- %token <data> RL_Clear
- %token <data> RL_AlphType
--%token <data> RL_Range;
-+%token <data> RL_Range
- %token <data> '*' '?' '+' '!' '(' ')' ';' '=' ':' '%' '$' '-' '|' '&' '.' '>'
- 
- %type <augType> AugType
---- aapl/astring.h.orig	Mon Nov 18 21:44:39 2002
-+++ aapl/astring.h	Tue Nov 19 14:51:01 2002
-@@ -23,7 +23,7 @@
- #define _AAPL_SHRSTR_H
- 
- #include <new>
--#include <malloc.h>
-+#include <stdlib.h>
- 
- #ifdef AAPL_NAMESPACE
- namespace Aapl {

+ 2 - 4
ragel/ragel.spec

@@ -32,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EVAL]
 Group:        Compiler
 License:      GPL
-Version:      1.4.0
-Release:      20021119
+Version:      1.4.1
+Release:      20021120
 
 #   list of sources
 Source0:      http://www.essemage.com/ragel/ragel-%{version}.tar.gz
-Patch0:       ragel.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -62,7 +61,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     CC="%{l_cc}" \