add missing lzma test file
This commit is contained in:
parent
6a5cde9e1c
commit
30d1b9a580
@ -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
|
which may not be feasible on your system. Consider setting the global
|
||||||
variable C<$Archive::Extract::PREFER_BIN> to C<1>, which will prefer
|
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.
|
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``@```````````````````
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: The Perl programming language
|
Summary: The Perl programming language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -1591,6 +1591,9 @@ make test
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-13
|
||||||
|
- add missing lzma test file
|
||||||
|
|
||||||
* Fri Mar 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-12
|
* Fri Mar 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4:5.10.0-12
|
||||||
- conditionalize multilib patch report in patchlevel.h
|
- conditionalize multilib patch report in patchlevel.h
|
||||||
- Update Archive::Extract to 0.26
|
- Update Archive::Extract to 0.26
|
||||||
|
Loading…
Reference in New Issue
Block a user