From c07c10859ddbb244d2ce34a4478ad318f72171c5 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 6 Jan 2014 14:18:00 +0200 Subject: [PATCH] Add patch implementing servlet 3.1 methods. --- eclipse.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclipse.spec b/eclipse.spec index 4bbd6b0..38342e0 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -122,6 +122,7 @@ Patch19: %{pkg_name}-fix-dropins.patch Patch20: %{pkg_name}-bug-408505.patch Patch21: %{pkg_name}-bug-386377.patch +Patch22: %{pkg_name}-servlet-3.1.patch BuildRequires: ant >= 1.8.3 BuildRequires: rsync @@ -328,6 +329,7 @@ tar --strip-components=1 -xf %{SOURCE1} pushd rt.equinox.framework %patch21 -p1 popd +%patch22 #Disable as many things as possible to make the build faster. We care only for Eclipse. %pom_disable_module platform.sdk eclipse.platform.releng.tychoeclipsebuilder @@ -990,6 +992,7 @@ fi %changelog * Mon Jan 6 2014 Alexander Kurtakov 1:4.3.1-16 - Rebuild for glassfish-jsp update. +- Add patch implementing servlet 3.1 methods. * Mon Dec 16 2013 Roland Grunberg - 1:4.3.1-15 - Minor specfile cleanup.