[eclipse] New eclipse-build snapshot with proper p2 repo URLs.

Andrew Overholt overholt at fedoraproject.org
Mon Dec 19 20:49:35 UTC 2011


commit 69643333fb721866ebfb418a01cf2afdb027c6b7
Author: Andrew Overholt <overholt at redhat.com>
Date:   Mon Dec 19 15:49:16 2011 -0500

    New eclipse-build snapshot with proper p2 repo URLs.

 eclipse.spec |   10 +++++++---
 sources      |    1 +
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 5d30b93..caa8c85 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -6,6 +6,7 @@ Epoch:  1
 %global eclipse_micro   1
 %global initialize      1
 %global download_url    http://download.eclipse.org/technology/linuxtools/eclipse-build/3.7.x_Indigo/
+%global eb_sha1         914dc6de2bfc5ee5819a229cf4877f7043040a92
 
 # FIXME:  update java packaging guidelines for this.  See
 # fedora-devel-java-list discussion in September 2008.
@@ -16,11 +17,11 @@ 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/
-Source0:        %{download_url}eclipse-build-f3a334f06fdab6056ad27bcb542be3bec10ce607.tar.xz
+Source0:        %{download_url}eclipse-build-%{eb_sha1}.tar.xz
 Source1:        %{download_url}eclipse-3.7.1-src.tar.bz2
 Source2:        eclipse-reconciler.sh
 Source3:        %{name}-tmpfiles.conf
@@ -158,7 +159,7 @@ Eclipse Plugin Development Environment.  This package is required for
 developing Eclipse plugins.
 
 %prep
-%setup -q -n eclipse-build-f3a334f06fdab6056ad27bcb542be3bec10ce607
+%setup -q -n eclipse-build-%{eb_sha1}
 cp %{SOURCE1} .
 ant applyPatches
 pushd build/eclipse-3.7.1-src
@@ -646,6 +647,9 @@ rm -rf %{_bindir}/efj/
 %{_libdir}/%{name}/dropins/sdk
 
 %changelog
+* Mon Dec 19 2011 Andrew Overholt <overholt at redhat.com> 1:3.7.1-9
+- New eclipse-build snapshot with proper p2 repo URLs.
+
 * Tue Nov 29 2011 Sami Wagiaalla <swagiaal at redhat.com> 1:3.7.1-8
 - Stop using -clean option.
 - Use -Dosgi.checkConfiguration=true when updating the platform.
diff --git a/sources b/sources
index 782af26..b8ea9c9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 457c561424c1696d47fedd7290f61d39  eclipse-build-f3a334f06fdab6056ad27bcb542be3bec10ce607.tar.xz
 e93946a256ba9bf468fc1588aab60e20  eclipse-3.7.1-src.tar.bz2
+1743149444569253322b0372ba089920  eclipse-build-914dc6de2bfc5ee5819a229cf4877f7043040a92.tar.xz


More information about the scm-commits mailing list