]> git.pld-linux.org Git - packages/perl.git/commitdiff
- added fix-h2ph-and-test patch, fixes: perl -e 'require "_h2ph_pre.ph";'
authorsparky <sparky@pld-linux.org>
Tue, 4 Jan 2011 21:23:55 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release: 4, STBR

Changed files:
    perl.spec -> 1.432

perl.spec

index 87fe6c246e0e82d7053cd3c782612cc534041c7e..a5f993326c82f4963ae6e730266b003f7af2159f 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -44,7 +44,7 @@
 %define                perl_modversion()       %([ -f %{SOURCE3} ] && awk -vp=%1 '$1 == p{m=$1; gsub(/::/, "-", m); printf("perl-%s = %s\\n", m, $3)}END{if (!m) printf("# Error looking up [%s]\\n", p)}' %{SOURCE3} || echo ERROR)
 
 %define                ver     5.12.1
-%define                rel     3
+%define                rel     4
 Summary:       Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):     Programovací jazyk Perl
 Summary(da.UTF-8):     Programmeringssproget Perl
@@ -85,6 +85,7 @@ Patch5:               %{name}_585-microperl_uconfig.patch
 Patch6:                %{name}-write-permissions.patch
 Patch7:                %{name}-timer-test.patch
 Patch9:                %{name}-t-syslog.patch
+Patch10:       %{name}-fix-h2ph-and-test.patch
 URL:           http://dev.perl.org/perl5/
 %ifarch ppc
 # gcc 3.3.x miscompiles pp_hot.c
@@ -592,6 +593,7 @@ z biblioteki GNU gdbm.
 %patch6 -p1
 %patch7 -p1
 %patch9 -p1
+%patch10 -p1
 
 cat > runperl <<'EOF'
 #!/bin/sh
This page took 0.140544 seconds and 4 git commands to generate.