diff --git a/eclipse-tomcat55-build.patch b/eclipse-tomcat55-build.patch index fe91a51..d542761 100644 --- a/eclipse-tomcat55-build.patch +++ b/eclipse-tomcat55-build.patch @@ -1,14 +1,5 @@ --- build.xml.orig 2006-07-05 12:47:26.000000000 -0400 +++ build.xml 2006-07-05 12:50:49.000000000 -0400 -@@ -58,7 +58,7 @@ - - - -- -+ - - - @@ -144,50 +144,56 @@ @@ -110,61 +101,3 @@ -@@ -224,37 +230,37 @@ - - - -- -- -+ -+ - - -- -+ - - -- -+ - - - - - - -- -- -- -+ -+ -+ - - - - - -- -- -+ -+ - - - - - -- -- -+ -+ - - - -@@ -277,7 +283,7 @@ - - - -- -+ - - - diff --git a/eclipse.spec b/eclipse.spec index a300d1b..cce16a6 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -41,7 +41,7 @@ Epoch: 1 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 1jpp_8fc +Release: 1jpp_9fc License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -106,8 +106,6 @@ Patch55: %{name}-disable-junit4-apt.patch # https://bugs.eclipse.org/bugs/show_bug.cgi?id=98371 Patch28: %{name}-tomcat55.patch Patch29: %{name}-tomcat55-build.patch -Patch30: %{name}-tomcat55-build.2.patch -Patch50: %{name}-tomcat55-build.3.patch Patch31: %{name}-webapp-tomcat55.patch Patch56: %{name}-webapp-tomcat55-newarches.patch # https://bugs.eclipse.org/bugs/show_bug.cgi?id=98707 @@ -405,8 +403,10 @@ pushd plugins/org.eclipse.tomcat %patch28 -p0 %patch29 -p0 popd -%patch30 -p0 -%patch50 -p1 +sed --in-place "s/4.1.130/5.5.17/" \ + features/org.eclipse.platform/build.xml \ + plugins/org.eclipse.tomcat/build.xml \ + assemble.*.xml pushd plugins/org.eclipse.help.webapp %patch31 -p0 popd @@ -1634,6 +1634,9 @@ fi %endif %changelog +* Tue Jul 25 2006 Ben Konrath 3.2.0-1jpp_9fc +- Use sed instead of patches for tomcat version numbers. + * Sun Jul 23 2006 Ben Konrath 3.2.0-1jpp_8fc - Disable build.index doc generation on i386.