OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-May-2008 09:33:58
Branch: HEAD Handle: 2008050608335202
Modified files:
openpkg-src/ctalk ctalk.patch ctalk.spec
Log:
upgrading package: ctalk 0.0.49a -> 0.0.50a
Summary:
Revision Changes Path
1.55 +21 -21 openpkg-src/ctalk/ctalk.patch
1.57 +2 -2 openpkg-src/ctalk/ctalk.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ctalk/ctalk.patch
============================================================================
$ cvs diff -u -r1.54 -r1.55 ctalk.patch
--- openpkg-src/ctalk/ctalk.patch 3 May 2008 07:52:58 -0000 1.54
+++ openpkg-src/ctalk/ctalk.patch 6 May 2008 07:33:52 -0000 1.55
@@ -1,6 +1,6 @@
-Index: ctalk-0.0.49/ctpp/Makefile.in
---- ctalk-0.0.49/ctpp/Makefile.in.orig 2008-04-28 00:37:48 +0200
-+++ ctalk-0.0.49/ctpp/Makefile.in 2008-04-28 08:14:42 +0200
+Index: ctalk-0.0.50/ctpp/Makefile.in
+--- ctalk-0.0.50/ctpp/Makefile.in.orig 2008-04-28 00:37:48 +0200
++++ ctalk-0.0.50/ctpp/Makefile.in 2008-04-28 08:14:42 +0200
@@ -120,7 +120,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.49/ctpp/builtins.c
---- ctalk-0.0.49/ctpp/builtins.c.orig 2008-04-27 13:13:11 +0200
-+++ ctalk-0.0.49/ctpp/builtins.c 2008-04-28 08:14:42 +0200
+Index: ctalk-0.0.50/ctpp/builtins.c
+--- ctalk-0.0.50/ctpp/builtins.c.orig 2008-04-27 13:13:11 +0200
++++ ctalk-0.0.50/ctpp/builtins.c 2008-04-28 08:14:42 +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.49/ctpp/ccompat.c
---- ctalk-0.0.49/ctpp/ccompat.c.orig 2008-04-27 13:13:11 +0200
-+++ ctalk-0.0.49/ctpp/ccompat.c 2008-04-28 08:14:42 +0200
+Index: ctalk-0.0.50/ctpp/ccompat.c
+--- ctalk-0.0.50/ctpp/ccompat.c.orig 2008-04-27 13:13:11 +0200
++++ ctalk-0.0.50/ctpp/ccompat.c 2008-04-28 08:14:42 +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.49/ctpp/i_opt.c
---- ctalk-0.0.49/ctpp/i_opt.c.orig 2008-04-27 13:13:11 +0200
-+++ ctalk-0.0.49/ctpp/i_opt.c 2008-04-28 08:14:42 +0200
+Index: ctalk-0.0.50/ctpp/i_opt.c
+--- ctalk-0.0.50/ctpp/i_opt.c.orig 2008-04-27 13:13:11 +0200
++++ ctalk-0.0.50/ctpp/i_opt.c 2008-04-28 08:14:42 +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.49/lib/rtinfo.c
---- ctalk-0.0.49/lib/rtinfo.c.orig 2008-04-19 11:00:25 +0200
-+++ ctalk-0.0.49/lib/rtinfo.c 2008-04-28 08:14:42 +0200
+Index: ctalk-0.0.50/lib/rtinfo.c
+--- ctalk-0.0.50/lib/rtinfo.c.orig 2008-04-19 11:00:25 +0200
++++ ctalk-0.0.50/lib/rtinfo.c 2008-04-28 08:14:42 +0200
@@ -32,7 +32,7 @@
#include "parser.h"
@@ -86,9 +86,9 @@
extern int daylight;
RT_INFO rtinfo;
-Index: ctalk-0.0.49/libctpp/lex.c
---- ctalk-0.0.49/libctpp/lex.c.orig 2008-04-27 13:13:12 +0200
-+++ ctalk-0.0.49/libctpp/lex.c 2008-04-28 08:14:42 +0200
+Index: ctalk-0.0.50/libctpp/lex.c
+--- ctalk-0.0.50/libctpp/lex.c.orig 2008-04-27 13:13:12 +0200
++++ ctalk-0.0.50/libctpp/lex.c 2008-04-28 08:14:42 +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.49/src/Makefile.in
---- ctalk-0.0.49/src/Makefile.in.orig 2008-04-28 00:37:48 +0200
-+++ ctalk-0.0.49/src/Makefile.in 2008-04-28 08:19:08 +0200
+Index: ctalk-0.0.50/src/Makefile.in
+--- ctalk-0.0.50/src/Makefile.in.orig 2008-04-28 00:37:48 +0200
++++ ctalk-0.0.50/src/Makefile.in 2008-04-28 08:19:08 +0200
@@ -126,7 +126,7 @@
LD = @LD@
LDFLAGS = @LDFLAGS@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ctalk/ctalk.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 ctalk.spec
--- openpkg-src/ctalk/ctalk.spec 3 May 2008 07:52:58 -0000 1.56
+++ openpkg-src/ctalk/ctalk.spec 6 May 2008 07:33:54 -0000 1.57
@@ -22,7 +22,7 @@
##
# package versions
-%define V_ctalk 0.0.49a
+%define V_ctalk 0.0.50a
%define V_ctpp 1.0.31
# package information
@@ -36,7 +36,7 @@
Group: Language
License: GPL
Version: %{V_ctalk}
-Release: 20080503
+Release: 20080506
# list of sources
Source0: http://www.ctalklang.org/files/ctalk-%{V_ctalk}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]