diff --git a/perl-Getopt-Long-Descriptive.spec b/perl-Getopt-Long-Descriptive.spec index 3780532..28640c6 100644 --- a/perl-Getopt-Long-Descriptive.spec +++ b/perl-Getopt-Long-Descriptive.spec @@ -1,11 +1,11 @@ Name: perl-Getopt-Long-Descriptive -Version: 0.074 -Release: 3%{?dist} +Version: 0.077 +Release: 1%{?dist} Summary: Getopt::Long with usage text License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Getopt-Long-Descriptive/ -Source0: http://www.cpan.org/authors/id/H/HD/HDP/Getopt-Long-Descriptive-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,13 +13,17 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Scalar) BuildRequires: perl(Params::Validate) >= 0.74 +BuildRequires: perl(List::Util) +BuildRequires: perl(Sub::Exporter) # test BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -# not automagically picked up... Requires: perl(IO::Scalar) +Requires: perl(List::Util) +Requires: perl(Params::Validate) >= 0.74 +Requires: perl(Sub::Exporter) %description Convenient wrapper for Getopt::Long and program usage output. @@ -56,6 +60,17 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Chris Weyl 0.077-1 +- auto-update to 0.077 (by cpan-spec-update 0.01) +- added a new br on perl(List::Util) (version 0) +- added a new br on perl(Sub::Exporter) (version 0) +- added a new req on perl(List::Util) (version 0) +- added a new req on perl(Params::Validate) (version 0.74) +- added a new req on perl(Sub::Exporter) (version 0) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.074-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.074-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 88d0aeb..506d3a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf4931dfd87314376ecb74dc8d205944 Getopt-Long-Descriptive-0.074.tar.gz +a39971f6f138ebe6004438402620d032 Getopt-Long-Descriptive-0.077.tar.gz