From a3ab712cc735bd7652e6d415a40dbc1d7a04fb9a Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Aug 23 2005 14:18:01 +0000 Subject: - Bump mozilla requirement. --- diff --git a/eclipse.spec b/eclipse.spec index da79ce7..c7f856a 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: 12 +Release: 13 License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -113,8 +113,8 @@ BuildRequires: gtk2-devel BuildRequires: glib2-devel BuildRequires: gcc-c++ %ifnarch ppc64 -BuildRequires: mozilla = 37:1.7.10 -BuildRequires: mozilla-devel = 37:1.7.10 +BuildRequires: mozilla = 37:1.7.11 +BuildRequires: mozilla-devel = 37:1.7.11 BuildRequires: nspr-devel BuildRequires: xorg-x11-devel %endif @@ -527,6 +527,8 @@ ant -buildfile jdtcoresrc/compilejdtcorewithjavac.xml ## Remove our gcj-built ecj #rm ecj-bootstrap.db ecj-bootstrap.jar rm ecj-bootstrap.jar + # To enSURE we're not using any pre-compiled ecj on the build system, set this + export ANT_OPTS="-Dgnu.gcj.precompiled.db.path=blah" %endif # 3. Use this ecj to rebuild itself @@ -1161,6 +1163,9 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0 %changelog +* Tue Aug 23 2005 Andrew Overholt 3.1.0_fc-13 +- Bump mozilla requirement. + * Thu Jul 28 2005 Gary Benson 3.1.0_fc-12 - Allow leading separators in classpaths (e.o#105430). - Clear away ant-jmf entirely.