[perl-Inline] R/BR perl(Digest::MD5)

Iain Arnell iarnell at fedoraproject.org
Wed Nov 9 16:44:03 UTC 2011


commit 0af74c02c98b0209d59ae5a4ba553bbcbd87bfbd
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Nov 9 17:43:42 2011 +0100

    R/BR perl(Digest::MD5)

 perl-Inline.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Inline.spec b/perl-Inline.spec
index 0de5db5..ebef1ed 100644
--- a/perl-Inline.spec
+++ b/perl-Inline.spec
@@ -1,6 +1,6 @@
 Name:           perl-Inline
 Version:        0.48
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Inline Perl module
 
 Group:          Development/Libraries
@@ -9,12 +9,15 @@ Url:            http://search.cpan.org/dist/Inline/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-%{version}.tar.gz
 
 BuildArch:      noarch
+BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Parse::RecDescent)
 BuildRequires:  perl(Inline::Files)
 # tests
 BuildRequires:  perl(Test::Warn)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# not automatically detected
+Requires:       perl(Digest::MD5)
 
 
 %description
@@ -73,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 09 2011 Iain Arnell <iarnell at gmail.com> 0.48-3
+- R/BR perl(Digest::MD5)
+
 * Wed Jun 28 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.48-2
 - Perl mass rebuild
 - fix filter macro


More information about the scm-commits mailing list