Add in new missing BR

This commit is contained in:
Mark Chappell 2010-06-30 12:53:29 +00:00
parent 51cde849af
commit eda0ac8277
3 changed files with 11 additions and 7 deletions

View File

@ -1,4 +1 @@
noarch
.build*.log
*.rpm
Data-Section-0.093410.tar.gz
Data-Section-0.101620.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Data-Section
Version: 0.093410
Release: 3%{?dist}
Version: 0.101620
Release: 2%{?dist}
Summary: Read multiple hunks of data out of your DATA section
License: GPL+ or Artistic
Group: Development/Libraries
@ -11,6 +11,7 @@ BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Sub::Exporter) >= 0.979
BuildRequires: perl(Test::More)
BuildRequires: perl(MRO::Compat)
Requires: perl(Sub::Exporter) >= 0.979
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -49,6 +50,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Jun 30 2010 Mark Chappell <tremble@fedoraproject.org> - 0.101620-2
- Add in missing BuildRequires MRO::Compat
* Wed Jun 30 2010 Mark Chappell <tremble@fedoraproject.org> - 0.101620-1
- Update for release 0.101620
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.093410-3
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
f9c39e6d85fb035e9d509b4fe2b2859b Data-Section-0.093410.tar.gz
ab3956489991b41a6604aad81a4d3a0b Data-Section-0.101620.tar.gz