commit 9ae32eade999a53a70c7635f4b1356fa67ed0c29 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Tue Feb 4 13:23:18 2014 +0100 1.62 bump .gitignore | 1 + perl-Pod-Parser.spec | 18 +++++++++++++++--- sources | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index ebb16cb..9ac6dd9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec index ba6eafb..f317f0b 100644 --- a/perl-Pod-Parser.spec +++ b/perl-Pod-Parser.spec @@ -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@xxxxxxxxxx> - 1.62-1 +- 1.62 bump + * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.61-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 6245d5a..a107865 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77e912caf2a1c5b29d577dff80390ce8 Pod-Parser-1.61.tar.gz +09fbdf2903dc895ffcd851e4b35c4fbc Pod-Parser-1.62.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel