From fdc00d09ee49cd97049ddeacdc1307ddce2760da Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Mon, 17 Jan 2022 18:24:08 +0800 Subject: [PATCH] round self-developed patch (cherry picked from commit 1912cde6345bbc794d87da3418d0d2e21374a4f1) --- hunspell-en-delete-taboo-words.patch | 71 ++++++++++++++++++++++++++++ hunspell-en.spec | 6 ++- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 hunspell-en-delete-taboo-words.patch diff --git a/hunspell-en-delete-taboo-words.patch b/hunspell-en-delete-taboo-words.patch new file mode 100644 index 0000000..df949f6 --- /dev/null +++ b/hunspell-en-delete-taboo-words.patch @@ -0,0 +1,71 @@ +From 6d9194e68a9e7ef6148cfc939280a19fe725065c Mon Sep 17 00:00:00 2001 +From: jinzhimin +Date: Tue, 8 Dec 2020 11:04:40 +0800 +Subject: [PATCH] delete taboo words + +--- + agid/infl.txt | 1 - + alt12dicts/2of12full.txt | 1 - + alt12dicts/5desk.txt | 2 -- + scowl/r/special/names.from_alan_beale | 1 - + 4 files changed, 5 deletions(-) + +diff --git a/agid/infl.txt b/agid/infl.txt +index 531c9d0..226eb4a 100644 +--- a/agid/infl.txt ++++ b/agid/infl.txt +@@ -5702,7 +5702,6 @@ Indianness N?: Indiannesses + Indic N: Indics + Indicatoridae N: Indicatoridaes? + Indigofera N: Indigoferas?, Indigoferae~? 1 +-Indochina N: Indochinas?, Indochinae~? 1 + Indocin N: Indocins? + Indologist N?: Indologists + Indology N?: Indologies +diff --git a/alt12dicts/2of12full.txt b/alt12dicts/2of12full.txt +index 20c16da..6660ed8 100644 +--- a/alt12dicts/2of12full.txt ++++ b/alt12dicts/2of12full.txt +@@ -23703,7 +23703,6 @@ + 5: 5 -# -& 1= indivisibility + 12: 12 -# -& 3= indivisible + 7: 7 -# -& 7= indivisibly +- 5: 5 -# -& -= Indochina + 2: 2 -# -& -= Indochinese + 12: 12 -# -& -= indoctrinate + 11: 11 -# -& -= indoctrination +diff --git a/alt12dicts/5desk.txt b/alt12dicts/5desk.txt +index 7b23964..67e8352 100644 +--- a/alt12dicts/5desk.txt ++++ b/alt12dicts/5desk.txt +@@ -26853,7 +26853,6 @@ individuation + indivisibility + indivisible + indivisibly +-Indochina + Indochinese + indoctrinate + indoctrination +@@ -29603,7 +29602,6 @@ Kosciuszko + kosher + Kosice + Kosovar +-Kosovo + Kossuth + Kosygin + Kotah +diff --git a/scowl/r/special/names.from_alan_beale b/scowl/r/special/names.from_alan_beale +index 844f9ba..3c6e695 100644 +--- a/scowl/r/special/names.from_alan_beale ++++ b/scowl/r/special/names.from_alan_beale +@@ -3479,7 +3479,6 @@ Indiana + Indianapolis + Indies + Indira +-Indochina + Indochinese + Indo-European + Indonesia +-- +2.23.0 + diff --git a/hunspell-en.spec b/hunspell-en.spec index 0726879..8471e26 100644 --- a/hunspell-en.spec +++ b/hunspell-en.spec @@ -1,11 +1,12 @@ Name: hunspell-en Version: 2020.12.07 -Release: 1 +Release: 2 Summary: English hunspell dictionaries License: LGPLv2+ and LGPLv2 and BSD URL: http://wordlist.aspell.net Source0: https://github.com/en-wl/wordlist/archive/rel-%{version}.tar.gz +Patch9000: hunspell-en-delete-taboo-words.patch BuildArch: noarch BuildRequires: git aspell zip dos2unix perl-Getopt-Long gcc-c++ @@ -62,6 +63,9 @@ popd %doc scowl/speller/aspell/doc/ChangeLog %changelog +* Mon Jan 17 2022 liuyumeng - 2020.12.07-2 +- round self-developed patch + * Thu Jan 28 2021 zhanzhimin - 2020.12.07-1 - update to 2020.12.07