[mozvoikko/f16] Fix build

Martin Stransky stransky at fedoraproject.org
Wed Aug 17 10:23:05 UTC 2011


commit 7de2352d173c4f9da5466265789e00101796a260
Author: Martin Stransky <stransky at redhat.com>
Date:   Wed Aug 17 12:22:42 2011 +0200

    Fix build

 mozvoikko.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/mozvoikko.spec b/mozvoikko.spec
index 145ad6b..bf27892 100644
--- a/mozvoikko.spec
+++ b/mozvoikko.spec
@@ -11,7 +11,7 @@
 
 Name:           mozvoikko
 Version:        1.9.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Finnish Voikko spell-checker extension for Mozilla programs
 Group:          Applications/Internet
 License:        GPLv2+
@@ -24,6 +24,7 @@ URL:            http://voikko.sourceforge.net
 Source0:         http://ap1.pp.fi/mozilla/mozvoikko/1.9.0/%{name}-%{version}.tar.bz2
 # From upstream mailing list, will probably be applied to SVN at some point
 Patch0:         %{name}-%{version}-xulrunner-includes-linking.patch
+Patch1:         mozvoikko-dict.patch
 
 # For xulrunner unstable
 BuildRequires:  gecko-devel-unstable >= %{gecko_ver}
@@ -44,7 +45,7 @@ spell-checker Voikko.
 %prep
 %setup -q -n mozvoikko
 %patch0 -p1
-
+%patch1 -p1
 
 %build
 make -f Makefile.xulrunner extension-files CFLAGS="$RPM_OPT_FLAGS -std=gnu++0x -fno-strict-aliasing" \
@@ -67,7 +68,10 @@ chmod +x \
 
 
 %changelog
-* Wed Aug 17 2011 Jan Horak <jhorak at redhat.com> - 1.9.0-5
+* Wed Aug 17 2011 Jan Horak <jhorak at redhat.com> - 1.9.0-6
+- Rebuild against newer gecko
+
+* Wed Jun 22 2011 Jan Horak <jhorak at redhat.com> - 1.9.0-5
 - Rebuild against newer gecko
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.0-4


More information about the scm-commits mailing list