diff --git a/eclipse-ignore-version-when-calculating-home.patch b/eclipse-ignore-version-when-calculating-home.patch index f60f47c..c465921 100644 --- a/eclipse-ignore-version-when-calculating-home.patch +++ b/eclipse-ignore-version-when-calculating-home.patch @@ -9,3 +9,14 @@ } catch (IOException e) { // Do nothing if we get an exception. We will default to a standard location // in the user's home dir. +--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java.bak 2013-05-29 08:55:02.000000000 +0200 ++++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java 2013-05-29 12:54:07.106821218 +0200 +@@ -1359,7 +1359,7 @@ + String appVersion = props.getProperty(PRODUCT_SITE_VERSION); + if (appVersion == null || appVersion.trim().length() == 0) + appVersion = ""; //$NON-NLS-1$ +- appName += File.separator + appId + "_" + appVersion + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$ ++ appName += File.separator + appId + "_" + installDirHash; //$NON-NLS-1$ //$NON-NLS-2$ + } catch (IOException e) { + // Do nothing if we get an exception. We will default to a standard location + // in the user's home dir. diff --git a/eclipse.spec b/eclipse.spec index ff489a0..e4611d2 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -10,7 +10,7 @@ Epoch: 1 %global eclipse_micro 0 %global initialize 1 %global eb_commit b963e34cbd5ead603a051b7d4b79fc91114ccd87 -%global eclipse_tag fde729c719c431ab993b2e7a3070ef972140bf33 +%global eclipse_tag 7bf3972a75228b74b91e1a9c4274d81bd43eab50 %global build_id I20130527-0800 %global eclipse_version %{eclipse_majmin}.%{eclipse_micro} %global installation_loc %{_libdir}/%{pkg_name} @@ -52,7 +52,7 @@ fi; Summary: An open, extensible IDE Name: %{?scl_prefix}eclipse Version: %{eclipse_version} -Release: 0.56.gitfde729%{?dist} +Release: 0.58.git7bf397%{?dist} License: EPL Group: Development/Tools URL: http://www.eclipse.org/ @@ -569,6 +569,7 @@ cat >> eclipse.ini < 1:4.3.0-0.58.git7bf397 +- Update to daily build. + +* Wed May 29 2013 Krzysztof Daniel 1:4.3.0-0.57.gitfde729 +- Don't guess previous configuration on first install. +- Ignore version when calculating user Eclipse folder. + * Wed May 29 2013 Krzysztof Daniel 1:4.3.0-0.56.gitfde729 - Update to RC2. diff --git a/get-eclipse.sh b/get-eclipse.sh index d9a473f..fed825f 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=fde729c719c431ab993b2e7a3070ef972140bf33 +TAG=7bf3972a75228b74b91e1a9c4274d81bd43eab50 #source http://www.linuxjournal.com/content/normalizing-path-names-bash function normalize() diff --git a/sources b/sources index 9fade1e..62237c2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -96477980bdb675b7327fbe0f5592b4fa R4_platform-aggregator-fde729c719c431ab993b2e7a3070ef972140bf33.tar.bz2 +4ebc240e0477b38b04f33ceb01fb71fc R4_platform-aggregator-7bf3972a75228b74b91e1a9c4274d81bd43eab50.tar.bz2 0aff7988c384ece2ac27e6abfe517e77 eclipse-build-b963e34cbd5ead603a051b7d4b79fc91114ccd87.tar.xz