Add in new missing BR
This commit is contained in:
parent
51cde849af
commit
eda0ac8277
@ -1,4 +1 @@
|
|||||||
noarch
|
Data-Section-0.101620.tar.gz
|
||||||
.build*.log
|
|
||||||
*.rpm
|
|
||||||
Data-Section-0.093410.tar.gz
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Data-Section
|
Name: perl-Data-Section
|
||||||
Version: 0.093410
|
Version: 0.101620
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Read multiple hunks of data out of your DATA section
|
Summary: Read multiple hunks of data out of your DATA section
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -11,6 +11,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Sub::Exporter) >= 0.979
|
BuildRequires: perl(Sub::Exporter) >= 0.979
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(MRO::Compat)
|
||||||
Requires: perl(Sub::Exporter) >= 0.979
|
Requires: perl(Sub::Exporter) >= 0.979
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
@ -49,6 +50,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.093410-3
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user