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: 15-May-2005 19:26:00
Branch: HEAD Handle: 2005051518260000
Modified files:
openpkg-src/parrot parrot.patch parrot.spec
Log:
upgrading package: parrot 0.1.2 -> 0.2.0
Summary:
Revision Changes Path
1.2 +14 -28 openpkg-src/parrot/parrot.patch
1.7 +2 -2 openpkg-src/parrot/parrot.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/parrot/parrot.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 parrot.patch
--- openpkg-src/parrot/parrot.patch 23 Mar 2005 11:09:50 -0000 1.1
+++ openpkg-src/parrot/parrot.patch 15 May 2005 17:26:00 -0000 1.2
@@ -1,6 +1,18 @@
+Index: config/gen/icu.pl
+--- config/gen/icu.pl.orig 2005-04-26 09:23:55 +0200
++++ config/gen/icu.pl 2005-05-15 19:22:35 +0200
+@@ -67,7 +67,7 @@
+ if (defined $icuheaders) {
+ chomp $icuheaders;
+ $without = 1 unless -d $icuheaders;
+- $icuheaders .= "${slash}include";
++ $icuheaders .= "${slash}include/icu";
+ $without = 1 unless -d $icuheaders;
+ }
+
Index: config/gen/makefiles/CFLAGS.in
---- config/gen/makefiles/CFLAGS.in.orig 2004-07-08 19:22:05 +0200
-+++ config/gen/makefiles/CFLAGS.in 2005-03-08 21:06:28 +0100
+--- config/gen/makefiles/CFLAGS.in.orig 2005-04-11 11:50:01 +0200
++++ config/gen/makefiles/CFLAGS.in 2005-05-15 19:20:41 +0200
@@ -5,6 +5,8 @@
#
# Note, empty regex/options are just ignored.
@@ -10,29 +22,3 @@
src/spf_render.c -{-Wformat-nonliteral} # noisy
src/tsq.c -{${optimize}} # never optimize tsq.c!
ops/core_ops_cg.c -{${optimize}} # takes too long
-Index: src/packdump.c
---- src/packdump.c.orig 2004-07-30 09:08:59 +0200
-+++ src/packdump.c 2005-03-08 21:14:25 +0100
-@@ -85,8 +85,10 @@
- PIO_printf(interpreter, " [ 'PFC_STRING', {\n");
- PIO_printf(interpreter, " FLAGS => 0x%04lx,\n",
- (long)PObj_get_FLAGS(self->u.string));
-+#if 0
- PIO_printf(interpreter, " REPRESENTATION => %ld,\n",
- self->u.string->representation);
-+#endif
- PIO_printf(interpreter, " SIZE => %ld,\n",
- (long)self->u.string->bufused);
- /* TODO: Won't do anything reasonable for most encodings */
-Index: config/gen/icu.pl
---- config/gen/icu.pl.orig 2004-10-11 12:09:26 +0200
-+++ config/gen/icu.pl 2005-03-16 22:57:11 +0100
-@@ -81,7 +81,7 @@
- # location of header files
- $icuheaders = `$icuconfig --prefix`;
- chomp $icuheaders;
-- $icuheaders .= "${slash}include";
-+ $icuheaders .= "${slash}include/icu";
-
- # icu data dir
- $icudatadir = `$icuconfig --icudatadir`;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/parrot/parrot.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 parrot.spec
--- openpkg-src/parrot/parrot.spec 24 Mar 2005 11:19:51 -0000 1.6
+++ openpkg-src/parrot/parrot.spec 15 May 2005 17:26:00 -0000 1.7
@@ -32,8 +32,8 @@
Class: EVAL
Group: Language
License: Artistic/GPL
-Version: 0.1.2
-Release: 20050323
+Version: 0.2.0
+Release: 20050515
# list of sources
Source0:
ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/parrot-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]