[perl-Test-Spelling] Update to 0.16

Paul Howarth pghmcfc at fedoraproject.org
Fri Dec 21 12:47:39 UTC 2012


commit 82c4f32273d220583f19ad7a7de701f3dd6a7753
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Dec 21 12:46:25 2012 +0000

    Update to 0.16
    
    - New upstream release 0.16:
      - Allow use of a custom POD parser rather than Pod::Spell using
        set_pod_parser
    - Re-diff patch to avoid shipping .orig file

 ...pell.patch => Test-Spelling-0.16-hunspell.patch |    6 +++---
 perl-Test-Spelling.spec                            |   14 ++++++++++----
 sources                                            |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/Test-Spelling-0.13-hunspell.patch b/Test-Spelling-0.16-hunspell.patch
similarity index 76%
rename from Test-Spelling-0.13-hunspell.patch
rename to Test-Spelling-0.16-hunspell.patch
index 272bb9d..7277b7f 100644
--- a/Test-Spelling-0.13-hunspell.patch
+++ b/Test-Spelling-0.16-hunspell.patch
@@ -1,8 +1,8 @@
 Promote hunspell over spell/aspell to avoid surprises where hunspell is preferred
 
---- Test-Spelling/lib/Test/Spelling.pm
-+++ Test-Spelling/lib/Test/Spelling.pm
-@@ -32,10 +32,10 @@ sub spellchecker_candidates {
+--- lib/Test/Spelling.pm
++++ lib/Test/Spelling.pm
+@@ -34,10 +34,10 @@
      return $SPELLCHECKER if $SPELLCHECKER;
  
      return (
diff --git a/perl-Test-Spelling.spec b/perl-Test-Spelling.spec
index e17b4f1..103b9ba 100644
--- a/perl-Test-Spelling.spec
+++ b/perl-Test-Spelling.spec
@@ -1,12 +1,12 @@
 Name:           perl-Test-Spelling
-Version:        0.15
-Release:        5%{?dist}
+Version:        0.16
+Release:        1%{?dist}
 Summary:        Check for spelling errors in POD files
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Spelling/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Test-Spelling-%{version}.tar.gz
-Patch0:         Test-Spelling-0.13-hunspell.patch
+Patch0:         Test-Spelling-0.16-hunspell.patch
 BuildArch:      noarch
 BuildRequires:  hunspell-en
 BuildRequires:  perl(base)
@@ -35,7 +35,7 @@ hunspell program.
 %setup -q -n Test-Spelling-%{version}
 
 # Promote hunspell over spell/aspell to avoid surprises if aspell is installed
-%patch0 -p1
+%patch0
 
 # Force the author test to run too
 mkdir inc/.author
@@ -58,6 +58,12 @@ make test
 %{_mandir}/man3/Test::Spelling.3pm*
 
 %changelog
+* Fri Dec 21 2012 Paul Howarth <paul at city-fan.org> - 0.16-1
+- Update to 0.16:
+  - Allow use of a custom POD parser rather than Pod::Spell using
+    set_pod_parser
+- Re-diff patch to avoid shipping .orig file
+
 * Wed Nov 21 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.15-5
 - Update dependencies
 - Don't need to remove empty directories from the buildroot
diff --git a/sources b/sources
index 1a9aecc..1fb3690 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2713ff45abf1862e1edd45f72cf7ea1  Test-Spelling-0.15.tar.gz
+d48e2b62a0bf733b97d810b7a1eb7ee6  Test-Spelling-0.16.tar.gz


More information about the scm-commits mailing list