[perl-Text-SpellChecker] Update to 0.11

Paul Howarth pghmcfc at fedoraproject.org
Sat Jun 25 12:28:21 UTC 2011


commit fa32eb46fab2b71d0b8cf407bb2f8e5d524ced2b
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jun 25 13:27:21 2011 +0100

    Update to 0.11
    
    - New upstream release 0.11
      - POD fixes and POD test
    - Re-diff dictionary path patch
    - BR: perl(Test::Pod)

 ....patch => Text-SpellChecker-0.11-dictpath.patch |    8 ++++----
 perl-Text-SpellChecker.spec                        |   17 +++++++++++++----
 sources                                            |    2 +-
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/Text-SpellChecker-0.09-dictpath.patch b/Text-SpellChecker-0.11-dictpath.patch
similarity index 64%
rename from Text-SpellChecker-0.09-dictpath.patch
rename to Text-SpellChecker-0.11-dictpath.patch
index 17469af..4b9cfa5 100644
--- a/Text-SpellChecker-0.09-dictpath.patch
+++ b/Text-SpellChecker-0.11-dictpath.patch
@@ -1,6 +1,6 @@
---- Text-SpellChecker-0.09/lib/Text/SpellChecker.pm	2011-06-23 21:21:15.000000000 +0100
-+++ Text-SpellChecker-0.09/lib/Text/SpellChecker.pm	2011-06-24 09:37:13.236197703 +0100
-@@ -140,7 +140,7 @@
+--- Text-SpellChecker-0.11/lib/Text/SpellChecker.pm	2011-06-24 18:33:16.000000000 +0100
++++ Text-SpellChecker-0.11/lib/Text/SpellChecker.pm	2011-06-25 13:08:24.612108338 +0100
+@@ -144,7 +144,7 @@
  
  =item $Text::SpellCheckerDictionaryPath{Hunspell}
  
@@ -9,7 +9,7 @@
  
  This directory should have $lang.dic and $lang.aff files.
   
-@@ -187,7 +187,7 @@
+@@ -191,7 +191,7 @@
      };
  }
  our %DictionaryPath = (
diff --git a/perl-Text-SpellChecker.spec b/perl-Text-SpellChecker.spec
index 790de0e..918fd85 100644
--- a/perl-Text-SpellChecker.spec
+++ b/perl-Text-SpellChecker.spec
@@ -1,14 +1,17 @@
 Summary:	OO interface for spell-checking a block of text 
 Name:		perl-Text-SpellChecker
-Version:	0.09
-Release:	2%{?dist}
+Version:	0.11
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Text-SpellChecker/
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BD/BDUGGAN/Text-SpellChecker-%{version}.tar.gz
-Patch0:		Text-SpellChecker-0.09-dictpath.patch
+Patch0:		Text-SpellChecker-0.11-dictpath.patch
 BuildArch:	noarch
-BuildRequires:	perl(ExtUtils::MakeMaker), perl(Text::Hunspell), perl(Test::More)
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Text::Hunspell)
+BuildRequires:	perl(Test::More)
+BuildRequires:	perl(Test::Pod)
 BuildRequires:	hunspell-en
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:	perl(Text::Hunspell)
@@ -47,6 +50,12 @@ make test TEST_VERBOSE=1
 %{_mandir}/man3/Text::SpellChecker.3pm*
 
 %changelog
+* Sat Jun 25 2011 Paul Howarth <paul at city-fan.org> - 0.11-1
+- Update to 0.11
+  - POD fixes and POD test
+- Re-diff dictionary path patch
+- BR: perl(Test::Pod)
+
 * Fri Jun 24 2011 Paul Howarth <paul at city-fan.org> - 0.09-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 1f59814..3f8c500 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dd3f672547f356bc6eab1836da66b31  Text-SpellChecker-0.09.tar.gz
+60282ec427819944c75d155d3fcf8ead  Text-SpellChecker-0.11.tar.gz



More information about the perl-devel mailing list