diff --git a/.gitignore b/.gitignore index ca26843..7a03c62 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Pod-Perldoc-3.19_01.tar.gz /Pod-Perldoc-3.20.tar.gz /Pod-Perldoc-3.21.tar.gz +/Pod-Perldoc-3.23.tar.gz diff --git a/perl-Pod-Perldoc.spec b/perl-Pod-Perldoc.spec index 9d3eb25..f4e1ebb 100644 --- a/perl-Pod-Perldoc.spec +++ b/perl-Pod-Perldoc.spec @@ -1,4 +1,4 @@ -%global cpan_version 3.21 +%global cpan_version 3.23 Name: perl-Pod-Perldoc # let's overwrite the module from perl.srpm Version: %(echo '%{cpan_version}' | sed 's/_/./') @@ -18,13 +18,13 @@ BuildRequires: perl(warnings) BuildRequires: groff-base BuildRequires: perl(Carp) BuildRequires: perl(Config) -BuildRequires: perl(Encode) +# Encode not used by tests BuildRequires: perl(Fcntl) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec::Functions) -BuildRequires: perl(File::Temp) >= 0.22 -BuildRequires: perl(HTTP::Tiny) -BuildRequires: perl(IO::Handle) +# File::Temp 0.22 not used by tests +# HTTP::Tiny not used by tests +# IO::Handle not used by tests BuildRequires: perl(IO::Select) # IPC::Open3 not used by tests BuildRequires: perl(parent) @@ -37,8 +37,8 @@ BuildRequires: perl(Pod::Simple::XMLOutStream) >= 3.16 BuildRequires: perl(Pod::Text) BuildRequires: perl(Pod::Text::Color) BuildRequires: perl(Pod::Text::Termcap) -BuildRequires: perl(Symbol) -BuildRequires: perl(Text::ParseWords) +# Symbol not used by tests +# Text::ParseWords not used by tests BuildRequires: perl(vars) # Tests: BuildRequires: perl(base) @@ -47,6 +47,7 @@ BuildRequires: perl(Test::More) %if !%{defined perl_bootstrap} %if !( 0%{?rhel} >= 7 ) BuildRequires: perl(Tk) +# Tk::FcyEntry is optional BuildRequires: perl(Tk::Pod) %endif %endif @@ -100,6 +101,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Feb 25 2014 Petr Pisar - 3.23-1 +- 3.23 bump + * Mon Jan 06 2014 Petr Pisar - 3.21-1 - 3.21 bump diff --git a/sources b/sources index 69fc3f0..60d1cfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -941a71194782f382d9aedcc181df17a9 Pod-Perldoc-3.21.tar.gz +86bf97d373c4fc2c85199bce8cc1ce43 Pod-Perldoc-3.23.tar.gz