1.62 bump
This commit is contained in:
parent
02b48488ae
commit
9ae32eade9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/Pod-Parser-1.51.tar.gz
|
||||
/Pod-Parser-1.60.tar.gz
|
||||
/Pod-Parser-1.61.tar.gz
|
||||
/Pod-Parser-1.62.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Pod-Parser
|
||||
Version: 1.61
|
||||
Release: 3%{?dist}
|
||||
Version: 1.62
|
||||
Release: 1%{?dist}
|
||||
Summary: Basic perl modules for handling Plain Old Documentation (POD)
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -16,14 +16,23 @@ BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Find)
|
||||
# Getopt::Long not used for tests
|
||||
# Pod::Usage not used for tests
|
||||
BuildRequires: perl(strict)
|
||||
# Symbol not used with recent perl
|
||||
# Symbol not used since perl 5.6
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(Test)
|
||||
BuildRequires: perl(Test::More) >= 0.6
|
||||
# Circular dependency Pod::Checker <-> Pod::Parser
|
||||
BuildRequires: perl(Pod::Checker) >= 1.40
|
||||
# VMS::Filespec not used
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Optional tests:
|
||||
BuildRequires: perl(IO::String)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Config)
|
||||
# Circular dependency Pod::Usage <-> Pod::Select
|
||||
@ -63,6 +72,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 04 2014 Petr Pisar <ppisar@redhat.com> - 1.62-1
|
||||
- 1.62 bump
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.61-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user