- fix #457309 - contains both 'unnecessary' and 'unneccesary'

- fix #470921 -"Barack" and "Obama" are not in /usr/share/dict/words
- update spec file (#226542 - Merge Review)
This commit is contained in:
kzak 2009-01-12 12:21:02 +00:00
parent 271f0f8606
commit 66a784e915
3 changed files with 109 additions and 6 deletions

View File

@ -0,0 +1,88 @@
diff -up /dev/null words-3.0/mwords/70presid.nam
--- /dev/null 2009-01-07 09:15:55.031018896 +0100
+++ words-3.0/mwords/70presid.nam 2009-01-12 12:22:46.000000000 +0100
@@ -0,0 +1,70 @@
+Abraham
+Adams
+Andrew
+Arthur
+Barack
+Benjamin
+Bill
+Buchanan
+Buren
+Bush
+Calvin
+Carter
+Chester
+Cleveland
+Clinton
+Coolidge
+Dwight
+Eisenhower
+Fillmore
+Ford
+Franklin
+Garfield
+George
+Gerald
+Grant
+Grover
+Harding
+Harrison
+Harry
+Hayes
+Herbert
+Hoover
+Jackson
+James
+Jefferson
+Jimmy
+John
+Johnson
+Kennedy
+Lincoln
+Lyndon
+Madison
+Martin
+McKinley
+Millard
+Monroe
+Nixon
+Obama
+Pierce
+Polk
+Quincy
+Reagan
+Richard
+Ronald
+Roosevelt
+Rutherford
+Taft
+Taylor
+Theodore
+Thomas
+Truman
+Tyler
+Ulysses
+Van
+Warren
+Washington
+William
+Wilson
+Woodrow
+Zachary
diff -up words-3.0/mwords/readme.txt.kzak words-3.0/mwords/readme.txt
--- words-3.0/mwords/readme.txt.kzak 2009-01-12 12:28:41.000000000 +0100
+++ words-3.0/mwords/readme.txt 2009-01-12 12:28:24.000000000 +0100
@@ -119,6 +119,10 @@ Version Bible ranked and counted by orde
The most frequently occurring 467 substrings occurring in a
best-selling novel by Amy Tan in 1990.
+70 names of presidents
+This file consists of the 70 names (first and last names) or American
+presidents (to 2009). Added by Karel Zak for Fedora Linux distribution.
+
USA Constitution
The Constitution of the United States, including the Bill of Rights
and all amendments current to 1993.

View File

@ -1,6 +1,6 @@
diff -up words-3.0/mwords/354984si.ngl.kzak words-3.0/mwords/354984si.ngl diff -up words-3.0/mwords/354984si.ngl.kzak words-3.0/mwords/354984si.ngl
--- words-3.0/mwords/354984si.ngl.kzak 2008-06-23 14:00:07.000000000 +0200 --- words-3.0/mwords/354984si.ngl.kzak 1996-06-06 05:30:48.000000000 +0200
+++ words-3.0/mwords/354984si.ngl 2008-06-23 14:02:54.000000000 +0200 +++ words-3.0/mwords/354984si.ngl 2009-01-12 11:56:54.000000000 +0100
@@ -17787,7 +17787,6 @@ architecture @@ -17787,7 +17787,6 @@ architecture
architecture's architecture's
architectures architectures
@ -17,3 +17,11 @@ diff -up words-3.0/mwords/354984si.ngl.kzak words-3.0/mwords/354984si.ngl
flouriness flouriness
flouring flouring
flourish flourish
@@ -331241,7 +331239,6 @@ unneath
unneatly
unneatness
unnebulous
-unneccessary
unnecessaries
unnecessarily
unnecessariness

View File

@ -1,24 +1,26 @@
Summary: A dictionary of English words for the /usr/share/dict directory Summary: A dictionary of English words for the /usr/share/dict directory
Name: words Name: words
Version: 3.0 Version: 3.0
Release: 13%{?dist} Release: 14%{?dist}
License: Public Domain License: Public Domain
Group: System Environment/Libraries Group: System Environment/Libraries
Source: mwords.tar.Z
# Note that Moby Project officially does not exist any more. The most complete # Note that Moby Project officially does not exist any more. The most complete
# information about the project is in Wikipedia. # information about the project is in Wikipedia.
URL: http://en.wikipedia.org/wiki/Moby_Project URL: http://en.wikipedia.org/wiki/Moby_Project
Source: http://web.archive.org/web/20060527013227/http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.Z
BuildArch: noarch BuildArch: noarch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: dos2unix BuildRequires: dos2unix
BuildRequires: grep BuildRequires: grep
BuildRequires: coreutils
#428582 - linux.words contains misspelled word "flourescent" #428582 - linux.words contains misspelled word "flourescent"
#440146 - misspelled word in /usr/share/dict/words (architecure) #440146 - misspelled word in /usr/share/dict/words (architecure)
#457309 - contains both 'unnecessary' and 'unneccesary'
Patch0: words-3.0-typos.patch Patch0: words-3.0-typos.patch
#470921 -"Barack" and "Obama" are not in /usr/share/dict/words
Patch1: words-3.0-presidents.patch
%description %description
The words file is a dictionary of English words for the The words file is a dictionary of English words for the
@ -26,10 +28,10 @@ The words file is a dictionary of English words for the
words to check spelling. Password checkers use it to look for bad words to check spelling. Password checkers use it to look for bad
passwords. passwords.
%prep %prep
%setup -q -c %setup -q -c
%patch0 -p1 %patch0 -p1
%patch1 -p1 -b .kzak
%build %build
cd mwords cd mwords
@ -78,6 +80,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/dict/words %{_datadir}/dict/words
%changelog %changelog
* Mon Jan 12 2009 Karel Zak <kzak@redhat.com> - 3.0-14
- fix #457309 - contains both 'unnecessary' and 'unneccesary'
- fix #470921 -"Barack" and "Obama" are not in /usr/share/dict/words
- update spec file (#226542 - Merge Review)
* Mon Jun 23 2008 Karel Zak <kzak@redhat.com> - 3.0-13 * Mon Jun 23 2008 Karel Zak <kzak@redhat.com> - 3.0-13
- fix #428582 - linux.words contains misspelled word "flourescent" - fix #428582 - linux.words contains misspelled word "flourescent"
- fix #440146 - misspelled word in /usr/share/dict/words (architecure) - fix #440146 - misspelled word in /usr/share/dict/words (architecure)