[mozvoikko] New upstream release. This release fixes a bug that prevented changing spell checking language to an

Ville-Pekka Vainio vpv at fedoraproject.org
Fri Jan 6 19:57:09 UTC 2012


commit c716e5b547a73a152ef93a9fb4f0a15ad7fc1bc0
Author: Ville-Pekka Vainio <vpvainio at iki.fi>
Date:   Fri Jan 6 21:57:02 2012 +0200

    New upstream release.
    This release fixes a bug that prevented changing spell checking language to
    anything else than Finnish in Firefox 9.
    Better sed replace for maxVersion in install.rdf.

 mozvoikko.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/mozvoikko.spec b/mozvoikko.spec
index f448285..02637c0 100644
--- a/mozvoikko.spec
+++ b/mozvoikko.spec
@@ -8,8 +8,8 @@
 %global thunderbird_inst_dir %{moz_ext_dir}/%{thunderbird_app_id}/%{src_ext_id}
 
 Name:           mozvoikko
-Version:        2.0
-Release:        3%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        Finnish Voikko spell-checker extension for Mozilla programs
 Group:          Applications/Internet
 License:        GPLv2+
@@ -36,7 +36,7 @@ spell-checker Voikko.
 
 %install
 rm -rf %{buildroot}
-sed -i s/9.0a1/*/g install.rdf
+sed -i "s|<em:maxVersion>[^<]*</em:maxVersion>|<em:maxVersion>*</em:maxVersion>|g" install.rdf
 install -dm 755 \
     %{buildroot}%{inst_dir}/components
 install -pm 644 components/MozVoikko2.js \
@@ -57,7 +57,13 @@ ln -s %{inst_dir} %{buildroot}%{thunderbird_inst_dir}
 %{thunderbird_inst_dir}
 
 %changelog
-* Mon Dec 26 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> 2.0-3
+* Fri Jan 06 2012 Ville-Pekka Vainio <vpvainio AT iki.fi> - 2.0.1-1
+- New upstream release.
+- This release fixes a bug that prevented changing spell checking language to
+  anything else than Finnish in Firefox 9.
+- Better sed replace for maxVersion in install.rdf.
+
+* Mon Dec 26 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 2.0-3
 - Change maxVersion to * in install.rdf so that the extension package does not
   have to be updated with every Xulrunner update if it works otherwise.
 


More information about the scm-commits mailing list