OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   11-Mar-2009 21:23:10
  Branch: HEAD                             Handle: 2009031120230900

  Modified files:
    openpkg-src/ctalk       ctalk.patch ctalk.spec

  Log:
    upgrading package: ctalk 0.0.92a -> 0.0.94a

  Summary:
    Revision    Changes     Path
    1.109       +36 -36     openpkg-src/ctalk/ctalk.patch
    1.111       +3  -3      openpkg-src/ctalk/ctalk.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ctalk/ctalk.patch
  ============================================================================
  $ cvs diff -u -r1.108 -r1.109 ctalk.patch
  --- openpkg-src/ctalk/ctalk.patch     5 Jan 2009 19:13:40 -0000       1.108
  +++ openpkg-src/ctalk/ctalk.patch     11 Mar 2009 20:23:09 -0000      1.109
  @@ -1,6 +1,6 @@
  -Index: ctalk-0.0.92/ctpp/Makefile.in
  ---- ctalk-0.0.92/ctpp/Makefile.in.orig       2008-06-29 21:26:10 +0200
  -+++ ctalk-0.0.92/ctpp/Makefile.in    2008-07-05 10:03:08 +0200
  +Index: ctalk-0.0.94/ctpp/Makefile.in
  +--- ctalk-0.0.94/ctpp/Makefile.in.orig       2008-06-29 21:26:10 +0200
  ++++ ctalk-0.0.94/ctpp/Makefile.in    2008-07-05 10:03:08 +0200
   @@ -119,7 +119,7 @@
    LD = @LD@
    LDFLAGS = @LDFLAGS@
  @@ -10,9 +10,9 @@
    LIBTOOL = @LIBTOOL@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  -Index: ctalk-0.0.92/ctpp/builtins.c
  ---- ctalk-0.0.92/ctpp/builtins.c.orig        2008-06-20 18:38:31 +0200
  -+++ ctalk-0.0.92/ctpp/builtins.c     2008-07-05 10:03:08 +0200
  +Index: ctalk-0.0.94/ctpp/builtins.c
  +--- ctalk-0.0.94/ctpp/builtins.c.orig        2008-06-20 18:38:31 +0200
  ++++ ctalk-0.0.94/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 @@
   +#endif
      return FALSE;
    }
  -Index: ctalk-0.0.92/ctpp/ccompat.c
  ---- ctalk-0.0.92/ctpp/ccompat.c.orig 2008-06-20 18:38:31 +0200
  -+++ ctalk-0.0.92/ctpp/ccompat.c      2008-07-05 10:03:08 +0200
  +Index: ctalk-0.0.94/ctpp/ccompat.c
  +--- ctalk-0.0.94/ctpp/ccompat.c.orig 2008-06-20 18:38:31 +0200
  ++++ ctalk-0.0.94/ctpp/ccompat.c      2008-07-05 10:03:08 +0200
   @@ -55,8 +55,10 @@
    
    char cpp_subdir[FILENAME_MAX];
  @@ -62,9 +62,9 @@
    
      strcpy (cc_path, which ("cc"));
      cc_include_paths[1] = strdup ("/usr/include");
  -Index: ctalk-0.0.92/ctpp/i_opt.c
  ---- ctalk-0.0.92/ctpp/i_opt.c.orig   2008-06-20 18:38:32 +0200
  -+++ ctalk-0.0.92/ctpp/i_opt.c        2008-07-05 10:03:08 +0200
  +Index: ctalk-0.0.94/ctpp/i_opt.c
  +--- ctalk-0.0.94/ctpp/i_opt.c.orig   2008-06-20 18:38:32 +0200
  ++++ ctalk-0.0.94/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 @@
    #include "ctpp.h"
    
    extern char source_file[FILENAME_MAX];  /* Declared in rtinfo.c. */
  -Index: ctalk-0.0.92/lib/rtinfo.c
  ---- ctalk-0.0.92/lib/rtinfo.c.orig   2008-06-12 22:03:40 +0200
  -+++ ctalk-0.0.92/lib/rtinfo.c        2008-07-05 10:03:08 +0200
  +Index: ctalk-0.0.94/lib/rtinfo.c
  +--- ctalk-0.0.94/lib/rtinfo.c.orig   2008-06-12 22:03:40 +0200
  ++++ ctalk-0.0.94/lib/rtinfo.c        2008-07-05 10:03:08 +0200
   @@ -32,7 +32,7 @@
    #include "parser.h"
    
  @@ -86,9 +86,9 @@
    extern int daylight;
    
    RT_INFO rtinfo;
  -Index: ctalk-0.0.92/libctpp/lex.c
  ---- ctalk-0.0.92/libctpp/lex.c.orig  2008-06-20 18:38:37 +0200
  -+++ ctalk-0.0.92/libctpp/lex.c       2008-07-05 10:03:08 +0200
  +Index: ctalk-0.0.94/libctpp/lex.c
  +--- ctalk-0.0.94/libctpp/lex.c.orig  2008-06-20 18:38:37 +0200
  ++++ ctalk-0.0.94/libctpp/lex.c       2008-07-05 10:03:08 +0200
   @@ -26,6 +26,8 @@
    #include <string.h>
    #include <ctype.h>
  @@ -98,9 +98,9 @@
    #include "ctpp.h"
    #include "typeof.h"
    #include "prtinfo.h"
  -Index: ctalk-0.0.92/src/Makefile.in
  ---- ctalk-0.0.92/src/Makefile.in.orig        2008-06-29 21:26:11 +0200
  -+++ ctalk-0.0.92/src/Makefile.in     2008-07-05 10:03:08 +0200
  +Index: ctalk-0.0.94/src/Makefile.in
  +--- ctalk-0.0.94/src/Makefile.in.orig        2008-06-29 21:26:11 +0200
  ++++ ctalk-0.0.94/src/Makefile.in     2008-07-05 10:03:08 +0200
   @@ -126,7 +126,7 @@
    LD = @LD@
    LDFLAGS = @LDFLAGS@
  @@ -110,9 +110,9 @@
    LIBTOOL = @LIBTOOL@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  -Index: ctpp-1.0.45/ctpp/Makefile.in
  ---- ctpp-1.0.45/ctpp/Makefile.in.orig        2008-07-05 01:30:15 +0200
  -+++ ctpp-1.0.45/ctpp/Makefile.in     2008-07-05 10:03:08 +0200
  +Index: ctpp-1.0.47/ctpp/Makefile.in
  +--- ctpp-1.0.47/ctpp/Makefile.in.orig        2008-07-05 01:30:15 +0200
  ++++ ctpp-1.0.47/ctpp/Makefile.in     2008-07-05 10:03:08 +0200
   @@ -119,7 +119,7 @@
    LD = @LD@
    LDFLAGS = @LDFLAGS@
  @@ -122,9 +122,9 @@
    LIBTOOL = @LIBTOOL@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  -Index: ctpp-1.0.45/ctpp/builtins.c
  ---- ctpp-1.0.45/ctpp/builtins.c.orig 2008-07-05 00:53:40 +0200
  -+++ ctpp-1.0.45/ctpp/builtins.c      2008-07-05 10:03:08 +0200
  +Index: ctpp-1.0.47/ctpp/builtins.c
  +--- ctpp-1.0.47/ctpp/builtins.c.orig 2008-07-05 00:53:40 +0200
  ++++ ctpp-1.0.47/ctpp/builtins.c      2008-07-05 10:03:08 +0200
   @@ -108,11 +108,12 @@
       *  config file included above.  See the comments in 
       *  config/linux-gnu-x86.c
  @@ -152,9 +152,9 @@
      return FALSE;
    }
    
  -Index: ctpp-1.0.45/ctpp/ccompat.c
  ---- ctpp-1.0.45/ctpp/ccompat.c.orig  2008-05-23 00:23:11 +0200
  -+++ ctpp-1.0.45/ctpp/ccompat.c       2008-07-05 10:03:08 +0200
  +Index: ctpp-1.0.47/ctpp/ccompat.c
  +--- ctpp-1.0.47/ctpp/ccompat.c.orig  2008-05-23 00:23:11 +0200
  ++++ ctpp-1.0.47/ctpp/ccompat.c       2008-07-05 10:03:08 +0200
   @@ -55,8 +55,10 @@
    
    char cpp_subdir[FILENAME_MAX];
  @@ -175,9 +175,9 @@
    
      strcpy (cc_path, which ("cc"));
      cc_include_paths[1] = strdup ("/usr/include");
  -Index: ctpp-1.0.45/ctpp/i_opt.c
  ---- ctpp-1.0.45/ctpp/i_opt.c.orig    2008-04-26 08:20:51 +0200
  -+++ ctpp-1.0.45/ctpp/i_opt.c 2008-07-05 10:03:08 +0200
  +Index: ctpp-1.0.47/ctpp/i_opt.c
  +--- ctpp-1.0.47/ctpp/i_opt.c.orig    2008-04-26 08:20:51 +0200
  ++++ ctpp-1.0.47/ctpp/i_opt.c 2008-07-05 10:03:08 +0200
   @@ -30,6 +30,8 @@
    #include <stdlib.h>
    #include <string.h>
  @@ -187,9 +187,9 @@
    #include "ctpp.h"
    
    extern char source_file[FILENAME_MAX];  /* Declared in rtinfo.c. */
  -Index: ctpp-1.0.45/libctpp/lex.c
  ---- ctpp-1.0.45/libctpp/lex.c.orig   2008-06-19 15:38:02 +0200
  -+++ ctpp-1.0.45/libctpp/lex.c        2008-07-05 10:03:08 +0200
  +Index: ctpp-1.0.47/libctpp/lex.c
  +--- ctpp-1.0.47/libctpp/lex.c.orig   2008-06-19 15:38:02 +0200
  ++++ ctpp-1.0.47/libctpp/lex.c        2008-07-05 10:03:08 +0200
   @@ -26,6 +26,8 @@
    #include <string.h>
    #include <ctype.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ctalk/ctalk.spec
  ============================================================================
  $ cvs diff -u -r1.110 -r1.111 ctalk.spec
  --- openpkg-src/ctalk/ctalk.spec      5 Jan 2009 19:13:40 -0000       1.110
  +++ openpkg-src/ctalk/ctalk.spec      11 Mar 2009 20:23:09 -0000      1.111
  @@ -22,8 +22,8 @@
   ##
   
   #   package versions
  -%define       V_ctalk 0.0.92a
  -%define       V_ctpp  1.0.45
  +%define       V_ctalk 0.0.94a
  +%define       V_ctpp  1.0.47
   
   #   package information
   Name:         ctalk
  @@ -36,7 +36,7 @@
   Group:        Language
   License:      GPL
   Version:      %{V_ctalk}
  -Release:      20090105
  +Release:      20090311
   
   #   list of sources
   Source0:      http://www.ctalklang.org/files/ctalk-%{V_ctalk}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to