[eclipse-dtp/f17] Disable porting to lucene 3.5 patches.

swagiaal swagiaal at fedoraproject.org
Thu Jul 19 18:25:14 UTC 2012


commit df2a62c86b250218b24c86c08bfcfb3c00473f80
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Thu Jul 19 13:51:14 2012 -0400

    Disable porting to lucene 3.5 patches.

 eclipse-dtp.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-dtp.spec b/eclipse-dtp.spec
index 27f3c86..fc4146f 100644
--- a/eclipse-dtp.spec
+++ b/eclipse-dtp.spec
@@ -18,7 +18,7 @@
 
 Name:      eclipse-dtp
 Version:   1.10
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Eclipse Data Tools Platform
 Group:     System Environment/Libraries
 License:   EPL
@@ -108,8 +108,12 @@ pushd org.eclipse.datatools.build-%{tag}
 popd
 pushd org.eclipse.datatools.sqltools-%{tag}/plugins/org.eclipse.datatools.sqltools.result
 %patch2
-%patch4 -p3
-%patch5 -p3
+
+# FIXME: disable porting to lucene 3.5 until
+#         patch is reviewed upstream.
+#%patch4 -p3
+#%patch5 -p3
+
 popd
 pushd org.eclipse.datatools.build-%{tag}/features/org.eclipse.datatools.sqldevtools.results.feature
 %patch3
@@ -203,6 +207,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.datatools.build-%{tag}/features/org.eclipse.datatools.sdk-all.feature/rootfiles/*
 
 %changelog
+* Thu Jul 19 2012 Sami Wagiaalla <swagiaal at redhat.com> 1.10-2
+- Disable porting to lucene 3.5 patches.
+
 * Tue Jul 17 2012 Sami Wagiaalla <swagiaal at redhat.com> 1.10-1
 - Update to 1.10.
 - Port dtp to lucene 3.5.


More information about the scm-commits mailing list