rpms/mozvoikko/F-13 mozvoikko.spec,1.24,1.25

Martin Stransky stransky at fedoraproject.org
Mon Apr 12 09:56:24 UTC 2010


Author: stransky

Update of /cvs/pkgs/rpms/mozvoikko/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24296

Modified Files:
	mozvoikko.spec 
Log Message:
Updated gecko dependency


Index: mozvoikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mozvoikko/F-13/mozvoikko.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- mozvoikko.spec	10 Apr 2010 00:12:18 -0000	1.24
+++ mozvoikko.spec	12 Apr 2010 09:56:23 -0000	1.25
@@ -11,7 +11,7 @@
 
 Name:           mozvoikko
 Version:        1.0
-Release:        9%{?dist}.1
+Release:        10%{?dist}
 Summary:        Finnish Voikko spell-checker extension for Mozilla programs
 Group:          Applications/Internet
 License:        GPLv2+
@@ -23,11 +23,11 @@ Source0:        http://downloads.sourcef
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # For xulrunner unstable
-BuildRequires:  gecko-devel-unstable = %{gecko_ver}
+BuildRequires:  gecko-devel-unstable >= %{gecko_ver}
 BuildRequires:  libvoikko-devel
 BuildRequires:  pkgconfig
 # For xulrunner unstable
-Requires:       gecko-libs = %{gecko_ver}
+Requires:       gecko-libs >= %{gecko_ver}
 Requires:       %{libvoikko}%{?mark64}
 # As long as Firefox is the only program which can use the extension,
 # we may as well require it, since this package is quite useless without it.
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 12 2010 Martin Stransky <stransky at redhat.com> - 1.0-10
+- Updated gecko dependency
+
 * Sat Apr 10 2010 Michel Salim <salimma at fedoraproject.org> - 1.0-9.1
 - Rebuild against newer gecko
 



More information about the scm-commits mailing list