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:   24-Jul-2009 17:18:19
  Branch: HEAD                             Handle: 2009072416181600

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

  Log:
    upgrading package: parrot 1.3.0 -> 1.4.0

  Summary:
    Revision    Changes     Path
    1.11        +27 -27     openpkg-src/parrot/parrot.patch
    1.52        +4  -4      openpkg-src/parrot/parrot.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/parrot/parrot.patch
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 parrot.patch
  --- openpkg-src/parrot/parrot.patch   18 Mar 2009 20:26:28 -0000      1.10
  +++ openpkg-src/parrot/parrot.patch   24 Jul 2009 15:18:16 -0000      1.11
  @@ -1,6 +1,6 @@
   Index: compilers/imcc/imcc.l
  ---- compilers/imcc/imcc.l.orig       2009-03-08 21:32:46 +0100
  -+++ compilers/imcc/imcc.l    2009-03-18 21:15:47 +0100
  +--- compilers/imcc/imcc.l.orig       2009-07-14 21:41:37 +0200
  ++++ compilers/imcc/imcc.l    2009-07-24 17:05:56 +0200
   @@ -114,6 +114,7 @@
    %option reentrant
    %option never-interactive
  @@ -10,9 +10,9 @@
    LETTER          [a-za...@]
    DIGIT           [0-9]
   Index: config/auto/icu.pm
  ---- config/auto/icu.pm.orig  2009-03-08 21:32:47 +0100
  -+++ config/auto/icu.pm       2009-03-18 21:15:47 +0100
  -@@ -332,7 +332,7 @@
  +--- config/auto/icu.pm.orig  2009-06-27 21:41:40 +0200
  ++++ config/auto/icu.pm       2009-07-24 17:05:56 +0200
  +@@ -333,7 +333,7 @@
                $without = 1;
            }
            my $slash = $conf->data->get('slash');
  @@ -22,8 +22,8 @@
                $without = 1;
            }
   Index: config/auto/readline.pm
  ---- config/auto/readline.pm.orig     2009-02-17 21:10:46 +0100
  -+++ config/auto/readline.pm  2009-03-18 21:15:47 +0100
  +--- config/auto/readline.pm.orig     2009-04-28 11:55:39 +0200
  ++++ config/auto/readline.pm  2009-07-24 17:05:56 +0200
   @@ -36,7 +36,8 @@
    sub runstep {
        my ( $self, $conf ) = @_;
  @@ -35,33 +35,33 @@
        my $cc     = $conf->data->get('cc');
        my $osname = $conf->data->get_p5('OSNAME');
   Index: config/init/hints/freebsd.pm
  ---- config/init/hints/freebsd.pm.orig        2009-03-08 21:32:47 +0100
  -+++ config/init/hints/freebsd.pm     2009-03-18 21:15:47 +0100
  -@@ -34,7 +34,7 @@
  +--- config/init/hints/freebsd.pm.orig        2009-07-07 07:13:00 +0200
  ++++ config/init/hints/freebsd.pm     2009-07-24 17:09:26 +0200
  +@@ -36,7 +36,7 @@
            rpath => '-Wl,-R',
    
            has_dynamic_linking    => 1,
   -        parrot_is_shared       => 1,
   +        parrot_is_shared       => 0,
  -         libparrot_shared       => 'libparrot$(SHARE_EXT).$(SOVERSION)',
  -         libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
  -         libparrot_soname       => 
'-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
  +         libparrot_shared       => "libparrot$share_ext.$version",
  +         libparrot_shared_alias => "libparrot$share_ext",
  +         libparrot_soname       => 
"-Wl,-soname=libparrot$share_ext.$version",
   Index: config/init/hints/linux.pm
  ---- config/init/hints/linux.pm.orig  2009-03-08 21:32:47 +0100
  -+++ config/init/hints/linux.pm       2009-03-18 21:15:47 +0100
  -@@ -141,7 +141,7 @@
  +--- config/init/hints/linux.pm.orig  2009-07-07 07:13:00 +0200
  ++++ config/init/hints/linux.pm       2009-07-24 17:09:42 +0200
  +@@ -143,7 +143,7 @@
            rpath          => '-Wl,-rpath=',
    
            has_dynamic_linking    => 1,
   -        parrot_is_shared       => 1,
   +        parrot_is_shared       => 0,
  -         libparrot_shared       => 'libparrot$(SHARE_EXT).$(SOVERSION)',
  -         libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
  -         libparrot_soname       => 
'-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
  +         libparrot_shared       => "libparrot$share_ext.$version",
  +         libparrot_shared_alias => "libparrot$share_ext",
  +         libparrot_soname       => 
"-Wl,-soname=libparrot$share_ext.$version",
   Index: lib/Parrot/Configure/Options/Conf.pm
  ---- lib/Parrot/Configure/Options/Conf.pm.orig        2009-02-17 21:10:48 
+0100
  -+++ lib/Parrot/Configure/Options/Conf.pm     2009-03-18 21:15:47 +0100
  -@@ -102,6 +102,7 @@
  +--- lib/Parrot/Configure/Options/Conf.pm.orig        2009-07-14 21:41:35 
+0200
  ++++ lib/Parrot/Configure/Options/Conf.pm     2009-07-24 17:05:56 +0200
  +@@ -105,6 +105,7 @@
       --without-gettext    Build parrot without gettext support
       --without-gmp        Build parrot without GMP support
       --without-opengl     Build parrot without OpenGL support (GL/GLU/GLUT)
  @@ -70,13 +70,13 @@
    
    ICU Options:
   Index: lib/Parrot/Configure/Options/Conf/Shared.pm
  ---- lib/Parrot/Configure/Options/Conf/Shared.pm.orig 2009-02-17 21:10:51 
+0100
  -+++ lib/Parrot/Configure/Options/Conf/Shared.pm      2009-03-18 21:15:47 
+0100
  -@@ -72,6 +72,7 @@
  -     without-gettext
  +--- lib/Parrot/Configure/Options/Conf/Shared.pm.orig 2009-07-14 21:41:35 
+0200
  ++++ lib/Parrot/Configure/Options/Conf/Shared.pm      2009-07-24 17:05:56 
+0200
  +@@ -74,6 +74,7 @@
        without-gmp
  +     without-icu
        without-opengl
   +    without-readline
        without-pcre
  -     without-icu
  +     without-threads
        yacc
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/parrot/parrot.spec
  ============================================================================
  $ cvs diff -u -r1.51 -r1.52 parrot.spec
  --- openpkg-src/parrot/parrot.spec    19 Jun 2009 06:54:24 -0000      1.51
  +++ openpkg-src/parrot/parrot.spec    24 Jul 2009 15:18:16 -0000      1.52
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Language
   License:      Artistic/GPL
  -Version:      1.3.0
  -Release:      20090619
  +Version:      1.4.0
  +Release:      20090724
   
   #   package options
   %option       with_gmp     yes
  @@ -41,7 +41,7 @@
   %option       with_icu     no
   
   #   list of sources
  -Source0:      
ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz
  +Source0:      
ftp://ftp.parrot.org/pub/parrot/releases/stable/%{version}/parrot-%{version}.tar.gz
   Patch0:       parrot.patch
   
   #   build information
  @@ -76,7 +76,7 @@
   %track
       prog parrot = {
           version   = %{version}
  -        url       = ftp://ftp.parrot.org/pub/parrot/releases/devel/
  +        url       = ftp://ftp.parrot.org/pub/parrot/releases/stable/
           regex     = (\d+\.\d+\.\d+)/
       }
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to