diff --git a/eclipse.spec b/eclipse.spec index 2645cf4..50ec8f2 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -105,6 +105,8 @@ Patch37: %{name}-gre64.conf.patch # gij fails with the antRunner tasks for building the doc plugins # so we use a shell script to call ant directly for each doc plug-in Patch38: %{name}-buildDocPlugins.patch +# https://bugs.eclipse.org/bugs/show_bug.cgi?id=111299 +Patch39: %{name}-e.o111299.patch %if %{gcj_support} ExclusiveArch: %{ix86} x86_64 ppc @@ -365,6 +367,9 @@ pushd features/org.eclipse.platform.launchers %patch37 -p1 popd %patch38 -p0 +pushd plugins +%patch39 -p0 +popd cp %{SOURCE21} . %if %{gcj_support} @@ -1161,6 +1166,9 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.1 %changelog +* Wed Oct 12 2005 Andrew Overholt 3.1.1-1jpp_2fc +- Add JavaModelCache overflow patch (e.o#111299). + * Tue Oct 11 2005 Andrew Overholt 3.1.1-1jpp_1fc - 3.1.1. - Patch around gij failing for the doc plug-in generation.