bump to latest version

This commit is contained in:
Caolán McNamara 2014-10-08 10:40:25 +01:00
parent 09b55ca080
commit 957c22fbb2
7 changed files with 60 additions and 42 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/en_GB.zip /en_GB.zip
/wordlist-20121024.tar.xz /rel-2014.08.11.1.tar.gz

View File

@ -1,5 +1,5 @@
--- wordlist/scowl/speller/en.dic.supp.orig 2008-11-28 10:10:01.000000000 +0000 --- scowl/speller/en.dic.supp.orig 2008-11-28 10:10:01.000000000 +0000
+++ wordlist/scowl/speller/en.dic.supp 2008-11-28 10:10:10.000000000 +0000 +++ scowl/speller/en.dic.supp 2008-11-28 10:10:10.000000000 +0000
@@ -21,3 +21,5 @@ @@ -21,3 +21,5 @@
7th/pt 7th/pt
8th/pt 8th/pt

View File

@ -1,7 +1,7 @@
--- wordlist/scowl/r/special/abbreviations 2008-11-29 23:02:41.000000000 +0000 --- scowl/r/special/abbreviations 2008-11-29 23:02:41.000000000 +0000
+++ wordlist/scowl/r/special/abbreviations 2010-07-30 11:18:33.000000000 +0100 +++ scowl/r/special/abbreviations 2010-07-30 11:18:33.000000000 +0100
@@ -2,6 +2,11 @@ @@ -3,6 +3,11 @@
AI API
ATM ATM
BTW BTW
+EB +EB
@ -12,20 +12,24 @@
EULA EULA
EULAs EULAs
FAQ FAQ
@@ -13,27 +18,63 @@ @@ -16,39 +21,75 @@
GB GIF
GHz GPU
GUI GUI
+Gb +Gb
+Gi +Gi
+GiB +GiB
+Gib +Gib
GnuPG
HDD
HDMI
HTML HTML
HTTP HTTP
+IEC +IEC
IMHO IMHO
IMNSHO IMNSHO
IMO IMO
IRC
ISO ISO
+JEDEC +JEDEC
+KB +KB
@ -33,14 +37,19 @@
+Ki +Ki
+KiB +KiB
+Kib +Kib
JPEG
MB MB
MP3 MP3
MP3s MP3s
MPEG
Mb Mb
+Mi +Mi
+MiB +MiB
+Mib +Mib
OTOH OTOH
PCMCIA
PDF
PGP
+PB +PB
+Pb +Pb
+Pi +Pi
@ -49,6 +58,7 @@
RFC RFC
ROFL ROFL
RTFM RTFM
SQL
+TB +TB
+Tb +Tb
+Ti +Ti
@ -56,21 +66,23 @@
+Tib +Tib
URL URL
USB USB
USB
WWW WWW
WYSIWYG WYSIWYG
XML XML
+YB +YB
+Yb +Yb
YMMV
+Yi +Yi
+YiB +YiB
+Yib +Yib
YMMV
+ZB +ZB
+Zb +Zb
+Zi +Zi
+ZiB +ZiB
+Zib +Zib
cf cf
dpi
+kB +kB
+kb +kb
pp pp

View File

@ -1,5 +1,5 @@
--- wordlist/en_GB.aff 2010-04-15 14:51:13.000000000 +0100 --- en_GB.aff 2010-04-15 14:51:13.000000000 +0100
+++ wordlist/en_GB.aff 2010-04-15 14:52:07.000000000 +0100 +++ en_GB.aff 2010-04-15 14:52:07.000000000 +0100
@@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
# R 1.18, 11/04/05 # R 1.18, 11/04/05
SET ISO8859-1 SET ISO8859-1
@ -8,8 +8,8 @@
REP 27 REP 27
REP f ph REP f ph
REP ph f REP ph f
--- wordlist/scowl/speller/en.aff.orig 2010-04-15 14:56:37.000000000 +0100 --- scowl/speller/en.aff 2010-04-15 14:56:37.000000000 +0100
+++ wordlist/scowl/speller/en.aff 2010-04-15 14:57:08.000000000 +0100 +++ scowl/speller/en.aff 2010-04-15 14:57:08.000000000 +0100
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
COMPOUNDRULE 2 COMPOUNDRULE 2
COMPOUNDRULE n*1t COMPOUNDRULE n*1t

View File

