commit b95de639b6795095db9a208254a92da02b82262e Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Mon Jan 19 22:45:56 2015 +0000 Update to 0.64 - New upstream release 0.64 - Resolve an edge-case with DEPRECATED (CPAN RT#101555) - Make %files list more explicit .gitignore | 6 +----- perl-Module-Load-Conditional.spec | 21 ++++++++++++++------- sources | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) --- diff --git a/.gitignore b/.gitignore index da16c12..728938b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -Module-Load-Conditional-0.24.tar.gz -/Module-Load-Conditional-0.54.tar.gz -/Module-Load-Conditional-0.58.tar.gz -/Module-Load-Conditional-0.60.tar.gz -/Module-Load-Conditional-0.62.tar.gz +/Module-Load-Conditional-[0-9.]*.tar.gz diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec index f897b90..932789c 100644 --- a/perl-Module-Load-Conditional.spec +++ b/perl-Module-Load-Conditional.spec @@ -1,15 +1,15 @@ Name: perl-Module-Load-Conditional -Version: 0.62 -Release: 310%{?dist} +Version: 0.64 +Release: 1%{?dist} Summary: Looking up module information and loading at run-time License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Load-Conditional/ Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz BuildArch: noarch +# Build: BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(strict) # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(Config) @@ -18,16 +18,18 @@ BuildRequires: perl(Exporter) BuildRequires: perl(File::Spec) BuildRequires: perl(FileHandle) BuildRequires: perl(Locale::Maketext::Simple) -# Module::CoreList 2.22 not needed when running tests +BuildRequires: perl(Module::CoreList) >= 2.22 BuildRequires: perl(Module::Load) >= 0.28 BuildRequires: perl(Module::Metadata) >= 1.000005 BuildRequires: perl(Params::Check) +BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(version) >= 0.69 # Tests: BuildRequires: perl(FindBin) BuildRequires: perl(lib) BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Config) Requires: perl(Module::CoreList) >= 2.22 @@ -52,17 +54,22 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -%{_fixperms} $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT %check make test %files %doc CHANGES README -%{perl_vendorlib}/* -%{_mandir}/man3/* +%{perl_vendorlib}/Module/ +%{_mandir}/man3/Module::Load::Conditional.3* %changelog +* Mon Jan 19 2015 Paul Howarth <paul@xxxxxxxxxxxx> - 0.64-1 +- Update to 0.64 + - Resolve an edge-case with DEPRECATED (CPAN RT#101555) +- Make %%files list more explicit + * Wed Sep 03 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.62-310 - Increase release to favour standalone package diff --git a/sources b/sources index 7a068ca..1b20ffe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93481bb58cb008b235825cb9bcee89da Module-Load-Conditional-0.62.tar.gz +13389177eac7a006917b83f8305eabe4 Module-Load-Conditional-0.64.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