[eclipse] Commented existing patches.

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Aug 30 15:23:43 UTC 2012


commit 54fb925d4d6b3bbe8085fc7e844e22393109098d
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Aug 28 08:43:06 2012 +0200

    Commented existing patches.

 eclipse.spec |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 76 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index e09af95..1bd5d91 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -63,35 +63,108 @@ Patch0:         %{name}-help-feature-adjust-dependencies.patch
 # +org.apache.geronimo.specs.geronimo-annotation_1.1_spec
 Patch1:         %{name}-remove-w3c-smil-and-use-geronimo.patch
 
+
+# recent icu has changed it's id. Eclipse Foundation ignores that.
 # com.ibm.icu.base -> com.ibm.icu
 Patch3:         %{name}-fix-icu-import.patch
 
+
+# Eclipse should not duplicate dependency sources (which are delivered
+# by those dependencies packages).
 Patch4:         %{name}-no-source-for-dependencies.patch
+
+
+# +org.apache.jasper
+# +org.apache.commons.el 
 Patch5:         %{name}-osgi-serverside-patch-additional-imports.patch
+
+
+# org.eclipse.equinox.console.jaas.fragment has too tight requirement
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=388100
 Patch6:         %{name}-fix-sshd-id.patch
+
+
+# javax.servlet 2.1 -> javax.servlet 3.0
 Patch7:         %{name}-fix-equinox-ip-imports.patch
+
+
+# This has too many dependencies. We will not build it.
 Patch8:         %{name}-remove-weaving.patch
+
+
+# We don't want to ship sources for bundles that come as a separate package. 
+# -org.eclipse.ecf.source
+# -org.eclipse.ecf.filetransfer.source
+# -org.eclipse.ecf.identity.source
+# -org.eclipse.ecf.provider.filetransfer.ssl.source
+# -org.eclipse.ecf.ssl.source
+# -org.eclipse.ecf.provider.filetransfer.httpclient.source
+# -org.apache.commons.codec
+# -org.apache.commons.codec.source
+# -org.apache.commons.httpclient
+# -org.apache.commons.httpclient.source
 Patch9:         %{name}-fix-master-ecf.patch
+
+# Yet more 
+# -*.source
+# -org.apache*
 Patch10:        %{name}-fix-master-equinox.patch
-#services
+
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=385970
 Patch11:        %{name}-osgi-unpack-sources.patch
+
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=388120
 Patch12:        %{name}-fix-debug-ui.patch
 
-#https://bugs.eclipse.org/bugs/show_bug.cgi?id=384873
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=384873
 Patch13:        %{name}-fix-compatibility-class.patch
 
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=388157
 Patch14:        %{name}-fix-pde-ui-compilation.patch
+
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=388159
 Patch15:        %{name}-fix-transforms.patch
 
+
+# No comment here. Don't download. Period.
 Patch16:        %{name}-dont-download-old-platform-for-p2-tests.patch
 
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=379102
 Patch17:        %{name}-do-not-run-as-root.patch
+
+
+# This one really needs to be  updated/improved.
 Patch18:        %{name}-drop-user-profile-on-platform-change.patch
+
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=377515
 Patch19:        %{name}-p2-pick-up-renamed-jars.patch
+
+
+# Patch for this was contributed. Unlikely to be released.
 Patch20:        %{name}-ignore-version-when-calculating-home.patch
+
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=249133
 Patch21:        %{name}-populate-update-sites-from-master.patch
+
+
+# CBI uses timestamps generated from the git commits. We don't have the repo,
+# just source, and we don't want additional dependencies.
 Patch22:        %{name}-remove-jgit-provider.patch
+
+
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=388162
 Patch23:        %{name}-fix-comilation-lucene-3.6-compile.patch
+
+
+# This is for Fedora purposes to have working eclipse-pdebuild script.
 Patch24:        %{name}-pdebuild-add-target.patch
 
 BuildRequires:  ant >= 1.8.3
@@ -1092,6 +1165,7 @@ rm -rf %{_bindir}/efj/
 * Fri Aug 24 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-12
 - Fix eclipse-pdebuild script to have proper path to pde bundle.
 - Ensure there are right R dependencies between subpackages.
+- Commented existing patches.
 
 * Thu Aug 23 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.0-11
 - Symlink junit 4.


More information about the scm-commits mailing list