commit cd8c42029f12a450bf97ab62fdb4a80ee1edefa6 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Mon Nov 26 14:05:20 2012 +0100 Add missing File::* buildtime dependencies perl-IO-Compress.spec | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) --- diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index a69a95f..1524878 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -3,7 +3,7 @@ Name: perl-IO-Compress Version: 2.058 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Read and write compressed data License: GPL+ or Artistic Group: Development/Libraries @@ -17,7 +17,9 @@ BuildRequires: perl(constant) BuildRequires: perl(Encode) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) +BuildRequires: perl(File::Temp) BuildRequires: perl(IO::File) BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Seekable) @@ -106,6 +108,9 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1} %{_mandir}/man3/IO::Uncompress::*.3pm* %changelog +* Mon Nov 26 2012 Petr Šabata <contyk@xxxxxxxxxx> - 2.058-2 +- Add missing File::* buildtime dependencies + * Tue Nov 13 2012 Paul Howarth <paul@xxxxxxxxxxxx> - 2.058-1 - Update to 2.058 - IO::Compress::Zip -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel