Browse Source

upgrading package: autogen 5.7.3 -> 5.8

Ralf S. Engelschall 20 years ago
parent
commit
c74d7c3abb
2 changed files with 2 additions and 16 deletions
  1. 0 12
      autogen/autogen.patch
  2. 2 4
      autogen/autogen.spec

+ 0 - 12
autogen/autogen.patch

@@ -1,12 +0,0 @@
-Index: xml2ag/xmlopts.h
---- xml2ag/xmlopts.h.orig	2005-07-29 01:20:09 +0200
-+++ xml2ag/xmlopts.h	2005-07-30 18:54:00 +0200
-@@ -138,7 +138,7 @@
- #define OPT_VALUE_LOOP_LIMIT     (*(unsigned long*)(&DESC(LOOP_LIMIT).pzLastArg))
- #define VALUE_OPT_TIMEOUT        't'
- #define OPT_VALUE_TIMEOUT        (*(unsigned long*)(&DESC(TIMEOUT).pzLastArg))
--typedef enum {
-+typedef enum tracetype {
-     TRACE_NOTHING,        TRACE_TEMPLATES,      TRACE_BLOCK_MACROS,
-     TRACE_EXPRESSIONS,    TRACE_EVERYTHING
- } te_Trace;

+ 2 - 4
autogen/autogen.spec

@@ -32,12 +32,11 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Development
 License:      GPL
-Version:      5.7.3
-Release:      20051009
+Version:      5.8
+Release:      20051216
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/sourceforge/autogen/autogen-%{version}.tar.gz
-Patch0:       autogen.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -68,7 +67,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
     case "%{l_platform -t}" in
         *-freebsd* ) %{l_shtool} subst -e 's/regcomp=no/regcomp=yes/g' configure ;;
     esac