From 06058e3015a0ceb4ae5f24b2a59be24f09148934 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Dec 01 2010 16:52:05 +0000 Subject: - Remove work around for openjdk bug#647737 as openjdk has posted its own work around and will shortly be fixing problem correctly. --- diff --git a/eclipse.spec b/eclipse.spec index 53d066d..7e03b14 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -27,7 +27,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 4%{?dist} +Release: 5%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -504,7 +504,6 @@ echo "-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOM echo "-XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini echo "-XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini # Temporary fix to work around bug: https://bugzilla.redhat.com/show_bug.cgi?id=647737 -echo "-XX:-UseCompressedOops" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/links # FIXME: We can probably get rid of the links file when we ensure all @@ -966,6 +965,11 @@ fi #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Wed Dec 01 2010 Jeff Johnston 1:3.6.1-5 +- Remove work around for openjdk bug#647737 as openjdk has + posted its own work around and will shortly be fixing problem + correctly. + * Wed Nov 10 2010 Jeff Johnston 1:3.6.1-4 - Work around for openjdk bug#647737.