[eclipse] Update to I20130605-2000.

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Jun 10 12:58:30 UTC 2013


commit e3ff775455347342dd30a1d684a844cca3e3c3df
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Jun 10 14:56:59 2013 +0200

    Update to I20130605-2000.

 eclipse-build-filesystem-native-libs.patch |  142 ----------------------------
 eclipse-build-network-native-libs.patch    |  137 ---------------------------
 eclipse.spec                               |   30 +++----
 get-eclipse.sh                             |    2 +-
 sources                                    |    2 +-
 5 files changed, 14 insertions(+), 299 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index a424448..21d08a6 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -10,8 +10,7 @@ Epoch:                  1
 %global eclipse_micro   0
 %global initialize      1
 %global eb_commit       b963e34cbd5ead603a051b7d4b79fc91114ccd87
-%global eclipse_tag     7bf3972a75228b74b91e1a9c4274d81bd43eab50 
-%global build_id        I20130527-0800
+%global eclipse_tag     84cba7bf43da88dc3f33bc113104eb680f12aa2d
 %global eclipse_version %{eclipse_majmin}.%{eclipse_micro}
 %global installation_loc %{_libdir}/%{pkg_name}
 
@@ -52,7 +51,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.61.git7bf397%{?dist}
+Release:        0.62.git84cba7%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -465,27 +464,19 @@ cp -rf %{_libdir}/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_* .m2/p2/rep
 cp -rf %{_libdir}/eclipse/dropins/sdk/plugins/org.eclipse.pde.core_* .m2/p2/repo-sdk/plugins/
 
 %pom_remove_plugin  org.mortbay.jetty:jetty-jspc-maven-plugin  eclipse.platform.ua/org.eclipse.help.webapp
+%pom_remove_plugin  org.eclipse.tycho:tycho-compiler-plugin rt.equinox.p2/org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent
 
 find eclipse.platform.ua -name pom.xml -exec sed -i -e 's at org.apache.lucene<@org.apache.lucene.core<@g' {} \;
 
-
-LOCALREPO="file://`pwd`/.m2/p2/repo"
-find eclipse.platform.common/bundles -name pom.xml -exec sed -i -e "s at http://download.eclipse.org/eclipse/updates/4.2@${LOCALREPO}@g" {} \;
-find eclipse.platform.swt/bundles -name pom.xml -exec sed -i -e "s at http://download.eclipse.org/eclipse/updates/4.2@${LOCALREPO}@g" {} \;
-sed -i -e "s at http://download.eclipse.org/releases/juno@${LOCALREPO}@g" eclipse-platform-parent/pom.xml
-
-
-%{_javadir}/tycho/copy-platform-all $(pwd)/.m2/p2/repo
-
 %build
 %{?scl:%scl_maven_opts}
 #This is the lowest value where the build succeeds. 512m is not enough.
 export MAVEN_OPTS="-Xmx900m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
 
 #keep it here for secondary platforms.
-mvn-rpmbuild install:install-file -Dfile=/usr/share/java/eclipse/jdt.core.jar -DgroupId=org.eclipse.jdt \
-    -DartifactId=org.eclipse.jdt.core -Dversion=3.9.0.v20130501-2249 -Dpackaging=jar -DskipTychoVersionCheck \
-	-Dtycho.local.keepTarget
+#mvn-rpmbuild install:install-file -Dfile=/usr/share/java/eclipse/jdt.core.jar -DgroupId=org.eclipse.jdt \
+#    -DartifactId=org.eclipse.jdt.core -Dversion=3.9.0.v20130501-2249 -Dpackaging=jar -DskipTychoVersionCheck \
+#	-Dtycho.local.keepTarget
 
 # workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=386377
 pushd rt.equinox.framework/bundles/org.eclipse.equinox.executable/library/gtk/
@@ -495,9 +486,9 @@ popd
 
 pushd eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_arch}
 	#keep it here for secondary platforms.
-	mvn-rpmbuild install:install-file -Dfile=/usr/share/java/eclipse/jdt.core.jar -DgroupId=org.eclipse.jdt \
-    -DartifactId=org.eclipse.jdt.core -Dversion=3.9.0.v20130501-2249 -Dpackaging=jar -DskipTychoVersionCheck \
-	-Dtycho.local.keepTarget
+#	mvn-rpmbuild install:install-file -Dfile=/usr/share/java/eclipse/jdt.core.jar -DgroupId=org.eclipse.jdt \
+#    -DartifactId=org.eclipse.jdt.core -Dversion=3.9.0.v20130501-2249 -Dpackaging=jar -DskipTychoVersionCheck \
+#	-Dtycho.local.keepTarget
 
 	mvn-rpmbuild clean verify \
    -Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
@@ -1010,6 +1001,9 @@ fi
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
 
 %changelog
+* Mon Jun 10 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.62.git84cba7
+- Update to I20130605-2000.
+
 * Thu Jun 6 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.61.git7bf397
 - Fix the dropins reconciliation.
 
diff --git a/get-eclipse.sh b/get-eclipse.sh
index fed825f..3a2f297 100755
--- a/get-eclipse.sh
+++ b/get-eclipse.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -e
 AGGREGATOR_PATH=git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git
-TAG=7bf3972a75228b74b91e1a9c4274d81bd43eab50 
+TAG=84cba7bf43da88dc3f33bc113104eb680f12aa2d 
 
 #source http://www.linuxjournal.com/content/normalizing-path-names-bash
 function normalize()
diff --git a/sources b/sources
index 62237c2..587a42b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4ebc240e0477b38b04f33ceb01fb71fc  R4_platform-aggregator-7bf3972a75228b74b91e1a9c4274d81bd43eab50.tar.bz2
 0aff7988c384ece2ac27e6abfe517e77  eclipse-build-b963e34cbd5ead603a051b7d4b79fc91114ccd87.tar.xz
+3c59e76d97e8efbbcd650e83780e16e0  R4_platform-aggregator-84cba7bf43da88dc3f33bc113104eb680f12aa2d.tar.bz2


More information about the scm-commits mailing list