Explorar el Código

modifying package: perl-regex-5.10.0 20080213 -> 20080219

Ralf S. Engelschall hace 17 años
padre
commit
640029f63e
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 3 3
      perl-regex/perl-regex.patch
  2. 2 2
      perl-regex/perl-regex.spec

+ 3 - 3
perl-regex/perl-regex.patch

@@ -18,9 +18,9 @@ Index: re-engine-PCRE-0.15/Makefile.PL
 +    INC           => `pcre-config --cflags`,
 +    LIBS          => [ `pcre-config --libs` ],
  );
-Index: re-engine-TRE-0.02/Makefile.PL
---- re-engine-TRE-0.02/Makefile.PL.orig	2008-02-12 02:06:56 +0100
-+++ re-engine-TRE-0.02/Makefile.PL	2008-02-13 19:39:42 +0100
+Index: re-engine-TRE-0.03/Makefile.PL
+--- re-engine-TRE-0.03/Makefile.PL.orig	2008-02-12 02:06:56 +0100
++++ re-engine-TRE-0.03/Makefile.PL	2008-02-13 19:39:42 +0100
 @@ -9,6 +9,6 @@
      LICENSE       => 'perl',
      LIBS          => [ '-lpcre' ],

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

@@ -26,7 +26,7 @@
 %define       V_re_engine_plugin         0.04_01
 %define       V_re_engine_posix          0.04
 %define       V_re_engine_pcre           0.15
-%define       V_re_engine_tre            0.02
+%define       V_re_engine_tre            0.03
 %define       V_regexp_bind              0.05
 %define       V_regexp_common            2.120
 %define       V_regexp_copy              0.06
@@ -48,7 +48,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20080213
+Release:      20080219
 
 #   package options
 %option       with_posix  no