From d857f360a0c5b948497c38cd3bc0d92b617f90a9 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 20 Sep 2013 08:35:53 +0200 Subject: [PATCH] 1.07 bump --- .gitignore | 1 + perl-Pod-Spell.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2758b66..76f7472 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Pod-Spell-1.01.tar.gz /Pod-Spell-1.04.tar.gz /Pod-Spell-1.05.tar.gz /Pod-Spell-1.06.tar.gz +/Pod-Spell-1.07.tar.gz diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec index 78798f9..de0d016 100644 --- a/perl-Pod-Spell.spec +++ b/perl-Pod-Spell.spec @@ -1,5 +1,5 @@ Name: perl-Pod-Spell -Version: 1.06 +Version: 1.07 Release: 1%{?dist} Summary: A formatter for spell-checking POD Group: Development/Libraries @@ -9,12 +9,17 @@ Source0: http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.ta BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(File::ShareDir::Install) >= 0.03 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(base) BuildRequires: perl(Carp) +BuildRequires: perl(Class::Tiny) BuildRequires: perl(constant) +BuildRequires: perl(File::ShareDir::ProjectDistDir) +BuildRequires: perl(File::Slurp) +BuildRequires: perl(Lingua::EN::Inflect) BuildRequires: perl(locale) BuildRequires: perl(Pod::Escapes) BuildRequires: perl(Pod::Parser) @@ -61,10 +66,14 @@ make test %doc Changes CONTRIBUTING LICENSE README %{_bindir}/podspell %{perl_vendorlib}/Pod/ +%{perl_vendorlib}/auto/share/dist/Pod-Spell/ %{_mandir}/man1/podspell.1* %{_mandir}/man3/*.3pm* %changelog +* Fri Sep 20 2013 Jitka Plesnikova - 1.07-1 +- 1.07 bump + * Tue Sep 10 2013 Jitka Plesnikova - 1.06-1 - 1.06 bump - Update dependencies diff --git a/sources b/sources index d0f3d57..2bd5655 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45973962eb0f5e666eb0d6a02f64bce9 Pod-Spell-1.06.tar.gz +3950fa985b3d303e5518838e1641ee5b Pod-Spell-1.07.tar.gz