[hunspell] Resolves: rhbz#573516 have hunspell require hunspell-en to ensure a spellcheck dict exist

Caolán McNamara caolanm at fedoraproject.org
Wed Aug 1 08:15:17 UTC 2012


commit b728ec862bd6a41e1f06fc8d4ab56c33d3c23cb5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Aug 1 09:15:06 2012 +0100

    Resolves: rhbz#573516 have hunspell require hunspell-en to ensure a spellcheck dict exist

 hunspell.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/hunspell.spec b/hunspell.spec
index 498540a..846811a 100644
--- a/hunspell.spec
+++ b/hunspell.spec
@@ -3,7 +3,7 @@
 Name:      hunspell
 Summary:   A spell checker and morphological analyzer library
 Version:   1.3.2
-Release:   5%{?dist}
+Release:   6%{?dist}
 Source:    http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
 Group:     System Environment/Libraries
 URL:       http://hunspell.sourceforge.net/
@@ -16,6 +16,7 @@ BuildRequires: valgrind
 %if %{double_profiling_build}
 BuildRequires: words
 %endif
+Requires:  hunspell-en
 Patch0: hunspell.rhbz759647.patch
 
 %description
@@ -124,6 +125,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/hunspell.3.gz
 
 %changelog
+* Wed Aug 01 2012 Caolán McNamara <caolanm at redhat.com> - 1.3.2-6
+- Resolves: rhbz#573516 have hunspell require hunspell-en to ensure
+  at least one dictionary exists
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list