Browse Source

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

Ralf S. Engelschall 17 years ago
parent
commit
bdd33f7959
2 changed files with 16 additions and 22 deletions
  1. 14 20
      perl-regex/perl-regex.patch
  2. 2 2
      perl-regex/perl-regex.spec

+ 14 - 20
perl-regex/perl-regex.patch

@@ -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-PCRE-0.15/Makefile.PL
  );
 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',

+ 2 - 2
perl-regex/perl-regex.spec

@@ -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 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20080906
+Release:      20081228
 
 #   package options
 %option       with_posix  no