[hunspell-no/f14/master] Resolves: rhbz#648740 thousands of trailing empty rules spew

Caolan McNamara caolanm at fedoraproject.org
Tue Nov 2 12:39:44 UTC 2010


commit e26f2f449e219b2f76a65fb93c5d89eee1184604
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 2 12:39:32 2010 +0000

    Resolves: rhbz#648740 thousands of trailing empty rules spew

 hunspell-no.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/hunspell-no.spec b/hunspell-no.spec
index 2a50f9a..583c4b6 100644
--- a/hunspell-no.spec
+++ b/hunspell-no.spec
@@ -1,7 +1,7 @@
 Name: hunspell-no
 Summary: Norwegian hunspell dictionaries
 Version: 2.0.10
-Release: 6%{?dist}
+Release: 7%{?dist}
 Source: http://alioth.debian.org/frs/download.php/2357/no_NO-pack2-%{version}.zip
 Group: Applications/Text
 URL: http://spell-norwegian.alioth.debian.org
@@ -81,6 +81,8 @@ for i in README_nb_NO.txt README_nn_NO.txt README_hyph_nb_NO.txt \
   touch -r $i $i.new
   mv -f $i.new $i
 done
+#Resolves: rhbz#648740 trailing empty rules
+sed -i -e "s#\/\$##g" nb_NO.dic
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -125,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/mythes/th_nn_NO_v2.*
 
 %changelog
+* Tue Nov 02 2010 Caolan McNamara <caolanm at redhat.com> - 2.0.10-7
+- Resolves: rhbz#648740 thousands of trailing empty rules spew
+
 * Sun Apr 04 2010 Caolan McNamara <caolanm at redhat.com> - 2.0.10-6
 - mythes now owns /usr/share/mythes
 


More information about the scm-commits mailing list