Disable classpath access rules introduced in e.o#92398 (rh#162177)

This commit is contained in:
gbenson 2005-07-04 17:08:45 +00:00
parent 538fb0fc73
commit 3c81193a26

View File

@ -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 <gbenson@redhat.com> 3.1.0_fc-2
- Disable classpath access rules introduced in e.o#92398 (rh#162177).
* Tue Jun 28 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-1
- Import 3.1.
- Update splash screen.