]> git.pld-linux.org Git - packages/perl.git/commitdiff
- drop fix-h2ph-and-test.patch; looks obsolete; up to 5.14.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 23 Jul 2011 20:14:46 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-fix-h2ph-and-test.patch -> 1.2
    perl.spec -> 1.444

perl-fix-h2ph-and-test.patch
perl.spec

index cee7fcb2476de192daa03869bebf8381934a12f1..9a8c38e04b183847ef42af2b2d3b45d2123e1f01 100644 (file)
@@ -12,15 +12,6 @@ diff --git a/lib/h2ph.t b/lib/h2ph.t
 index 27dd7b9..8d62d46 100644
 --- a/lib/h2ph.t
 +++ b/lib/h2ph.t
-@@ -18,7 +18,7 @@ if (!(-e $extracted_program)) {
-     exit 0;
- }
--plan(4);
-+plan(5);
- # quickly compare two text files
- sub txt_compare {
 @@ -41,8 +41,16 @@ $result = runperl( progfile => 'lib/h2ph.pht',
                     stderr => 1 );
  like( $result, qr/syntax OK$/, "output compiles");
index e603294bd8b07a8557708fea1152092a2150dedd..51b9300077de422766c20b262b26e513f99e1138 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -46,7 +46,7 @@
 %define                perl_modver()           %([ -f %{SOURCE3} ] && awk -vp=%1 '$1 == p{print $3}' %{SOURCE3} || echo ERROR)
 %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.14.0
+%define                ver     5.14.1
 %define                rel     0.1
 Summary:       Practical Extraction and Report Language (Perl)
 Summary(cs.UTF-8):     Programovací jazyk Perl
@@ -76,7 +76,7 @@ Epoch:                1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/%{name}-%{ver}.tar.gz
-# Source0-md5: e688b0ddad50bca9a6223693a85c439d
+# Source0-md5: 0b74cffa3a10aee08442f950aecbaeec
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: de47d7893f49ad7f41ba69c78511c0db
 Source2:       %{name}.prov
@@ -88,7 +88,6 @@ 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
@@ -597,7 +596,6 @@ z biblioteki GNU gdbm.
 %patch6 -p1
 %patch7 -p1
 %patch9 -p1
-%patch10 -p1
 
 cat > runperl <<'EOF'
 #!/bin/sh
This page took 0.085505 seconds and 4 git commands to generate.