latest version

This commit is contained in:
Caolán McNamara 2010-08-07 20:46:33 +01:00
parent 4d37b89650
commit 3a4c9d622d
4 changed files with 8 additions and 21 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
hunspell-dict-ko-0.4.2.tar.gz
hunspell-dict-ko-0.4.3.tar.gz

View File

@ -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:

View File

@ -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 <caolanm@redhat.com> - 0.4.3-1
- latest version
- drop integrated hunspell-dict-ko-0.4.2-1278333282.fixtests.patch
* Mon Jul 05 2010 Caolán McNamara <caolanm@redhat.com> - 0.4.2-2
- enable make check now that hunspell is fixed to know about
hangul syllables

View File

@ -1 +1 @@
6920ac9f0e2988f00c468196281f8628 hunspell-dict-ko-0.4.2.tar.gz
c38649d5b44044b18dcdabea82e3261d hunspell-dict-ko-0.4.3.tar.gz