From a310505c7aa482be2dc4a4e695e36648a38ed604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 25 May 2012 11:09:16 +0200 Subject: [PATCH] Update build-time dependencies --- perl-Crypt-DES.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/perl-Crypt-DES.spec b/perl-Crypt-DES.spec index dc3c199..7441914 100644 --- a/perl-Crypt-DES.spec +++ b/perl-Crypt-DES.spec @@ -1,14 +1,21 @@ Name: perl-Crypt-DES Version: 2.05 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Perl DES encryption module License: BSD Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-DES/ Source0: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(Crypt::CBC) BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(DynaLoader) +BuildRequires: perl(Exporter) +# Tests: +BuildRequires: perl(Crypt::CBC) > 1.22 +BuildRequires: perl(Benchmark) +BuildRequires: perl(Data::Dumper) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -46,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri May 25 2012 Petr Pisar - 2.05-16 +- Update build-time dependencies + * Fri Jan 13 2012 Fedora Release Engineering - 2.05-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild