rpms/hunspell-en/devel hunspell-en.spec,1.31,1.32

Caolan McNamara caolanm at fedoraproject.org
Sat Jun 6 14:37:48 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-en/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4376

Modified Files:
	hunspell-en.spec 
Log Message:
Change two suspicious words with two initial capitals in en_GB from ADte TEirtza to ADTe Teirtza


Index: hunspell-en.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/hunspell-en.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- hunspell-en.spec	25 Feb 2009 04:38:48 -0000	1.31
+++ hunspell-en.spec	6 Jun 2009 14:37:18 -0000	1.32
@@ -2,14 +2,15 @@ Name: hunspell-en
 Summary: English hunspell dictionaries
 %define upstreamid 20090216
 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
 #See http://mxr.mozilla.org/mozilla/source/extensions/spellcheck/locales/en-US/hunspell/mozilla_words.diff?raw=1
 Patch0: mozilla_words.patch
 Patch1: en_GB-singleletters.patch
-Patch2: en_US-strippedabbrevs.patch
+Patch2: en_GB.two_initial_caps.patch
+Patch3: en_US-strippedabbrevs.patch
 Group: Applications/Text
 URL: http://wordlist.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -26,7 +27,8 @@ English (US, UK, etc.) hunspell dictiona
 %setup -q -T -D -a 1 -n wordlist
 %patch0 -p1 -b .mozilla
 %patch1 -p1 -b .singleletters
-%patch2 -p1 -b .strippedabbrevs
+%patch2 -p1 -b .two_initial_cap
+%patch3 -p1 -b .strippedabbrevs
 
 %build
 make
@@ -64,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/myspell/*
 
 %changelog
+* Sat Jun 06 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090216-3
+- Change two suspicious words with two initial capitals in en_GB
+  from ADte TEirtza to ADTe Teirtza
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20090216-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list