diff --git a/eclipse.spec b/eclipse.spec index 36e3243..b45360c 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -24,7 +24,7 @@ Epoch: 1 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro}_fc -Release: 7 +Release: 8 License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -111,8 +111,8 @@ BuildRequires: gtk2-devel BuildRequires: glib2-devel BuildRequires: gcc-c++ %ifnarch ppc64 -BuildRequires: mozilla >= 37:1.7.8 -BuildRequires: mozilla-devel >= 37:1.7.8 +BuildRequires: mozilla = 37:1.7.10 +BuildRequires: mozilla-devel = 37:1.7.10 BuildRequires: nspr-devel BuildRequires: xorg-x11-devel %endif @@ -1159,6 +1159,11 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0 %changelog +* Mon Jul 25 2005 Andrew Overholt 3.1.0_fc-8 +- Change mozilla BuildRequirement to be equals and not greater-than or equals + since we need the exact version for our patches. +- Bump mozilla requirements and patches to 1.7.10. + * Tue Jul 19 2005 Andrew Overholt 3.1.0_fc-7 - Remove ant-jmf symlinking and requirement. - Update to use java-gcj-compat and not java-1.4.2-gcj-compat.