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

upgrading package: ctalk 0.0.78a -> 0.0.79a

Ralf S. Engelschall 17 лет назад
Родитель
Сommit
ff95c26603
2 измененных файлов с 23 добавлено и 23 удалено
  1. 21 21
      ctalk/ctalk.patch
  2. 2 2
      ctalk/ctalk.spec

+ 21 - 21
ctalk/ctalk.patch

@@ -1,6 +1,6 @@
-Index: ctalk-0.0.78/ctpp/Makefile.in
---- ctalk-0.0.78/ctpp/Makefile.in.orig	2008-06-29 21:26:10 +0200
-+++ ctalk-0.0.78/ctpp/Makefile.in	2008-07-05 10:03:08 +0200
+Index: ctalk-0.0.79/ctpp/Makefile.in
+--- ctalk-0.0.79/ctpp/Makefile.in.orig	2008-06-29 21:26:10 +0200
++++ ctalk-0.0.79/ctpp/Makefile.in	2008-07-05 10:03:08 +0200
 @@ -119,7 +119,7 @@
  LD = @LD@
  LDFLAGS = @LDFLAGS@
@@ -10,9 +10,9 @@ Index: ctalk-0.0.78/ctpp/Makefile.in
  LIBTOOL = @LIBTOOL@
  LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
  LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
-Index: ctalk-0.0.78/ctpp/builtins.c
---- ctalk-0.0.78/ctpp/builtins.c.orig	2008-06-20 18:38:31 +0200
-+++ ctalk-0.0.78/ctpp/builtins.c	2008-07-05 10:03:08 +0200
+Index: ctalk-0.0.79/ctpp/builtins.c
+--- ctalk-0.0.79/ctpp/builtins.c.orig	2008-06-20 18:38:31 +0200
++++ ctalk-0.0.79/ctpp/builtins.c	2008-07-05 10:03:08 +0200
 @@ -102,11 +102,12 @@
     *  config file included above.  See the comments in 
     *  config/linux-gnu-x86.c
@@ -39,9 +39,9 @@ Index: ctalk-0.0.78/ctpp/builtins.c
 +#endif
    return FALSE;
  }
-Index: ctalk-0.0.78/ctpp/ccompat.c
---- ctalk-0.0.78/ctpp/ccompat.c.orig	2008-06-20 18:38:31 +0200
-+++ ctalk-0.0.78/ctpp/ccompat.c	2008-07-05 10:03:08 +0200
+Index: ctalk-0.0.79/ctpp/ccompat.c
+--- ctalk-0.0.79/ctpp/ccompat.c.orig	2008-06-20 18:38:31 +0200
++++ ctalk-0.0.79/ctpp/ccompat.c	2008-07-05 10:03:08 +0200
 @@ -55,8 +55,10 @@
  
  char cpp_subdir[FILENAME_MAX];
@@ -62,9 +62,9 @@ Index: ctalk-0.0.78/ctpp/ccompat.c
  
    strcpy (cc_path, which ("cc"));
    cc_include_paths[1] = strdup ("/usr/include");
-Index: ctalk-0.0.78/ctpp/i_opt.c
---- ctalk-0.0.78/ctpp/i_opt.c.orig	2008-06-20 18:38:32 +0200
-+++ ctalk-0.0.78/ctpp/i_opt.c	2008-07-05 10:03:08 +0200
+Index: ctalk-0.0.79/ctpp/i_opt.c
+--- ctalk-0.0.79/ctpp/i_opt.c.orig	2008-06-20 18:38:32 +0200
++++ ctalk-0.0.79/ctpp/i_opt.c	2008-07-05 10:03:08 +0200
 @@ -30,6 +30,8 @@
  #include <stdlib.h>
  #include <string.h>
@@ -74,9 +74,9 @@ Index: ctalk-0.0.78/ctpp/i_opt.c
  #include "ctpp.h"
  
  extern char source_file[FILENAME_MAX];  /* Declared in rtinfo.c. */
-Index: ctalk-0.0.78/lib/rtinfo.c
---- ctalk-0.0.78/lib/rtinfo.c.orig	2008-06-12 22:03:40 +0200
-+++ ctalk-0.0.78/lib/rtinfo.c	2008-07-05 10:03:08 +0200
+Index: ctalk-0.0.79/lib/rtinfo.c
+--- ctalk-0.0.79/lib/rtinfo.c.orig	2008-06-12 22:03:40 +0200
++++ ctalk-0.0.79/lib/rtinfo.c	2008-07-05 10:03:08 +0200
 @@ -32,7 +32,7 @@
  #include "parser.h"
  
@@ -86,9 +86,9 @@ Index: ctalk-0.0.78/lib/rtinfo.c
  extern int daylight;
  
  RT_INFO rtinfo;
-Index: ctalk-0.0.78/libctpp/lex.c
---- ctalk-0.0.78/libctpp/lex.c.orig	2008-06-20 18:38:37 +0200
-+++ ctalk-0.0.78/libctpp/lex.c	2008-07-05 10:03:08 +0200
+Index: ctalk-0.0.79/libctpp/lex.c
+--- ctalk-0.0.79/libctpp/lex.c.orig	2008-06-20 18:38:37 +0200
++++ ctalk-0.0.79/libctpp/lex.c	2008-07-05 10:03:08 +0200
 @@ -26,6 +26,8 @@
  #include <string.h>
  #include <ctype.h>
@@ -98,9 +98,9 @@ Index: ctalk-0.0.78/libctpp/lex.c
  #include "ctpp.h"
  #include "typeof.h"
  #include "prtinfo.h"
-Index: ctalk-0.0.78/src/Makefile.in
---- ctalk-0.0.78/src/Makefile.in.orig	2008-06-29 21:26:11 +0200
-+++ ctalk-0.0.78/src/Makefile.in	2008-07-05 10:03:08 +0200
+Index: ctalk-0.0.79/src/Makefile.in
+--- ctalk-0.0.79/src/Makefile.in.orig	2008-06-29 21:26:11 +0200
++++ ctalk-0.0.79/src/Makefile.in	2008-07-05 10:03:08 +0200
 @@ -126,7 +126,7 @@
  LD = @LD@
  LDFLAGS = @LDFLAGS@

+ 2 - 2
ctalk/ctalk.spec

@@ -22,7 +22,7 @@
 ##
 
 #   package versions
-%define       V_ctalk 0.0.78a
+%define       V_ctalk 0.0.79a
 %define       V_ctpp  1.0.44
 
 #   package information
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Language
 License:      GPL
 Version:      %{V_ctalk}
-Release:      20081013
+Release:      20081015
 
 #   list of sources
 Source0:      http://www.ctalklang.org/files/ctalk-%{V_ctalk}.tar.gz