rpms/eclipse/devel eclipse-bz162177.patch, NONE, 1.1 eclipse.spec, 1.159, 1.160

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 4 17:08:48 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/eclipse/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10954

Modified Files:
	eclipse.spec 
Added Files:
	eclipse-bz162177.patch 
Log Message:
Disable classpath access rules introduced in e.o#92398 (rh#162177)

eclipse-bz162177.patch:
 Main.java |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE eclipse-bz162177.patch ---
--- eclipse-3.1.0_fc/plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java~	2005-06-17 21:40:09.000000000 +0100
+++ eclipse-3.1.0_fc/plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java	2005-07-04 15:12:23.000000000 +0100
@@ -2027,7 +2027,7 @@
 			}
 			if (mode == InsideClasspath || mode == InsideBootClasspath || mode == InsideSourcepath) {
 				StringTokenizer tokenizer = new StringTokenizer(currentArg,
-						File.pathSeparator + "[]", true); //$NON-NLS-1$
+						File.pathSeparator, true); //$NON-NLS-1$
 				// state machine
 				final int start = 0; 
 				final int readyToClose = 1;


Index: eclipse.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- eclipse.spec	28 Jun 2005 16:08:27 -0000	1.159
+++ eclipse.spec	4 Jul 2005 17:08:45 -0000	1.160
@@ -24,7 +24,7 @@
 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 @@
 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 @@
 pushd plugins/org.eclipse.compare
 %patch33 -p0
 popd
+%patch34 -p1
 
 %if %{gcj_support}
   # Fedora splash screen.
@@ -1241,6 +1244,9 @@
 %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
 
 %changelog
+* Mon Jul  4 2005 Gary Benson <gbenson at 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 at redhat.com> 3.1.0_fc-1
 - Import 3.1.
 - Update splash screen.




More information about the fedora-cvs-commits mailing list