[perl-Test-Spelling] Update to 0.19

Paul Howarth pghmcfc at fedoraproject.org
Sun May 5 18:19:01 UTC 2013


commit 8503cfcbbe8f778eeb124b4858494cbadaaa46dd
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun May 5 19:16:42 2013 +0100

    Update to 0.19
    
    - New upstream release 0.19:
      - For more consistent results, avoid using the user's local aspell dictionary
        (CPAN RT#56483)
    - Update hunspell preference patch

 Test-Spelling-0.16-hunspell.patch |   18 ------------------
 Test-Spelling-0.19-hunspell.patch |   15 +++++++++++++++
 perl-Test-Spelling.spec           |   10 ++++++++--
 sources                           |    2 +-
 4 files changed, 24 insertions(+), 21 deletions(-)
---
diff --git a/Test-Spelling-0.19-hunspell.patch b/Test-Spelling-0.19-hunspell.patch
new file mode 100644
index 0000000..4622d59
--- /dev/null
+++ b/Test-Spelling-0.19-hunspell.patch
@@ -0,0 +1,15 @@
+--- lib/Test/Spelling.pm
++++ lib/Test/Spelling.pm
+@@ -34,10 +34,10 @@ sub spellchecker_candidates {
+     return $SPELLCHECKER if $SPELLCHECKER;
+ 
+     return (
+-        'spell', # for back-compat, this is the top candidate ...
++        'hunspell -l',
+         'aspell list -l en -p /dev/null', # ... but this should become first soon
+         'ispell -l',
+-        'hunspell -l',
++        'spell',
+     );
+ }
+ 
diff --git a/perl-Test-Spelling.spec b/perl-Test-Spelling.spec
index 60f112c..7488290 100644
--- a/perl-Test-Spelling.spec
+++ b/perl-Test-Spelling.spec
@@ -1,12 +1,12 @@
 Name:           perl-Test-Spelling
-Version:        0.18
+Version:        0.19
 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.16-hunspell.patch
+Patch0:         Test-Spelling-0.19-hunspell.patch
 BuildArch:      noarch
 BuildRequires:  hunspell-en
 BuildRequires:  perl(base)
@@ -58,6 +58,12 @@ make test
 %{_mandir}/man3/Test::Spelling.3pm*
 
 %changelog
+* Sun May  5 2013 Paul Howarth <paul at city-fan.org> - 0.19-1
+- Update to 0.19:
+  - For more consistent results, avoid using the user's local aspell dictionary
+    (CPAN RT#56483)
+- Update hunspell preference patch
+
 * Fri Apr 26 2013 Paul Howarth <paul at city-fan.org> - 0.18-1
 - Update to 0.18:
   - Work around Pod::Spell limitations
diff --git a/sources b/sources
index 4e5d456..0ca817e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5cad2db02d363688979b9c58962aad4  Test-Spelling-0.18.tar.gz
+32ac3fcbd8f4f80a8b035c15feaab353  Test-Spelling-0.19.tar.gz


More information about the scm-commits mailing list