1.62 bump

This commit is contained in:
Petr Písař 2014-02-04 13:23:18 +01:00
parent 02b48488ae
commit 9ae32eade9
3 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
77e912caf2a1c5b29d577dff80390ce8 Pod-Parser-1.61.tar.gz
09fbdf2903dc895ffcd851e4b35c4fbc Pod-Parser-1.62.tar.gz