commit 195a41b984d7f8ccd90b65a60147aee4ba44a130
Author: Paul Howarth <paul(a)city-fan.org>
Date: Mon Jan 28 15:23:33 2013 +0000
Update to 0.17
- New upstream release 0.17:
- Use IPC::Run3 instead of IPC::Open3
perl-Test-Spelling.spec | 8 ++++++--
sources | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Spelling.spec b/perl-Test-Spelling.spec
index 103b9ba..b343be9 100644
--- a/perl-Test-Spelling.spec
+++ b/perl-Test-Spelling.spec
@@ -1,5 +1,5 @@
Name: perl-Test-Spelling
-Version: 0.16
+Version: 0.17
Release: 1%{?dist}
Summary: Check for spelling errors in POD files
Group: Development/Libraries
@@ -16,7 +16,7 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
-BuildRequires: perl(IPC::Open3)
+BuildRequires: perl(IPC::Run3) >= 0.044
BuildRequires: perl(Pod::Spell) >= 1.01
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
@@ -58,6 +58,10 @@ make test
%{_mandir}/man3/Test::Spelling.3pm*
%changelog
+* Mon Jan 28 2013 Paul Howarth <paul(a)city-fan.org> - 0.17-1
+- Update to 0.17:
+ - Use IPC::Run3 instead of IPC::Open3
+
* Fri Dec 21 2012 Paul Howarth <paul(a)city-fan.org> - 0.16-1
- Update to 0.16:
- Allow use of a custom POD parser rather than Pod::Spell using
diff --git a/sources b/sources
index 1fb3690..6819be8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d48e2b62a0bf733b97d810b7a1eb7ee6 Test-Spelling-0.16.tar.gz
+dfa3349920894029df4dffb9a66a116b Test-Spelling-0.17.tar.gz