Forráskód Böngészése

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

Ralf S. Engelschall 17 éve
szülő
commit
10a93a6399
2 módosított fájl, 6 hozzáadás és 6 törlés
  1. 3 3
      perl-regex/perl-regex.patch
  2. 3 3
      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.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
+Index: re-engine-TRE-0.04/Makefile.PL
+--- re-engine-TRE-0.04/Makefile.PL.orig	2008-02-12 02:06:56 +0100
++++ re-engine-TRE-0.04/Makefile.PL	2008-02-13 19:39:42 +0100
 @@ -9,6 +9,6 @@
      LICENSE       => 'perl',
      LIBS          => [ '-lpcre' ],

+ 3 - 3
perl-regex/perl-regex.spec

@@ -24,9 +24,9 @@
 #   versions of individual parts
 %define       V_perl                     5.10.0
 %define       V_re_engine_plugin         0.04_01
-%define       V_re_engine_posix          0.04
+%define       V_re_engine_posix          0.05
 %define       V_re_engine_pcre           0.15
-%define       V_re_engine_tre            0.03
+%define       V_re_engine_tre            0.04
 %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:      20080219
+Release:      20080226
 
 #   package options
 %option       with_posix  no