From e17acbba563125a281348977bf365ea1381ee485 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sun, 6 Jun 2010 20:03:01 +0000 Subject: [PATCH] Resolves: rhbz#600860 generate a higher level en-US dict --- hunspell-en.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hunspell-en.spec b/hunspell-en.spec index 5e9e089..47e3737 100644 --- a/hunspell-en.spec +++ b/hunspell-en.spec @@ -2,7 +2,7 @@ Name: hunspell-en Summary: English hunspell dictionaries %define upstreamid 20100322 Version: 0.%{upstreamid} -Release: 2%{?dist} +Release: 3%{?dist} #svn co https://wordlist.svn.sourceforge.net/svnroot/wordlist/trunk wordlist Source0: wordlist-%{upstreamid}.tar.bz2 Source1: http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip @@ -14,6 +14,9 @@ Patch3: en_US-strippedabbrevs.patch #See https://sourceforge.net/tracker/?func=detail&aid=2987192&group_id=143754&atid=756397 #to allow "didn't" instead of suggesting change to typographical apostrophe Patch4: hunspell-en-allow-non-typographical.marks.patch +#See https://sourceforge.net/tracker/?func=detail&aid=3012183&group_id=10079&atid=1014602 +#"encryption" available at level 60, but not "decryption" +Patch5: hunspell-en-bump.to.level70.patch Group: Applications/Text URL: http://wordlist.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,6 +36,7 @@ English (US, UK, etc.) hunspell dictionaries %patch2 -p1 -b .two_initial_cap %patch3 -p1 -b .strippedabbrevs %patch4 -p1 -b .allow-non-typographical +%patch5 -p1 -b .use.level.70 %build make @@ -78,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Sat Jun 06 2010 Caolan McNamara - 0.20100322-3 +- Resolves: rhbz#600860 generate a higher level en-US dict + * Thu Apr 15 2010 Caolan McNamara - 0.20100322-2 - allow non-typographical apostrophes