From 34f240397b7faf95056eb777ba0f0bafc63fac55 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 10 Sep 2013 10:29:46 +0200 Subject: [PATCH] 1.06 bump --- .gitignore | 1 + perl-Pod-Spell.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a5fdb81..2758b66 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.06.tar.gz diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec index 03e1866..78798f9 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.06 +Release: 1%{?dist} Summary: A formatter for spell-checking POD Group: Development/Libraries License: Artistic 2.0 @@ -21,8 +21,10 @@ BuildRequires: perl(Pod::Parser) BuildRequires: perl(Text::Wrap) # Tests: BuildRequires: perl(English) -BuildRequires: perl(File::Find) +BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 0.88 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -63,6 +65,10 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Tue Sep 10 2013 Jitka Plesnikova - 1.06-1 +- 1.06 bump +- Update dependencies + * Sun Aug 04 2013 Fedora Release Engineering - 1.05-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index b6d4fba..d0f3d57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6346271b76f90c66b191ae58bd235f84 Pod-Spell-1.05.tar.gz +45973962eb0f5e666eb0d6a02f64bce9 Pod-Spell-1.06.tar.gz