From 30d1b9a580522edfdf10f66836b3e5157c664083 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mar 09 2008 00:24:39 +0000 Subject: add missing lzma test file --- diff --git a/perl-5.10.0-Archive-Extract-0.26.patch b/perl-5.10.0-Archive-Extract-0.26.patch index b92cfed..7314a45 100644 --- a/perl-5.10.0-Archive-Extract-0.26.patch +++ b/perl-5.10.0-Archive-Extract-0.26.patch @@ -296,3 +296,23 @@ diff -up perl-5.10.0/lib/Archive/Extract.pm.BAD perl-5.10.0/lib/Archive/Extract. which may not be feasible on your system. Consider setting the global variable C<$Archive::Extract::PREFER_BIN> to C<1>, which will prefer the use of command line programs and won't consume so much memory. +diff -up perl-5.10.0/lib/Archive/Extract/t/src/x.lzma.packed.BAD perl-5.10.0/lib/Archive/Extract/t/src/x.lzma.packed +--- perl-5.10.0/lib/Archive/Extract/t/src/x.lzma.packed.BAD 2008-03-08 19:20:41.000000000 -0500 ++++ perl-5.10.0/lib/Archive/Extract/t/src/x.lzma.packed 2008-03-08 19:20:33.000000000 -0500 +@@ -0,0 +1,16 @@ ++######################################################################### ++This is a binary file that was packed with the 'uupacktool.pl' which ++is included in the Perl distribution. ++ ++To unpack this file use the following command: ++ ++ uupacktool.pl -u lib/Archive/Extract/t/src/x.lzma.packed lib/Archive/Extract/t/src/x.lzma ++ ++To recreate it use the following command: ++ ++ uupacktool.pl -p lib/Archive/Extract/t/src/x.lzma lib/Archive/Extract/t/src/x.lzma.packed ++ ++Created at Sat Mar 8 19:20:33 2008 ++######################################################################### ++__UU__ ++270``@``````````````````` diff --git a/perl.spec b/perl.spec index 25d3eca..d7e316f 100644 --- a/perl.spec +++ b/perl.spec @@ -16,7 +16,7 @@ Name: perl Version: %{perl_version} -Release: 12%{?dist} +Release: 13%{?dist} Epoch: %{perl_epoch} Summary: The Perl programming language Group: Development/Languages @@ -1591,6 +1591,9 @@ make test # Old changelog entries are preserved in CVS. %changelog +* Sat Mar 8 2008 Tom "spot" Callaway 4:5.10.0-13 +- add missing lzma test file + * Fri Mar 7 2008 Tom "spot" Callaway 4:5.10.0-12 - conditionalize multilib patch report in patchlevel.h - Update Archive::Extract to 0.26