commit cc3cb9a7e56cb36379d6c7fdee1012773d3ccde7 Author: Steven Pritchard <steven.pritchard@xxxxxxxxx> Date: Fri Mar 11 08:47:02 2011 -0600 - Update to 1.00. - Update build dependencies: + Archive::Tar >= 1.44 + ExtUtils::Install >= 1.52 + ExtUtils::ParseXS >= 2.19 + JSON >= 2.14 + LWP::UserAgent >= 5.812 + Module::Build >= 0.29 + Module::CoreList >= 2.17 + Module::ScanDeps >= 0.89 - Update description (pulled from module). .gitignore | 1 + perl-Module-Install.spec | 40 +++++++++++++++++++++++++++------------- sources | 2 +- 3 files changed, 29 insertions(+), 14 deletions(-) --- diff --git a/.gitignore b/.gitignore index 9a4820d..f89c637 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Module-Install-0.95.tar.gz +/Module-Install-1.00.tar.gz diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 766ecf1..2ebf3ec 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -1,6 +1,6 @@ Name: perl-Module-Install -Version: 0.95 -Release: 3%{?dist} +Version: 1.00 +Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic Group: Development/Libraries @@ -13,18 +13,19 @@ BuildArch: noarch # certain modules than is supported. (Especially under F-10.) However, # all tests pass and AFAICT everything works just fine in normal usage. -BuildRequires: perl(Archive::Tar) +BuildRequires: perl(Archive::Tar) >= 1.44 BuildRequires: perl(CPAN) -BuildRequires: perl(Devel::PPPort) -BuildRequires: perl(ExtUtils::Install) +BuildRequires: perl(Devel::PPPort) +BuildRequires: perl(ExtUtils::Install) >= 1.52 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(ExtUtils::ParseXS) +BuildRequires: perl(ExtUtils::ParseXS) >= 2.19 BuildRequires: perl(File::Remove) >= 1.42 BuildRequires: perl(File::Spec) -BuildRequires: perl(JSON) -BuildRequires: perl(Module::Build) -BuildRequires: perl(Module::CoreList) -BuildRequires: perl(Module::ScanDeps) +BuildRequires: perl(JSON) >= 2.14 +BuildRequires: perl(LWP::UserAgent) >= 5.812 +BuildRequires: perl(Module::Build) >= 0.29 +BuildRequires: perl(Module::CoreList) >= 2.17 +BuildRequires: perl(Module::ScanDeps) >= 0.89 BuildRequires: perl(PAR::Dist) >= 0.29 BuildRequires: perl(Parse::CPAN::Meta) >= 1.39 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 @@ -39,14 +40,14 @@ Requires: perl(Module::Build) Requires: perl(Module::CoreList) Requires: perl(Module::ScanDeps) Requires: perl(PAR::Dist) >= 0.29 -Requires: perl(YAML::Tiny) +Requires: perl(YAML::Tiny) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct -manner with both the ExtUtils::MakeMaker and Module::Build build systems, -and will run on any Perl installation version 5.004 or newer. +manner with ExtUtils::MakeMaker, and will run on any Perl installation +version 5.005 or newer. %prep %setup -q -n Module-Install-%{version} @@ -79,6 +80,19 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Mar 10 2011 Steven Pritchard <steve@xxxxxxxxx> 1.00-1 +- Update to 1.00. +- Update build dependencies: + + Archive::Tar >= 1.44 + + ExtUtils::Install >= 1.52 + + ExtUtils::ParseXS >= 2.19 + + JSON >= 2.14 + + LWP::UserAgent >= 5.812 + + Module::Build >= 0.29 + + Module::CoreList >= 2.17 + + Module::ScanDeps >= 0.89 +- Update description (pulled from module). + * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.95-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 64865bd..bd03914 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -719fff3ea983818b176dea8770ccaa8e Module-Install-0.95.tar.gz +09067a39ba0330257f216effcf7f827c Module-Install-1.00.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel