[perl-Pod-Spell-CommonMistakes] 1.002 bump

Petr Pisar ppisar at fedoraproject.org
Wed Nov 5 09:00:13 UTC 2014


commit 73ba015b89f12b679517eab29826791f8018b9f9
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Nov 5 09:59:59 2014 +0100

    1.002 bump

 .gitignore                                         |    1 +
 ...-Remove-Pod-Spelling-CommonMistakes-usage.patch |   51 --------------------
 perl-Pod-Spell-CommonMistakes.spec                 |   18 ++-----
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 64 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2054955..5df6a34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Pod-Spell-CommonMistakes-1.000.tar.gz
 /Pod-Spell-CommonMistakes-1.001.tar.gz
+/Pod-Spell-CommonMistakes-1.002.tar.gz
diff --git a/perl-Pod-Spell-CommonMistakes.spec b/perl-Pod-Spell-CommonMistakes.spec
index 2556d37..1c2a7d1 100644
--- a/perl-Pod-Spell-CommonMistakes.spec
+++ b/perl-Pod-Spell-CommonMistakes.spec
@@ -1,15 +1,11 @@
 Name:           perl-Pod-Spell-CommonMistakes
-Version:        1.001
+Version:        1.002
 Release:        1%{?dist}
 Summary:        Catches common typos in POD
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Pod-Spell-CommonMistakes/
 Source0:        http://www.cpan.org/authors/id/A/AP/APOCAL/Pod-Spell-CommonMistakes-%{version}.tar.gz
-# Remove Pod::Spelling::CommonMistakes module because Pod::Spelling is not
-# packaged and will not be packaged because it's faulty,
-# bug #1159518, CPAN RT#99987.
-Patch0:         Pod-Spell-CommonMistakes-1.001-Remove-Pod-Spelling-CommonMistakes-usage.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build::Tiny) >= 0.039
@@ -21,11 +17,12 @@ BuildRequires:  perl(IO::Scalar) >= 2.110
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Pod::Spell) >= 1.01
 # Tests:
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IPC::Open3)
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -36,12 +33,6 @@ spellchecker. The idea for this came from the
 
 %prep
 %setup -q -n Pod-Spell-CommonMistakes-%{version}
-%patch0 -p1
-# Remove Pod::Spelling::CommonMistakes module because Pod::Spelling is not
-# packaged and will not be packaged because it's faulty,
-# bug #1159518, CPAN RT#99987.
-rm lib/Pod/Spelling/CommonMistakes.pm
-rm t/pod_spelling_adaptor.t
 
 %build
 perl Build.PL --installdirs=vendor
@@ -60,6 +51,9 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 05 2014 Petr Pisar <ppisar at redhat.com> - 1.002-1
+- 1.002 bump
+
 * Mon Nov 03 2014 Petr Pisar <ppisar at redhat.com> - 1.001-1
 - 1.001 bump
 - Remove Pod::Spelling::CommonMistakes module because Pod::Spelling is broken
diff --git a/sources b/sources
index 695e4ba..a64eaca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ed69a1a6dc5aa61bdf43f81993d431f  Pod-Spell-CommonMistakes-1.001.tar.gz
+c6c9179b8c15e95cc35d2762817436b8  Pod-Spell-CommonMistakes-1.002.tar.gz


More information about the scm-commits mailing list