1.65 bump
This commit is contained in:
parent
255f9d6d95
commit
6be5f3d112
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/ExtUtils-Manifest-1.61.tar.gz
|
||||
/ExtUtils-Manifest-1.63.tar.gz
|
||||
/ExtUtils-Manifest-1.64.tar.gz
|
||||
/ExtUtils-Manifest-1.65.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-ExtUtils-Manifest
|
||||
Version: 1.64
|
||||
Version: 1.65
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities to write and check a MANIFEST file
|
||||
License: GPL+ or Artistic
|
||||
@ -8,13 +8,13 @@ URL: http://search.cpan.org/dist/ExtUtils-Manifest/
|
||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-Manifest-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Find)
|
||||
@ -57,6 +57,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 12 2014 Petr Pisar <ppisar@redhat.com> - 1.65-1
|
||||
- 1.65 bump
|
||||
|
||||
* Tue Jul 29 2014 Petr Pisar <ppisar@redhat.com> - 1.64-1
|
||||
- 1.64 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user