Update to 1.002002

- New upstream release 1.002002
  - Minor metadata updates
- This release by ETHER -> update source URL
- Classify buildreqs by usage
This commit is contained in:
Paul Howarth 2014-05-07 11:55:21 +01:00
parent e5888ef867
commit bd54b1a932
2 changed files with 17 additions and 6 deletions

View File

@ -1,18 +1,23 @@
Name: perl-Import-Into
Version: 1.002001
Version: 1.002002
Release: 1%{?dist}
Summary: Import packages into other packages
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Import-Into/
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Import-Into-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Import-Into-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
# Module Runtime
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(base)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(warnings)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
@ -42,6 +47,12 @@ make test
%{_mandir}/man3/Import::Into.3pm*
%changelog
* Wed May 7 2014 Paul Howarth <paul@city-fan.org> - 1.002002-1
- Update to 1.002002
- Minor metadata updates
- This release by ETHER -> update source URL
- Classify buildreqs by usage
* Wed Mar 12 2014 Paul Howarth <paul@city-fan.org> - 1.002001-1
- Update to 1.002001
- Allow specifying by caller level, as well as specifying file, line, and

View File

@ -1 +1 @@
6a7b3e16615c730c80ca7a80524ad6ae Import-Into-1.002001.tar.gz
ec2e041b9dad3c1ee0e579e32fc5e23a Import-Into-1.002002.tar.gz