[perl-Pod-Spell] 1.04 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu May 9 07:26:55 UTC 2013


commit da6492ff8f0dde3e28c48fa9726d114f0ff83abe
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu May 9 09:26:46 2013 +0200

    1.04 bump

 .gitignore          |    1 +
 perl-Pod-Spell.spec |   20 ++++++++++++++------
 sources             |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66bf2df..5c605b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Pod-Spell-1.01.tar.gz
+/Pod-Spell-1.04.tar.gz
diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec
index f1c682f..61f8503 100644
--- a/perl-Pod-Spell.spec
+++ b/perl-Pod-Spell.spec
@@ -1,21 +1,24 @@
 Name:           perl-Pod-Spell
-Version:        1.01
-Release:        16%{?dist}
+Version:        1.04
+Release:        1%{?dist}
 Summary:        A formatter for spell-checking POD
 Group:          Development/Libraries
-License:        GPL+ or Artistic
+License:        Artistic 2.0
 URL:            http://search.cpan.org/dist/Pod-Spell/
-Source0:        http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Pod::Escapes) >= 1.01
 BuildRequires:  perl(Pod::Parser) >= 1.0
 BuildRequires:  perl(Text::Wrap) >= 1.0
 # Tests:
-BuildRequires:  perl(Test)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Pod::Escapes) >= 1.01
 Requires:       perl(Pod::Parser) >= 1.0
@@ -52,12 +55,17 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 %files
-%doc ChangeLog README
+%doc Changes README
 %{_bindir}/podspell
 %{perl_vendorlib}/Pod/
+%{_mandir}/man1/podspell.1*
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu May 09 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.04-1
+- 1.04 bump
+- Update source URL and BR
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.01-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 047c037..42be1ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa4964844da2586562aae5208e2dbe61  Pod-Spell-1.01.tar.gz
+8e74b6ef83c9582fcd14d503557d7671  Pod-Spell-1.04.tar.gz


More information about the scm-commits mailing list