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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   14-Dec-2007 16:31:42
  Branch: HEAD                             Handle: 2007121415314101

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

  Log:
    upgrading package: ctalk 0.0.25a -> 0.0.26a

  Summary:
    Revision    Changes     Path
    1.26        +51 -21     openpkg-src/ctalk/ctalk.patch
    1.28        +1  -1      openpkg-src/ctalk/ctalk.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ctalk/ctalk.patch
  ============================================================================
  $ cvs diff -u -r1.25 -r1.26 ctalk.patch
  --- openpkg-src/ctalk/ctalk.patch     14 Dec 2007 09:03:21 -0000      1.25
  +++ openpkg-src/ctalk/ctalk.patch     14 Dec 2007 15:31:41 -0000      1.26
  @@ -1,6 +1,6 @@
  -Index: ctalk-0.0.25/ctpp/Makefile.in
  ---- ctalk-0.0.25/ctpp/Makefile.in.orig       2007-09-17 23:57:31 +0200
  -+++ ctalk-0.0.25/ctpp/Makefile.in    2007-09-18 07:49:32 +0200
  +Index: ctalk-0.0.26/ctpp/Makefile.in
  +--- ctalk-0.0.26/ctpp/Makefile.in.orig       2007-09-17 23:57:31 +0200
  ++++ ctalk-0.0.26/ctpp/Makefile.in    2007-09-18 07:49:32 +0200
   @@ -121,7 +121,7 @@
    INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    LDFLAGS = @LDFLAGS@
  @@ -10,9 +10,9 @@
    LIBTOOL = @LIBTOOL@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  -Index: ctalk-0.0.25/ctpp/builtins.c
  ---- ctalk-0.0.25/ctpp/builtins.c.orig        2007-09-13 04:04:24 +0200
  -+++ ctalk-0.0.25/ctpp/builtins.c     2007-09-18 07:49:32 +0200
  +Index: ctalk-0.0.26/ctpp/builtins.c
  +--- ctalk-0.0.26/ctpp/builtins.c.orig        2007-09-13 04:04:24 +0200
  ++++ ctalk-0.0.26/ctpp/builtins.c     2007-09-18 07:49:32 +0200
   @@ -80,11 +80,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.25/ctpp/ccompat.c
  ---- ctalk-0.0.25/ctpp/ccompat.c.orig 2007-09-14 21:00:05 +0200
  -+++ ctalk-0.0.25/ctpp/ccompat.c      2007-09-18 07:49:32 +0200
  +Index: ctalk-0.0.26/ctpp/ccompat.c
  +--- ctalk-0.0.26/ctpp/ccompat.c.orig 2007-09-14 21:00:05 +0200
  ++++ ctalk-0.0.26/ctpp/ccompat.c      2007-09-18 07:49:32 +0200
   @@ -53,8 +53,10 @@
    
    char cpp_subdir[FILENAME_MAX];
  @@ -62,9 +62,9 @@
    
      /* Try to find out what the compiler target is.  It may not 
         be the same as the autoconf $host.
  -Index: ctalk-0.0.25/ctpp/i_opt.c
  ---- ctalk-0.0.25/ctpp/i_opt.c.orig   2007-09-13 04:04:24 +0200
  -+++ ctalk-0.0.25/ctpp/i_opt.c        2007-09-18 07:49:32 +0200
  +Index: ctalk-0.0.26/ctpp/i_opt.c
  +--- ctalk-0.0.26/ctpp/i_opt.c.orig   2007-09-13 04:04:24 +0200
  ++++ ctalk-0.0.26/ctpp/i_opt.c        2007-09-18 07:49:32 +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.25/lib/rtinfo.c
  ---- ctalk-0.0.25/lib/rtinfo.c.orig   2007-09-12 11:06:44 +0200
  -+++ ctalk-0.0.25/lib/rtinfo.c        2007-09-18 07:49:32 +0200
  +Index: ctalk-0.0.26/lib/rtinfo.c
  +--- ctalk-0.0.26/lib/rtinfo.c.orig   2007-09-12 11:06:44 +0200
  ++++ ctalk-0.0.26/lib/rtinfo.c        2007-09-18 07:49:32 +0200
   @@ -32,7 +32,7 @@
    #include "parser.h"
    
  @@ -86,9 +86,9 @@
    extern int daylight;
    
    RT_INFO rtinfo;
  -Index: ctalk-0.0.25/libctpp/lex.c
  ---- ctalk-0.0.25/libctpp/lex.c.orig  2007-09-13 04:04:26 +0200
  -+++ ctalk-0.0.25/libctpp/lex.c       2007-09-18 07:49:32 +0200
  +Index: ctalk-0.0.26/libctpp/lex.c
  +--- ctalk-0.0.26/libctpp/lex.c.orig  2007-09-13 04:04:26 +0200
  ++++ ctalk-0.0.26/libctpp/lex.c       2007-09-18 07:49:32 +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.25/src/Makefile.in
  ---- ctalk-0.0.25/src/Makefile.in.orig        2007-09-17 23:57:31 +0200
  -+++ ctalk-0.0.25/src/Makefile.in     2007-09-18 07:54:46 +0200
  +Index: ctalk-0.0.26/src/Makefile.in
  +--- ctalk-0.0.26/src/Makefile.in.orig        2007-09-17 23:57:31 +0200
  ++++ ctalk-0.0.26/src/Makefile.in     2007-09-18 07:54:46 +0200
   @@ -122,7 +122,7 @@
    INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    LDFLAGS = @LDFLAGS@
  @@ -110,9 +110,15 @@
    LIBTOOL = @LIBTOOL@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  +<<<<<<< ctalk.patch
  +Index: ctpp-1.0.26/ctpp/Makefile.in
  +--- ctpp-1.0.26/ctpp/Makefile.in.orig        2007-09-12 14:36:28 +0200
  ++++ ctpp-1.0.26/ctpp/Makefile.in     2007-09-18 07:49:32 +0200
  +=======
   Index: ctpp-1.0.27/ctpp/Makefile.in
   --- ctpp-1.0.27/ctpp/Makefile.in.orig        2007-09-12 14:36:28 +0200
   +++ ctpp-1.0.27/ctpp/Makefile.in     2007-09-18 07:49:32 +0200
  +>>>>>>> 1.25
   @@ -121,7 +121,7 @@
    INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    LDFLAGS = @LDFLAGS@
  @@ -122,9 +128,15 @@
    LIBTOOL = @LIBTOOL@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  +<<<<<<< ctalk.patch
  +Index: ctpp-1.0.26/ctpp/builtins.c
  +--- ctpp-1.0.26/ctpp/builtins.c.orig 2007-09-04 06:14:05 +0200
  ++++ ctpp-1.0.26/ctpp/builtins.c      2007-09-18 07:49:32 +0200
  +=======
   Index: ctpp-1.0.27/ctpp/builtins.c
   --- ctpp-1.0.27/ctpp/builtins.c.orig 2007-09-04 06:14:05 +0200
   +++ ctpp-1.0.27/ctpp/builtins.c      2007-09-18 07:49:32 +0200
  +>>>>>>> 1.25
   @@ -80,11 +80,12 @@
       *  config file included above.  See the comments in 
       *  config/linux-gnu-x86.c
  @@ -151,9 +163,15 @@
   +#endif
      return FALSE;
    }
  +<<<<<<< ctalk.patch
  +Index: ctpp-1.0.26/ctpp/ccompat.c
  +--- ctpp-1.0.26/ctpp/ccompat.c.orig  2007-09-04 06:14:05 +0200
  ++++ ctpp-1.0.26/ctpp/ccompat.c       2007-09-18 07:49:32 +0200
  +=======
   Index: ctpp-1.0.27/ctpp/ccompat.c
   --- ctpp-1.0.27/ctpp/ccompat.c.orig  2007-09-04 06:14:05 +0200
   +++ ctpp-1.0.27/ctpp/ccompat.c       2007-09-18 07:49:32 +0200
  +>>>>>>> 1.25
   @@ -53,8 +53,10 @@
    
    char cpp_subdir[FILENAME_MAX];
  @@ -174,9 +192,15 @@
    
      /* Try to find out what the compiler target is.  It may not 
         be the same as the autoconf $host.
  +<<<<<<< ctalk.patch
  +Index: ctpp-1.0.26/ctpp/i_opt.c
  +--- ctpp-1.0.26/ctpp/i_opt.c.orig    2007-08-27 03:18:27 +0200
  ++++ ctpp-1.0.26/ctpp/i_opt.c 2007-09-18 07:49:32 +0200
  +=======
   Index: ctpp-1.0.27/ctpp/i_opt.c
   --- ctpp-1.0.27/ctpp/i_opt.c.orig    2007-08-27 03:18:27 +0200
   +++ ctpp-1.0.27/ctpp/i_opt.c 2007-09-18 07:49:32 +0200
  +>>>>>>> 1.25
   @@ -30,6 +30,8 @@
    #include <stdlib.h>
    #include <string.h>
  @@ -186,9 +210,15 @@
    #include "ctpp.h"
    
    extern char source_file[FILENAME_MAX];  /* Declared in rtinfo.c. */
  +<<<<<<< ctalk.patch
  +Index: ctpp-1.0.26/libctpp/lex.c
  +--- ctpp-1.0.26/libctpp/lex.c.orig   2007-08-27 03:04:06 +0200
  ++++ ctpp-1.0.26/libctpp/lex.c        2007-09-18 07:49:32 +0200
  +=======
   Index: ctpp-1.0.27/libctpp/lex.c
   --- ctpp-1.0.27/libctpp/lex.c.orig   2007-08-27 03:04:06 +0200
   +++ ctpp-1.0.27/libctpp/lex.c        2007-09-18 07:49:32 +0200
  +>>>>>>> 1.25
   @@ -26,6 +26,8 @@
    #include <string.h>
    #include <ctype.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ctalk/ctalk.spec
  ============================================================================
  $ cvs diff -u -r1.27 -r1.28 ctalk.spec
  --- openpkg-src/ctalk/ctalk.spec      14 Dec 2007 09:03:25 -0000      1.27
  +++ openpkg-src/ctalk/ctalk.spec      14 Dec 2007 15:31:42 -0000      1.28
  @@ -23,7 +23,7 @@
   ##
   
   #   package versions
  -%define       V_ctalk 0.0.25a
  +%define       V_ctalk 0.0.26a
   %define       V_ctpp  1.0.27
   
   #   package information
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to