diff --git a/eclipse.spec b/eclipse.spec index 740bd4f..9364134 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: 1 +Release: 2 License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -93,6 +93,8 @@ Patch31: %{name}-webapp-tomcat5.patch Patch32: %{name}-swt-nocairo.fc4.patch # https://bugs.eclipse.org/bugs/show_bug.cgi?id=98707 Patch33: %{name}-compare-create-api.patch +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=162177 +Patch34: %{name}-bz162177.patch %if %{gcj_support} ExclusiveArch: %{ix86} x86_64 ppc @@ -337,6 +339,7 @@ popd pushd plugins/org.eclipse.compare %patch33 -p0 popd +%patch34 -p1 %if %{gcj_support} # Fedora splash screen. @@ -1241,6 +1244,9 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0 %changelog +* Mon Jul 4 2005 Gary Benson 3.1.0_fc-2 +- Disable classpath access rules introduced in e.o#92398 (rh#162177). + * Tue Jun 28 2005 Andrew Overholt 3.1.0_fc-1 - Import 3.1. - Update splash screen.