[perl-Text-SpellChecker] Update to 0.14

Paul Howarth pghmcfc at fedoraproject.org
Fri Nov 7 11:01:40 UTC 2014


commit 8dfe7e6664c315e3daa56b5ff16300eb81bb42ad
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Nov 7 10:51:58 2014 +0000

    Update to 0.14
    
    - New upstream release 0.14
      - Fixed tests: some dictionaries apparently have coördinator
      - Added set_option
    - Run the tests with LANG=en_US to ensure we use the right dictionary

 perl-Text-SpellChecker.spec |   10 ++++++++--
 sources                     |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Text-SpellChecker.spec b/perl-Text-SpellChecker.spec
index 6ee0ee1..199479d 100644
--- a/perl-Text-SpellChecker.spec
+++ b/perl-Text-SpellChecker.spec
@@ -1,6 +1,6 @@
 Summary:	OO interface for spell-checking a block of text 
 Name:		perl-Text-SpellChecker
-Version:	0.12
+Version:	0.14
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -52,7 +52,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
 %check
-make test TEST_VERBOSE=1
+LANG=en_US make test TEST_VERBOSE=1
 
 %files
 %doc Changes README
@@ -60,6 +60,12 @@ make test TEST_VERBOSE=1
 %{_mandir}/man3/Text::SpellChecker.3*
 
 %changelog
+* Fri Nov  7 2014 Paul Howarth <paul at city-fan.org> - 0.14-1
+- Update to 0.14
+  - Fixed tests: some dictionaries apparently have coördinator
+  - Added set_option
+- Run the tests with LANG=en_US to ensure we use the right dictionary
+
 * Tue Nov  4 2014 Paul Howarth <paul at city-fan.org> - 0.12-1
 - Update to 0.12
   - Fixes for unicode letters
diff --git a/sources b/sources
index 65c55d6..49b2d38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98b124fa94a10880e081cc6f7a35c805  Text-SpellChecker-0.12.tar.gz
+5eec612d1498a6e28c192a6580f6d287  Text-SpellChecker-0.14.tar.gz


More information about the scm-commits mailing list