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:   28-Dec-2008 10:26:43
  Branch: HEAD                             Handle: 2008122809264200

  Modified files:
    openpkg-src/perl-regex  perl-regex.patch perl-regex.spec

  Log:
    modifying package: perl-regex-5.10.0 20080906 -> 20081228

  Summary:
    Revision    Changes     Path
    1.6         +14 -20     openpkg-src/perl-regex/perl-regex.patch
    1.17        +2  -2      openpkg-src/perl-regex/perl-regex.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-regex/perl-regex.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 perl-regex.patch
  --- openpkg-src/perl-regex/perl-regex.patch   1 Aug 2008 18:01:21 -0000       
1.5
  +++ openpkg-src/perl-regex/perl-regex.patch   28 Dec 2008 09:26:42 -0000      
1.6
  @@ -1,32 +1,26 @@
   Index: Regexp-Keep-0.02/Keep.xs
   --- Regexp-Keep-0.02/Keep.xs.orig    2004-05-07 19:23:36 +0200
  -+++ Regexp-Keep-0.02/Keep.xs 2008-08-01 19:58:19 +0200
  ++++ Regexp-Keep-0.02/Keep.xs 2008-12-28 10:19:14 +0100
   @@ -11,4 +11,4 @@
    KEEP()
        PROTOTYPE:
        CODE:
   -    PL_regstartp[0] = PL_reginput - PL_bostr;
   +    PL_reg_state.re_state_regoffs[0].start = PL_reginput - PL_bostr;
  -Index: re-engine-Lua-0.05/Makefile.PL
  ---- re-engine-Lua-0.05/Makefile.PL.orig      2008-08-01 19:58:20 +0200
  -+++ re-engine-Lua-0.05/Makefile.PL   2008-08-01 19:59:12 +0200
  -@@ -12,12 +12,10 @@
  - # t/
  - build_requires 'Config'     => 0;
  - build_requires 'XSLoader'   => 0;
  --build_requires 'Test::More' => 0;
  --build_requires 'Test::Warn' => 0;
  --build_requires 'Test::Exception' => 0;
  - 
  - #tests 't/*.t t/*/*.t';
  - tests 't/*.t';
  - 
  - auto_install;
  - WriteAll;
  -+
  +Index: re-engine-Lua-0.06/Makefile.PL
  +--- re-engine-Lua-0.06/Makefile.PL.orig      2008-12-07 12:29:50 +0100
  ++++ re-engine-Lua-0.06/Makefile.PL   2008-12-28 10:22:23 +0100
  +@@ -8,7 +8,5 @@
  +     ABSTRACT_FROM => 'Lua.pm',
  +     LICENSE       => 'MIT',
  +     PREREQ_PM     => {
  +-            'Test::Exception'   => 0,
  +-            'Test::Warn'        => 0,
  +     },
  + );
   Index: re-engine-PCRE-0.15/Makefile.PL
   --- re-engine-PCRE-0.15/Makefile.PL.orig     2007-12-19 00:38:26 +0100
  -+++ re-engine-PCRE-0.15/Makefile.PL  2008-08-01 19:58:19 +0200
  ++++ re-engine-PCRE-0.15/Makefile.PL  2008-12-28 10:19:14 +0100
   @@ -7,5 +7,6 @@
        VERSION_FROM  => 'PCRE.pm',
        ABSTRACT_FROM => 'PCRE.pm',
  @@ -37,7 +31,7 @@
    );
   Index: re-engine-TRE-0.04/Makefile.PL
   --- re-engine-TRE-0.04/Makefile.PL.orig      2008-02-18 12:11:31 +0100
  -+++ re-engine-TRE-0.04/Makefile.PL   2008-08-01 19:58:19 +0200
  ++++ re-engine-TRE-0.04/Makefile.PL   2008-12-28 10:19:14 +0100
   @@ -8,6 +8,6 @@
        ABSTRACT_FROM => 'TRE.pm',
        LICENSE       => 'perl',
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-regex/perl-regex.spec
  ============================================================================
  $ cvs diff -u -r1.16 -r1.17 perl-regex.spec
  --- openpkg-src/perl-regex/perl-regex.spec    6 Sep 2008 18:38:59 -0000       
1.16
  +++ openpkg-src/perl-regex/perl-regex.spec    28 Dec 2008 09:26:42 -0000      
1.17
  @@ -28,7 +28,7 @@
   %define       V_re_engine_pcre           0.15
   %define       V_re_engine_tre            0.04
   %define       V_re_engine_plan9          0.15
  -%define       V_re_engine_lua            0.05
  +%define       V_re_engine_lua            0.06
   %define       V_re_engine_onig           0.04
   %define       V_regexp_bind              0.05
   %define       V_regexp_common            2.122
  @@ -53,7 +53,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20080906
  +Release:      20081228
   
   #   package options
   %option       with_posix  no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to