commit eaa9c7c65376abbae69c9ee355da1da8c80f3955 Author: Paul Howarth <p...@city-fan.org> Date: Thu Nov 13 08:26:02 2014 +0000
Update to 1.002004 - New upstream release 1.002004 - Module loading is now done while importing, making it unnecessary to load them beforehand (CPAN RT#96995) - Fix prerequisite declarations for older toolchain perl-Import-Into.spec | 20 +++++++++++++------- sources | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) --- diff --git a/perl-Import-Into.spec b/perl-Import-Into.spec index bd6ae45..3d9538a 100644 --- a/perl-Import-Into.spec +++ b/perl-Import-Into.spec @@ -1,6 +1,6 @@ Name: perl-Import-Into -Version: 1.002002 -Release: 3%{?dist} +Version: 1.002004 +Release: 1%{?dist} Summary: Import packages into other packages License: GPL+ or Artistic Group: Development/Libraries @@ -11,16 +11,16 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime +BuildRequires: perl(Module::Runtime) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(base) BuildRequires: perl(Exporter) +BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) # Runtime -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - -%{?perl_default_filter} +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description Loading Import::Into creates a global method import::into which you can call on @@ -30,7 +30,7 @@ any package to import it into another package. %setup -q -n Import-Into-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps +perl Makefile.PL INSTALLDIRS=vendor --skipdeps make %{?_smp_mflags} %install @@ -44,9 +44,15 @@ make test %files %doc Changes README %{perl_vendorlib}/Import/ -%{_mandir}/man3/Import::Into.3pm* +%{_mandir}/man3/Import::Into.3* %changelog +* Thu Nov 13 2014 Paul Howarth <p...@city-fan.org> - 1.002004-1 +- Update to 1.002004 + - Module loading is now done while importing, making it unnecessary to load + them beforehand (CPAN RT#96995) + - Fix prerequisite declarations for older toolchain + * Tue Aug 26 2014 Jitka Plesnikova <jples...@redhat.com> - 1.002002-3 - Perl 5.20 rebuild diff --git a/sources b/sources index 09dfed9..73b64cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec2e041b9dad3c1ee0e579e32fc5e23a Import-Into-1.002002.tar.gz +70f2f3b08a5b706ee382a8448c346cb1 Import-Into-1.002004.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel