diff --git a/.gitignore b/.gitignore index d285ea8..9389256 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -hunspell-dict-ko-0.4.2.tar.gz +hunspell-dict-ko-0.4.3.tar.gz diff --git a/hunspell-dict-ko-0.4.2-1278333282.fixtests.patch b/hunspell-dict-ko-0.4.2-1278333282.fixtests.patch deleted file mode 100644 index b90f11a..0000000 --- a/hunspell-dict-ko-0.4.2-1278333282.fixtests.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- tests/runtest.py 2010-07-05 12:55:25.000000000 +0100 -+++ tests/runtest.py 2010-07-05 12:56:46.000000000 +0100 -@@ -18,9 +18,9 @@ - hunspell_cmd = './hunspell' - else: - hunspell_cmd = 'hunspell' -- hunspell = subprocess.Popen([hunspell_cmd, '-d', '../ko'], -+ hunspell = subprocess.Popen([hunspell_cmd, '-i', 'UTF-8', '-a', '-d', '../ko'], - stdin=subprocess.PIPE, stdout=subprocess.PIPE) -- hunspell.stdout.readline() # the first line "Husnpell 1.2.8 ..." -+ hunspell.stdout.readline() # the first line "Hunspell 1.2.8 ..." - lineno = 0 - errmsg = sys.stderr.write - for l in lines: diff --git a/hunspell-ko.spec b/hunspell-ko.spec index 932b33a..b9a4f23 100644 --- a/hunspell-ko.spec +++ b/hunspell-ko.spec @@ -1,7 +1,7 @@ Name: hunspell-ko Summary: Korean hunspell dictionaries -Version: 0.4.2 -Release: 2%{?dist} +Version: 0.4.3 +Release: 1%{?dist} Source: http://spellcheck-ko.googlecode.com/files/hunspell-dict-ko-%{version}.tar.gz Group: Applications/Text URL: http://code.google.com/p/spellcheck-ko/ @@ -11,14 +11,11 @@ BuildArch: noarch BuildRequires: python-lxml, hunspell Requires: hunspell -Patch0: hunspell-dict-ko-0.4.2-1278333282.fixtests.patch - %description Korean hunspell dictionaries. %prep %setup -q -n hunspell-dict-ko-%{version} -%patch0 -p0 -b .fixtests %build make @@ -41,6 +38,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Sat Aug 07 2010 Caolán McNamara - 0.4.3-1 +- latest version +- drop integrated hunspell-dict-ko-0.4.2-1278333282.fixtests.patch + * Mon Jul 05 2010 Caolán McNamara - 0.4.2-2 - enable make check now that hunspell is fixed to know about hangul syllables diff --git a/sources b/sources index 1f23a4d..a940216 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6920ac9f0e2988f00c468196281f8628 hunspell-dict-ko-0.4.2.tar.gz +c38649d5b44044b18dcdabea82e3261d hunspell-dict-ko-0.4.3.tar.gz