rpms/hunspell-en/devel hunspell-en.spec,1.39,1.40

Caolan McNamara caolanm at fedoraproject.org
Sun Jun 6 20:03:01 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-en/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7967

Modified Files:
	hunspell-en.spec 
Log Message:
Resolves: rhbz#600860 generate a higher level en-US dict


Index: hunspell-en.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/hunspell-en.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- hunspell-en.spec	15 Apr 2010 14:06:40 -0000	1.39
+++ hunspell-en.spec	6 Jun 2010 20:03:01 -0000	1.40
@@ -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 dictiona
 %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 <caolanm at redhat.com> - 0.20100322-3
+- Resolves: rhbz#600860 generate a higher level en-US dict
+
 * Thu Apr 15 2010 Caolan McNamara <caolanm at redhat.com> - 0.20100322-2
 - allow non-typographical apostrophes
 



More information about the scm-commits mailing list