commit 55eb6771f5431797e93e0fa64c52e33f541c7e24 Author: Petr Písař <ppi...@redhat.com> Date: Thu Apr 28 15:58:21 2011 +0200
Version 56 bump .gitignore | 1 + perl-Perl-Critic-Pulp.spec | 14 +++++++++++++- sources | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 519ff58..bf3f453 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Perl-Critic-Pulp-51.tar.gz /Perl-Critic-Pulp-54.tar.gz /Perl-Critic-Pulp-55.tar.gz +/Perl-Critic-Pulp-56.tar.gz diff --git a/perl-Perl-Critic-Pulp.spec b/perl-Perl-Critic-Pulp.spec index c960567..7ec9c4a 100644 --- a/perl-Perl-Critic-Pulp.spec +++ b/perl-Perl-Critic-Pulp.spec @@ -1,5 +1,5 @@ Name: perl-Perl-Critic-Pulp -Version: 55 +Version: 56 Release: 1%{?dist} Summary: Some add-on perlcritic policies License: GPLv3+ @@ -12,6 +12,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::String) >= 1.02 BuildRequires: perl(List::MoreUtils) >= 0.24 BuildRequires: perl(List::Util) +BuildRequires: perl(Pod::ParseLink) BuildRequires: perl(Perl::Critic) >= 1.084 BuildRequires: perl(Perl::Critic::Policy) >= 1.084 BuildRequires: perl(Perl::Critic::Utils) >= 1.100 @@ -52,6 +53,13 @@ Requires: perl(Test::More) %filter_from_requires /^perl(Perl::Critic::Utils) >= 0.21$/d # Filter private redefinitions %filter_from_provides /^perl(Perl::MinimumVersion)\s*$/d +# Filter private parsers +%filter_from_requires /^perl(Perl::Critic::PodParser::ProhibitVerbatimMarkup)\s*$/d +%filter_from_provides /^perl(Perl::Critic::PodParser::ProhibitVerbatimMarkup)\s*$/d +%filter_from_provides /^perl(Perl::Critic::Policy::Documentation::ProhibitAdjacentLinks::Parser)\s*$/d +%filter_from_provides /^perl(Perl::Critic::Pulp::PodMinimumVersionViolation)\s*$/d +%filter_from_provides /^perl(Perl::Critic::Pulp::PodParser::ProhibitBadAproposMarkup)\s*/d +%filter_from_provides /^perl(Perl::Critic::Pulp::PodParser::RequireLinkedURLs)\s*/d %filter_setup %description @@ -83,6 +91,10 @@ make test %{_mandir}/man3/* %changelog +* Thu Apr 28 2011 Petr Pisar <ppi...@redhat.com> - 56-1 +- Version 56 bump +- Do not provide private parsers + * Tue Apr 26 2011 Petr Pisar <ppi...@redhat.com> - 55-1 - Version 55 bump diff --git a/sources b/sources index 9e06b89..8ca6c15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc97328414a89019a35dfd8f2d7a3422 Perl-Critic-Pulp-55.tar.gz +3d82c1b55e378536832c377fad2950c5 Perl-Critic-Pulp-56.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-de...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel