[hunspell-ne] Resolves:rh#959987: Error message: “0 is wrong flag id” occurs when using hunspell-ne

pnemade pnemade at fedoraproject.org
Tue May 28 09:55:04 UTC 2013


commit a74abc3c05cb5b5027588dd52961d6287d46490b
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue May 28 15:24:57 2013 +0530

    Resolves:rh#959987: Error message: “0 is wrong flag id” occurs when using hunspell-ne
    
    - Resolves:rh#967638: ne_NP.dic contains both CRLF and LF line terminators

 hunspell-ne.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/hunspell-ne.spec b/hunspell-ne.spec
index 74ff4f4..e018f48 100644
--- a/hunspell-ne.spec
+++ b/hunspell-ne.spec
@@ -1,12 +1,13 @@
 Name: hunspell-ne
 Summary: Nepali hunspell dictionaries
 Version: 20080425
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: http://nepalinux.org/downloads/ne_NP_dict.zip
 Group: Applications/Text
 URL: http://nepalinux.org/downloads
 License: LGPLv2
 BuildArch: noarch
+BuildRequires: dos2unix
 
 Requires: hunspell
 
@@ -15,6 +16,9 @@ Nepali hunspell dictionaries.
 
 %prep
 %setup -q -c -n ne_NP_dict
+dos2unix ne_NP.dic
+sed -i 's|चलन/चल्ती/15,22|चलनचल्ती/15,22|g' ne_NP.dic
+sed -i 's|निजामती/I15,22|निजामती/15,22|g' ne_NP.dic
 
 %build
 
@@ -35,6 +39,10 @@ popd
 %{_datadir}/myspell/*
 
 %changelog
+* Tue May 28 2013 Parag <pnemade AT redhat DOT com> - 20080425-7
+- Resolves:rh#959987: Error message: “0 is wrong flag id” occurs when using hunspell-ne
+- Resolves:rh#967638: ne_NP.dic contains both CRLF and LF line terminators
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20080425-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list