[perl-Pod-Spell/f20] 1.07 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Fri Sep 20 10:23:44 UTC 2013


commit 9225daddf0e96a718ffbb78f13b4450e0bfd69f4
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Fri Sep 20 12:23:30 2013 +0200

    1.07 bump

 .gitignore          |    1 +
 perl-Pod-Spell.spec |   13 +++++++++++--
 sources             |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5fdb81..8bb8158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Pod-Spell-1.01.tar.gz
 /Pod-Spell-1.04.tar.gz
 /Pod-Spell-1.05.tar.gz
+/Pod-Spell-1.07.tar.gz
diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec
index 03e1866..edd0653 100644
--- a/perl-Pod-Spell.spec
+++ b/perl-Pod-Spell.spec
@@ -1,6 +1,6 @@
 Name:           perl-Pod-Spell
-Version:        1.05
-Release:        4%{?dist}
+Version:        1.07
+Release:        1%{?dist}
 Summary:        A formatter for spell-checking POD
 Group:          Development/Libraries
 License:        Artistic 2.0
@@ -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)
@@ -59,10 +64,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 <jplesnik at redhat.com> - 1.07-1
+- 1.07 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.05-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b6d4fba..2bd5655 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6346271b76f90c66b191ae58bd235f84  Pod-Spell-1.05.tar.gz
+3950fa985b3d303e5518838e1641ee5b  Pod-Spell-1.07.tar.gz



More information about the perl-devel mailing list