Ver código fonte

upgrading package: parrot 0.1.2 -> 0.2.0

Ralf S. Engelschall 20 anos atrás
pai
commit
e636240be0
2 arquivos alterados com 16 adições e 30 exclusões
  1. 14 28
      parrot/parrot.patch
  2. 2 2
      parrot/parrot.spec

+ 14 - 28
parrot/parrot.patch

@@ -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 @@ Index: config/gen/makefiles/CFLAGS.in
  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`;

+ 2 - 2
parrot/parrot.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 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