From 97711349e12ab47f6143ad280df500ff7f9e12ee Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: May 15 2006 19:16:15 +0000 Subject: - Bump mozilla requirement to match rawhide. --- diff --git a/eclipse.spec b/eclipse.spec index ab47f72..ec235ab 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -27,7 +27,7 @@ Epoch: 1 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 1jpp_13fc +Release: 1jpp_14fc License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -136,8 +136,8 @@ BuildRequires: glib2-devel BuildRequires: libgnome-devel BuildRequires: libgnomeui-devel BuildRequires: gcc-c++ -BuildRequires: mozilla = 37:1.7.12 -BuildRequires: mozilla-devel = 37:1.7.12 +BuildRequires: mozilla = 37:1.7.13 +BuildRequires: mozilla-devel = 37:1.7.13 BuildRequires: nspr-devel BuildRequires: libXtst-devel BuildRequires: cairo >= 1.0 @@ -338,6 +338,8 @@ Source for RCP for use within Eclipse. # I hate spaces in paths with patch! pushd plugins/org.eclipse.swt/Eclipse\ SWT\ PI/gtk/library %patch0 -p0 +# FIXME: do something like this in the future +# sed --in-place "s:@MOZ_VERSION@:%{mozilla_version}/:g" patch11 %patch11 -p0 %if %{gcj_support} #%patch14 -p0 @@ -1305,6 +1307,9 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_%{version} %changelog +* Mon May 15 2006 Andrew Overholt 3.1.2-1jpp_14fc +- Bump mozilla requirement to match rawhide. + * Tue Mar 07 2006 Andrew Overholt 3.1.2-1jpp_13fc - One more small help fix (include tomcatwrapper.jar o.e.tomcat manifest).