From d28f580d2cdc12658cdf53866f600ab2c576a0cf Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Dec 05 2008 01:45:06 +0000 Subject: - Increase MaxPermSize when running tests. --- diff --git a/eclipse-tests-libraryXml.patch b/eclipse-tests-libraryXml.patch index c98ffdc..f814e41 100644 --- a/eclipse-tests-libraryXml.patch +++ b/eclipse-tests-libraryXml.patch @@ -1,7 +1,46 @@ -diff -up ./org.eclipse.test/library.xml.orig ./org.eclipse.test/library.xml ---- ./org.eclipse.test/library.xml.orig 2008-08-27 15:10:17.000000000 -0400 -+++ ./org.eclipse.test/library.xml 2008-08-27 15:11:16.000000000 -0400 -@@ -40,8 +40,10 @@ +### Eclipse Workspace Patch 1.0 +#P org.eclipse.test +Index: library.xml +=================================================================== +RCS file: /cvsroot/eclipse/org.eclipse.test/library.xml,v +retrieving revision 1.33 +diff -u -r1.33 library.xml +--- library.xml 13 Mar 2008 14:00:36 -0000 1.33 ++++ library.xml 5 Dec 2008 01:39:01 -0000 +@@ -6,13 +6,13 @@ + + + +- +- ++ + + + +@@ -33,25 +33,27 @@ + + + +- ++ + + + @@ -13,19 +52,41 @@ diff -up ./org.eclipse.test/library.xml.orig ./org.eclipse.test/library.xml -@@ -60,7 +62,11 @@ +- ++ + + + + + +- ++ + + + +@@ -60,13 +62,17 @@ - -+ +- ++ + + + + - ++ - +- +- ++ ++ + +- ++ + + @@ -75,7 +81,7 @@ @@ -35,38 +96,57 @@ diff -up ./org.eclipse.test/library.xml.orig ./org.eclipse.test/library.xml -@@ -83,15 +89,29 @@ +@@ -83,15 +89,30 @@ -+ -+ -+ -+ ++ ++ ++ ++ - -+ -+ -+ -+ -+ -+ +- ++ ++ ++ ++ ++ ++ ++ - - +- +- ++ ++ - ++ + + + + -+ ++ -@@ -125,6 +145,8 @@ +@@ -107,11 +128,11 @@ + + + +- ++ + + +- +- ++ ++ + + + +@@ -125,10 +146,12 @@ @@ -75,7 +155,12 @@ diff -up ./org.eclipse.test/library.xml.orig ./org.eclipse.test/library.xml -@@ -138,7 +160,7 @@ +- ++ + + + +@@ -138,7 +161,7 @@ @@ -84,7 +169,13 @@ diff -up ./org.eclipse.test/library.xml.orig ./org.eclipse.test/library.xml basedir="${junit-report-output}" includes="${classname}.result.xml" destdir="${junit-report-output}" /> -@@ -158,8 +180,8 @@ +@@ -153,13 +176,13 @@ + + diff --git a/eclipse.spec b/eclipse.spec index 5308b06..e9eb9e8 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -30,7 +30,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 8%{?dist} +Release: 9%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -647,7 +647,9 @@ popd tar jxf %{SOURCE30} pushd %{name}-%{version}-testframework %patch41 +pushd org.eclipse.test %patch42 +popd sed -i "s:/usr/lib/eclipse:%{_libdir}/%{name}:" org.eclipse.test/library.xml popd @@ -1535,6 +1537,9 @@ fi #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Thu Dec 4 2008 Andrew Overholt 1:3.4.1-8 +- Increase MaxPermSize when running tests. + * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 1:3.4.1-8 - Rebuild for Python 2.6