@ -1,10 +1,9 @@
Name: hunspell-en Name: hunspell-en
Summary: English hunspell dictionaries Summary: English hunspell dictionaries
%define upstreamid 20121024 %define upstreamid 20140811.1
Version: 0.%{upstreamid} Version: 0.%{upstreamid}
Release: 9%{?dist} Release: 1%{?dist}
#svn export https://wordlist.svn.sourceforge.net/svnroot/wordlist/trunk wordlist Source0: https://github.com/kevina/wordlist/archive/rel-2014.08.11.1.tar.gz
Source0: wordlist-%{upstreamid}.tar.xz
Source1: http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip 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 #See http://mxr.mozilla.org/mozilla/source/extensions/spellcheck/locales/en-US/hunspell/mozilla_words.diff?raw=1
Patch0: mozilla_words.patch Patch0: mozilla_words.patch
@ -53,14 +52,14 @@ Group: Applications/Text
UK English hunspell dictionaries UK English hunspell dictionaries
%prep %prep
%setup -q -n wordlist %setup -q -n wordlist-rel-2014.08.11.1
%setup -q -T -D -a 1 -n wordlist %setup -q -T -D -a 1 -n wordlist-rel-2014.08.11.1
%patch0 -p1 -b .mozilla %patch0 -p0 -b .mozilla
%patch1 -p1 -b .singleletters %patch1 -p1 -b .singleletters
%patch2 -p1 -b .two_initial_cap %patch2 -p1 -b .two_initial_cap
%patch3 -p1 -b .strippedabbrevs %patch3 -p0 -b .strippedabbrevs
%patch4 -p1 -b .allow-non-typographical %patch4 -p0 -b .allow-non-typographical
%patch5 -p1 -b .SI_and_IEC %patch5 -p0 -b .SI_and_IEC
%patch6 -p1 -b .calender %patch6 -p1 -b .calender
%patch7 -p1 -b .en_IE %patch7 -p1 -b .en_IE
@ -82,9 +81,9 @@ done
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p en_*.dic en_*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p en_??.dic en_??.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
cd scowl/speller cd scowl/speller
cp -p en_*.dic en_*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p en_??.dic en_??.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
en_GB_aliases="en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN en_JM en_MW en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZM en_ZW" en_GB_aliases="en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN en_JM en_MW en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZM en_ZW"
@ -120,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/myspell/en_GB.* %{_datadir}/myspell/en_GB.*
%changelog %changelog
* Wed Oct 08 2014 Caolán McNamara <caolanm@redhat.com> - 0.20140811-1
- bump to latest version
* Wed Oct 08 2014 Caolán McNamara <caolanm@redhat.com> - 0.20121024-9 * Wed Oct 08 2014 Caolán McNamara <caolanm@redhat.com> - 0.20121024-9
- Resolves: rhbz#1149720 add BitTorrent as a word - Resolves: rhbz#1149720 add BitTorrent as a word

View File

@ -1,41 +1,45 @@
--- wordlist.orig/scowl/r/special/proper-names 2008-02-08 11:53:27.000000000 +0000 --- scowl/r/special/proper-names 2008-02-08 11:53:27.000000000 +0000
+++ wordlist/scowl/r/special/proper-names 2008-02-08 12:06:00.000000000 +0000 +++ scowl/r/special/proper-names 2008-02-08 12:06:00.000000000 +0000
@@ -4,8 +4,11 @@ @@ -8,6 +8,8 @@
Barack BitTorrent
Bernanke
Biden
+BitTorrent
Bluetooth Bluetooth
Bugzilla Bugzilla
+Camino +Camino
+ChatZilla +ChatZilla
Closure
Debian Debian
ECMAScript Dropbox
Emacs @@ -19,23 +21,28 @@
@@ -13,16 +16,21 @@
Facebook
GNU GNU
Gentoo Gentoo
GitHub
+Haskell +Haskell
Hunspell Hunspell
ISO ISO
Instagram
Ispell Ispell
LibreOffice
LyX LyX
+Mandriva +Mandriva
Mozilla Mozilla
+MySpell +MySpell
NSA
Netflix Netflix
OpenOffice
PayPal PayPal
+SeaMonkey PowerPC
Roku Roku
+SeaMonkey
SUSE SUSE
Scala
Slackware Slackware
Sourceforge
+Sunbird +Sunbird
Thunderbird Thunderbird
Twitter Twitter
Ubuntu Ubuntu
--- wordlist.orig/scowl/speller/en.aff 2008-02-08 20:28:24.000000000 +0000 --- scowl/speller/en.aff 2008-02-08 20:28:24.000000000 +0000
+++ wordlist/scowl/speller/en.aff 2008-02-08 20:28:45.000000000 +0000 +++ scowl/speller/en.aff 2008-02-08 20:28:45.000000000 +0000
@@ -110,13 +110,17 @@ @@ -110,13 +110,17 @@
SFX L Y 1 SFX L Y 1
SFX L 0 ment . SFX L 0 ment .

View File

@ -1,2 +1,2 @@
218909136738f4564b81ecd145ade6ee en_GB.zip 218909136738f4564b81ecd145ade6ee en_GB.zip
10a7ff0b2209af7d22b14b219b98c9b5 wordlist-20121024.tar.xz b39e3879a5f2e20eaebffb8fa6d24f5e rel-2014.08.11.1.tar.gz