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
This commit is contained in:
Paul Howarth 2014-11-13 08:26:02 +00:00
parent 9cf00d4dfd
commit eaa9c7c653
2 changed files with 14 additions and 8 deletions

View File

@ -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 <paul@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 <jplesnik@redhat.com> - 1.002002-3
- Perl 5.20 rebuild

View File

@ -1 +1 @@
ec2e041b9dad3c1ee0e579e32fc5e23a Import-Into-1.002002.tar.gz
70f2f3b08a5b706ee382a8448c346cb1 Import-Into-1.002004.tar.gz