rpms/hunspell-en/F-12 hunspell-en-bump.to.level70.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 hunspell-en.spec, 1.36, 1.37 sources, 1.19, 1.20

Caolan McNamara caolanm at fedoraproject.org
Thu Jun 10 14:20:21 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-en/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24971

Modified Files:
	.cvsignore hunspell-en.spec sources 
Added Files:
	hunspell-en-bump.to.level70.patch 
Log Message:
Resolves: rhbz#600860, rhbz#602636 generate a higher level en-US dict

hunspell-en-bump.to.level70.patch:
 make-aspell-dict |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

--- NEW FILE hunspell-en-bump.to.level70.patch ---
--- wordlist/scowl/speller/make-aspell-dict.orig	2010-06-06 20:53:16.000000000 +0100
+++ wordlist/scowl/speller/make-aspell-dict	2010-06-06 20:53:51.000000000 +0100
@@ -12,22 +12,22 @@
 
 echo base
 
-cat final/english-*.{10,20,35,40,50,55,60} final/special-* \
+cat final/english-*.{10,20,35,40,50,55,60,70} final/special-* \
   | sort -u > en.wl0
-cat en.wl0 final/american-*.{10,20,35,40,50,55,60} \
+cat en.wl0 final/american-*.{10,20,35,40,50,55,60,70} \
   | sort -u > en_US-w_accents.twl
-cat en.wl0 final/british-*.{10,20,35,40,50,55,60} \
+cat en.wl0 final/british-*.{10,20,35,40,50,55,60,70} \
   | sort -u > en_GB-ise-w_accents.twl
-cat en.wl0 final/british_z-*.{10,20,35,40,50,55,60} \
+cat en.wl0 final/british_z-*.{10,20,35,40,50,55,60,70} \
   | sort -u > en_GB-ize-w_accents.twl
-cat en.wl0 final/canadian-*.{10,20,35,40,50,55,60} \
+cat en.wl0 final/canadian-*.{10,20,35,40,50,55,60,70} \
   | sort -u > en_CA-w_accents.twl
 
-cat final/variant_0-*.{10,20,35,40,50,55,60} \
+cat final/variant_0-*.{10,20,35,40,50,55,60,70} \
   | sort -u > en-variant_0.wl0
-cat en-variant_0.wl0 final/variant_1-*.{10,20,35,40,50,55,60} \
+cat en-variant_0.wl0 final/variant_1-*.{10,20,35,40,50,55,60,70} \
   | sort -u > en-variant_1.wl0
-cat en-variant_1.wl0 final/variant_2-*.{10,20,35,40,50,55,60} \
+cat en-variant_1.wl0 final/variant_2-*.{10,20,35,40,50,55,60,70} \
   | sort -u > en-variant_2.wl0
 
 echo deaccent


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/F-12/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	16 Feb 2009 23:26:02 -0000	1.17
+++ .cvsignore	10 Jun 2010 14:20:21 -0000	1.18
@@ -1,2 +1,2 @@
 en_GB.zip
-wordlist-20090216.tar.bz2
+wordlist-20100322.tar.bz2


Index: hunspell-en.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/F-12/hunspell-en.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- hunspell-en.spec	25 Jul 2009 15:07:29 -0000	1.36
+++ hunspell-en.spec	10 Jun 2010 14:20:21 -0000	1.37
@@ -1,8 +1,8 @@
 Name: hunspell-en
 Summary: English hunspell dictionaries
-%define upstreamid 20090216
+%define upstreamid 20100322
 Version: 0.%{upstreamid}
-Release: 7%{?dist}
+Release: 1%{?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
@@ -11,6 +11,7 @@ Patch0: mozilla_words.patch
 Patch1: en_GB-singleletters.patch
 Patch2: en_GB.two_initial_caps.patch
 Patch3: en_US-strippedabbrevs.patch
+Patch4: hunspell-en-bump.to.level70.patch
 Group: Applications/Text
 URL: http://wordlist.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,6 +30,7 @@ English (US, UK, etc.) hunspell dictiona
 %patch1 -p1 -b .singleletters
 %patch2 -p1 -b .two_initial_cap
 %patch3 -p1 -b .strippedabbrevs
+%patch4 -p1 -b .use.level.70
 
 %build
 make
@@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/myspell/*
 
 %changelog
+* Thu Jun 10 2010 Caolan McNamara <caolanm at redhat.com> - 0.20100322-1
+- Resolves: rhbz#600860, rhbz#602636 generate a higher level en-US dict
+
 * Sat Jul 25 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090216-7
 - add extra mozilla REPs
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/F-12/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	16 Feb 2009 23:26:02 -0000	1.19
+++ sources	10 Jun 2010 14:20:21 -0000	1.20
@@ -1,2 +1,2 @@
 218909136738f4564b81ecd145ade6ee  en_GB.zip
-e07b4a1b8c6c30cf81563467e7338d28  wordlist-20090216.tar.bz2
+9ac2fa5a41b2ce77c794120aaf0ad003  wordlist-20100322.tar.bz2



More information about the scm-commits mailing list