diff --git a/.gitignore b/.gitignore index 26beac8..9438952 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ eclipse-build-0_6_1_RC2.tar.bz2 eclipse-build-0.6.1.tar.bz2 eclipse-build-0.6.2RC0.tar.bz2 eclipse-3.6.1-src.tar.bz2 +/eclipse-3.6.2-src.tar.bz2 +eclipse-build-bedb7791752e6bd2c954582489d43ece5229b49a.tar.bz2 +eclipse-build-0106a4c5904078e2e03d047210222a677337a1f1.tar.xz diff --git a/eclipse-help-webapps-xss-BZ329582.patch b/eclipse-help-webapps-xss-BZ329582.patch deleted file mode 100644 index 7ce0752..0000000 --- a/eclipse-help-webapps-xss-BZ329582.patch +++ /dev/null @@ -1,25 +0,0 @@ -# Backport patch for upstream Eclipse BZ: 329582 (XSS attack) ---- plugins/org.eclipse.help.webapp/advanced/content.jsp.orig 2010-04-21 14:00:16.000000000 -0400 -+++ plugins/org.eclipse.help.webapp/advanced/content.jsp 2010-12-10 09:41:14.642196217 -0500 -@@ -45,7 +45,7 @@ - - - -- " src='<%="contentToolbar.jsp"+data.getQuery()%>' marginwidth="0" marginheight="0" scrolling="no" frameborder="0" > -+ " src='<%="contentToolbar.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="0" marginheight="0" scrolling="no" frameborder="0" > - " src='<%=UrlUtil.htmlEncode(data.getContentURL())%>' marginwidth="10"<%=(data.isIE() && "6.0".compareTo(data.getIEVersion()) <=0)?"scrolling=\"yes\"":""%> marginheight="0" frameborder="0" > - <% - AbstractFrame[] frames = frameData.getFrames(AbstractFrame.BELOW_CONTENT); ---- plugins/org.eclipse.help.webapp/basic/index.jsp.orig 2010-04-21 14:00:17.000000000 -0400 -+++ plugins/org.eclipse.help.webapp/basic/index.jsp 2010-12-10 09:42:58.516317455 -0500 -@@ -29,8 +29,8 @@ - <% - } - %> -- " src='<%="basic/tabs.jsp"+data.getQuery()%>' marginwidth="5" marginheight="5" scrolling="no"> -- " src='<%="basic/help.jsp"+data.getQuery()%>' frameborder="no" marginwidth="0" marginheight="0" scrolling="no"> -+ " src='<%="basic/tabs.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' marginwidth="5" marginheight="5" scrolling="no"> -+ " src='<%="basic/help.jsp"+UrlUtil.htmlEncode(data.getQuery())%>' frameborder="no" marginwidth="0" marginheight="0" scrolling="no"> - <% - if(!("0".equals(data.getFooterHeight()))){ - %> diff --git a/eclipse-mv-Platform.sh b/eclipse-mv-Platform.sh deleted file mode 100644 index e104435..0000000 --- a/eclipse-mv-Platform.sh +++ /dev/null @@ -1,163 +0,0 @@ -#!/bin/sh - -baseDir=$1 - -mkdir -p features plugins -mv $baseDir/about* . -mv $baseDir/configuration/ . -mv $baseDir/eclipse{,.ini} . -mv $baseDir/epl-v10.html . -mv $baseDir/notice.html . -mv $baseDir/readme/ . -mv $baseDir/features/org.eclipse.platform_* features -mv $baseDir/features/org.eclipse.help_* features -mv $baseDir/features/org.eclipse.cvs_* features -mv $baseDir/plugins/org.eclipse.cvs_* plugins -mv $baseDir/plugins/org.eclipse.team.cvs.core_* plugins -mv $baseDir/plugins/org.eclipse.team.cvs.ssh2_* plugins -mv $baseDir/plugins/org.eclipse.team.cvs.ui_* plugins -mv $baseDir/features/org.eclipse.equinox.p2.user.ui_* features -mv $baseDir/plugins/*linux* plugins -mv $baseDir/plugins/com.jcraft.jsch_* plugins -mv $baseDir/plugins/org.eclipse.compare_* plugins -mv $baseDir/plugins/org.eclipse.compare.core_* plugins -mv $baseDir/plugins/org.eclipse.core.boot_* plugins -mv $baseDir/plugins/org.eclipse.core.filebuffers_* plugins -mv $baseDir/plugins/org.eclipse.core.filesystem_* plugins -mv $baseDir/plugins/org.eclipse.core.net_* plugins -mv $baseDir/plugins/org.eclipse.core.resources_* plugins -mv $baseDir/plugins/org.eclipse.osgi.util_* plugins -mv $baseDir/plugins/org.eclipse.debug.core_* plugins -mv $baseDir/plugins/org.eclipse.debug.ui_* plugins -mv $baseDir/plugins/org.eclipse.help.appserver_* plugins -mv $baseDir/plugins/org.eclipse.ltk.core.refactoring_* plugins -mv $baseDir/plugins/org.eclipse.ltk.ui.refactoring_* plugins -mv $baseDir/plugins/org.eclipse.platform_* plugins -mv $baseDir/plugins/org.eclipse.platform.doc.user_* plugins -mv $baseDir/plugins/org.eclipse.search_* plugins -mv $baseDir/plugins/org.eclipse.team.core_* plugins -mv $baseDir/plugins/org.eclipse.team.ui_* plugins -mv $baseDir/plugins/org.eclipse.text_* plugins -mv $baseDir/plugins/org.eclipse.jface.text_* plugins -mv $baseDir/plugins/org.eclipse.jsch.core_* plugins -mv $baseDir/plugins/org.eclipse.jsch.ui_* plugins -mv $baseDir/plugins/org.eclipse.ui.console_* plugins -mv $baseDir/plugins/org.eclipse.ui.presentations.r21_* plugins -mv $baseDir/plugins/org.eclipse.ui.intro_* plugins -mv $baseDir/plugins/org.eclipse.ui.intro.universal_* plugins -mv $baseDir/plugins/org.eclipse.ui.cheatsheets_* plugins -mv $baseDir/plugins/org.eclipse.ui.browser_* plugins -mv $baseDir/plugins/org.eclipse.ui.navigator_* plugins -mv $baseDir/plugins/org.eclipse.ui.navigator.resources_* plugins -mv $baseDir/plugins/org.eclipse.ui.net_* plugins -mv $baseDir/plugins/org.eclipse.ui.workbench.texteditor_* plugins -mv $baseDir/plugins/org.eclipse.ui.views_* plugins -mv $baseDir/plugins/org.eclipse.ui.editors_* plugins -mv $baseDir/plugins/org.eclipse.ui.externaltools_* plugins -mv $baseDir/plugins/org.eclipse.ui.ide_* plugins -mv $baseDir/plugins/org.eclipse.ui.ide.application_* plugins -mv $baseDir/plugins/org.eclipse.update.core_* plugins -mv $baseDir/plugins/org.eclipse.update.scheduler_* plugins -mv $baseDir/plugins/org.eclipse.update.ui_* plugins -mv $baseDir/plugins/org.eclipse.ui.workbench.compatibility_* plugins -mv $baseDir/plugins/org.eclipse.ui.views.properties.tabbed_* plugins -mv $baseDir/plugins/org.eclipse.equinox.security_* plugins -mv $baseDir/plugins/org.eclipse.equinox.security.ui_* plugins -mv $baseDir/features/org.eclipse.rcp_* features -mv $baseDir/plugins/com.ibm.icu_* plugins -mv $baseDir/plugins/org.eclipse.core.commands_* plugins -mv $baseDir/plugins/org.eclipse.core.databinding_* plugins -mv $baseDir/plugins/org.eclipse.core.databinding.beans_* plugins -mv $baseDir/plugins/org.eclipse.core.databinding.observable_* plugins -mv $baseDir/plugins/org.eclipse.core.databinding.property_* plugins -mv $baseDir/plugins/org.eclipse.core.jobs_* plugins -mv $baseDir/plugins/org.eclipse.core.expressions_* plugins -mv $baseDir/plugins/org.eclipse.core.runtime_* plugins -mv $baseDir/plugins/org.eclipse.core.runtime.compatibility.auth_* plugins -mv $baseDir/plugins/org.eclipse.osgi_* plugins -mv $baseDir/plugins/org.eclipse.help_* plugins -mv $baseDir/plugins/org.eclipse.swt_* plugins -mv $baseDir/plugins/org.eclipse.jface_* plugins -mv $baseDir/plugins/org.eclipse.jface.databinding_* plugins -mv $baseDir/plugins/org.eclipse.ui_* plugins -mv $baseDir/plugins/org.eclipse.ui.workbench_* plugins -mv $baseDir/plugins/org.eclipse.update.configurator_* plugins -mv $baseDir/plugins/org.eclipse.equinox.simpleconfigurator_* plugins -mv $baseDir/plugins/org.eclipse.rcp_* plugins -mv $baseDir/plugins/org.eclipse.core.contenttype_* plugins -mv $baseDir/plugins/org.eclipse.core.externaltools_* plugins -mv $baseDir/plugins/org.eclipse.equinox.app_* plugins -mv $baseDir/plugins/org.eclipse.equinox.common_* plugins -mv $baseDir/plugins/org.eclipse.equinox.event_* plugins -mv $baseDir/plugins/org.eclipse.equinox.ds_* plugins -mv $baseDir/plugins/org.eclipse.equinox.initializer_* plugins -mv $baseDir/plugins/org.eclipse.equinox.preferences_* plugins -mv $baseDir/plugins/org.eclipse.equinox.registry_* plugins -mv $baseDir/plugins/org.eclipse.equinox.util_* plugins -mv $baseDir/plugins/org.eclipse.equinox.launcher_* plugins -mv $baseDir/plugins/org.eclipse.core.runtime.compatibility.registry_* plugins -mv $baseDir/plugins/org.eclipse.core.variables_* plugins -mv $baseDir/plugins/javax.servlet_* plugins -mv $baseDir/plugins/javax.servlet.jsp_* plugins -mv $baseDir/plugins/org.apache.ant_* plugins -mv $baseDir/plugins/org.apache.commons.codec_* plugins -mv $baseDir/plugins/org.apache.commons.el_* plugins -mv $baseDir/plugins/org.apache.commons.logging_* plugins -mv $baseDir/plugins/org.apache.commons.httpclient_* plugins -mv $baseDir/plugins/org.apache.jasper_* plugins -mv $baseDir/plugins/org.apache.lucene_* plugins -mv $baseDir/plugins/org.apache.lucene.analysis_* plugins -mv $baseDir/plugins/org.eclipse.ant.core_* plugins -mv $baseDir/plugins/org.eclipse.core.runtime.compatibility_* plugins -mv $baseDir/plugins/org.eclipse.ecf_* plugins -mv $baseDir/plugins/org.eclipse.ecf.filetransfer_* plugins -mv $baseDir/plugins/org.eclipse.ecf.identity_* plugins -mv $baseDir/plugins/org.eclipse.ecf.provider.filetransfer_* plugins -mv $baseDir/plugins/org.eclipse.ecf.provider.filetransfer.httpclient_* plugins -mv $baseDir/plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_* plugins -mv $baseDir/plugins/org.eclipse.ecf.provider.filetransfer.ssl_* plugins -mv $baseDir/plugins/org.eclipse.ecf.ssl_* plugins -mv $baseDir/plugins/org.eclipse.equinox.frameworkadmin_* plugins -mv $baseDir/plugins/org.eclipse.equinox.frameworkadmin.equinox_* plugins -mv $baseDir/plugins/org.eclipse.equinox.http.jetty_* plugins -mv $baseDir/plugins/org.eclipse.equinox.http.registry_* plugins -mv $baseDir/plugins/org.eclipse.equinox.http.servlet_* plugins -mv $baseDir/plugins/org.eclipse.equinox.jsp.jasper_* plugins -mv $baseDir/plugins/org.eclipse.equinox.jsp.jasper.registry_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.artifact.repository_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.console_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.core_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.director_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.director.app_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.directorywatcher_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.engine_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.extensionlocation_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.garbagecollector_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.jarprocessor_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.metadata_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.metadata.generator_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.metadata.repository_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.operations_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.publisher_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.repository_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.repository.tools_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.reconciler.dropins_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.touchpoint.natives_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.ui_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.ql_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.ui.sdk_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.updatechecker_* plugins -mv $baseDir/plugins/org.eclipse.equinox.p2.updatesite_* plugins -mv $baseDir/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_* plugins -mv $baseDir/plugins/org.eclipse.help.base_* plugins -mv $baseDir/plugins/org.eclipse.help.ui_* plugins -mv $baseDir/plugins/org.eclipse.help.webapp_* plugins -mv $baseDir/plugins/org.eclipse.osgi.services_* plugins -mv $baseDir/plugins/org.eclipse.ui.forms_* plugins -mv $baseDir/plugins/org.mortbay.jetty.util_* plugins -mv $baseDir/plugins/org.mortbay.jetty.server_* plugins -mv $baseDir/plugins/org.sat4j.core_* plugins -mv $baseDir/plugins/org.sat4j.pb_* plugins -sed -i 's/org.eclipse.sdk.ide/org.eclipse.platform.ide/' configuration/config.ini diff --git a/eclipse-swt-ppc64-version.patch b/eclipse-swt-ppc64-version.patch deleted file mode 100644 index fd821ae..0000000 --- a/eclipse-swt-ppc64-version.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- pluginVersions.properties.orig 2009-11-17 14:14:23.347601483 +0200 -+++ pluginVersions.properties 2009-11-17 14:15:06.718811108 +0200 -@@ -175,6 +175,7 @@ org.eclipse.core.databinding.property,0. - org.eclipse.ui.examples.propertysheet,0.0.0=I20070319-0010 - org.eclipse.core.jobs,0.0.0=v20090429-1800 - org.eclipse.swt.gtk.linux.ppc,0.0.0=v3555a -+org.eclipse.swt.gtk.linux.ppc64,0.0.0=v3555a - org.eclipse.swt.carbon.macosx,0.0.0=v3555a - org.eclipse.jdt.ui.examples.projects,0.0.0=v20090603 - org.eclipse.pde.runtime,0.0.0=v20090731 diff --git a/eclipse-target-platform-template.patch b/eclipse-target-platform-template.patch deleted file mode 100644 index 6e71e85..0000000 --- a/eclipse-target-platform-template.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- plugins/org.eclipse.pde.core/targets/rcpWithSource.target.old 2009-09-09 20:58:19.915548076 +0100 -+++ plugins/org.eclipse.pde.core/targets/rcpWithSource.target 2009-09-09 21:03:43.845541597 +0100 -@@ -3,15 +3,9 @@ - - - -- -- -- -- -- -- -- -- -- -- -+ -+ -+ -+ - - diff --git a/eclipse.sh.in b/eclipse.sh.in deleted file mode 100755 index 6eae604..0000000 --- a/eclipse.sh.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# Work around bugs.eclipse.org/290395 -export GDK_NATIVE_WINDOWS=true - -/usr/lib/eclipse/eclipse "$@" \ No newline at end of file diff --git a/eclipse.spec b/eclipse.spec index 8c28d69..7e07229 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1,15 +1,11 @@ -# TODO: -# - see why about.html isn't being copied on ppc -# - fix ant libs Epoch: 1 %global eclipse_major 3 %global eclipse_minor 6 %global eclipse_majmin %{eclipse_major}.%{eclipse_minor} -%global eclipse_micro 1 +%global eclipse_micro 2 %global initialize 1 %global download_url http://download.eclipse.org/technology/linuxtools/eclipse-build/3.6.x_Helios/ -%global bootstrap 0 # All arches line up between Eclipse and Linux kernel names except i386 -> x86 %ifarch %{ix86} @@ -27,34 +23,23 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 5%{?dist} +Release: 1%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ -Source0: %{download_url}eclipse-build-0.6.2RC0.tar.bz2 +Source0: %{download_url}eclipse-build-0106a4c5904078e2e03d047210222a677337a1f1.tar.xz Source1: %{download_url}eclipse-%{version}-src.tar.bz2 -Source2: eclipse.sh.in Source17: efj.sh.in -# This script copies the platform sub-set of the SDK for generating metadata -Source28: %{name}-mv-Platform.sh -Patch0: remove-ant-trax.patch # Patch to allow xpcom.cpp to build under latest xulrunner which has removed # a particular API and a type it depends on so we don't want to compile that # API Patch1: eclipse-xpcom-h.patch -# Shell script portability patch: prepare-build-dir.sh -Patch2: prepare-build-dir.sh.patch -# Backport of security fix for BZ 661901 -Patch3: eclipse-help-webapps-xss-BZ329582.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ant ant-nodeps +BuildRequires: ant BuildRequires: jpackage-utils >= 0:1.5, make, gcc -BuildRequires: gnome-vfs2-devel BuildRequires: gtk2-devel BuildRequires: glib2-devel BuildRequires: libgnome-devel -BuildRequires: libgnomeui-devel BuildRequires: gcc-c++ BuildRequires: nspr-devel BuildRequires: libXtst-devel @@ -66,10 +51,9 @@ BuildRequires: desktop-file-utils BuildRequires: java-devel >= 1.6.0 BuildRequires: java-javadoc BuildRequires: libXt-devel -BuildRequires: xulrunner-devel >= 1.9.3 +BuildRequires: xulrunner-devel BuildRequires: webkitgtk-devel -%if !%{bootstrap} BuildRequires: icu4j-eclipse >= 1:4.2.1-1 BuildRequires: tomcat5-jasper-eclipse >= 5.5.27-6.3 BuildRequires: tomcat6-servlet-2.5-api >= 6.0.18-9.2 @@ -77,8 +61,8 @@ BuildRequires: tomcat6-jsp-2.1-api BuildRequires: ant-antlr ant-apache-bcel ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache-resolver ant-commons-logging ant-apache-bsf ant-commons-net BuildRequires: ant-javamail ant-jdepend ant-junit ant-swing ant-jsch BuildRequires: jsch >= 0:0.1.41 -BuildRequires: apache-commons-el >= 1.0-9 -BuildRequires: apache-commons-logging >= 1.0.4-6jpp.3 +BuildRequires: apache-commons-el +BuildRequires: apache-commons-logging BuildRequires: apache-commons-codec BuildRequires: jakarta-commons-httpclient BuildRequires: jetty >= 6.1.24-1 @@ -89,7 +73,6 @@ BuildRequires: junit4 BuildRequires: hamcrest >= 0:1.1-9.2 BuildRequires: sat4j >= 2.2.0-1 BuildRequires: objectweb-asm -%endif %description The Eclipse platform is designed for building integrated development @@ -102,7 +85,7 @@ Group: Text Editors/Integrated Development Environments (IDE) # %{_libdir}/java directory owned by jpackage-utils Requires: jpackage-utils Requires: gtk2 -Requires: xulrunner >= 1.9.3 +Requires: xulrunner Requires: webkitgtk Conflicts: mozilla Provides: libswt3-gtk2 = 1:%{version}-%{release} @@ -117,9 +100,7 @@ SWT Library for GTK+-2.0. Summary: Eclipse Rich Client Platform Group: Development/Languages Requires: %{name}-swt = %{epoch}:%{version}-%{release} -%if ! %{bootstrap} Requires: icu4j-eclipse >= 1:4.2.1-1 -%endif Requires: java >= 1.6.0 %description rcp @@ -129,11 +110,10 @@ Eclipse Rich Client Platform Summary: Eclipse platform common files Group: Text Editors/Integrated Development Environments (IDE) Requires: %{name}-rcp = %{epoch}:%{version}-%{release} -%if ! %{bootstrap} Requires: ant-antlr ant-apache-bcel ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache-resolver ant-commons-logging ant-apache-bsf ant-commons-net -Requires: ant-javamail ant-jdepend ant-junit ant-nodeps ant-swing ant-jsch -Requires: apache-commons-el >= 1.0-9 -Requires: apache-commons-logging >= 1.0.4-6jpp.3 +Requires: ant-javamail ant-jdepend ant-junit ant-swing ant-jsch +Requires: apache-commons-el +Requires: apache-commons-logging Requires: apache-commons-codec Requires: tomcat5-jasper-eclipse >= 5.5.27-6.3 Requires: tomcat6-servlet-2.5-api >= 6.0.18-9.2 @@ -143,7 +123,6 @@ Requires: jsch >= 0.1.41 Requires: lucene >= 2.3.1-3.4 Requires: lucene-contrib >= 2.3.1-3.4 Requires: sat4j >= 2.2.0-1 -%endif Provides: eclipse-cvs-client = 1:%{version}-%{release} Obsoletes: eclipse-cvs-client < 1:3.3.2-20 @@ -156,11 +135,9 @@ Summary: Eclipse Java Development Tools Group: Text Editors/Integrated Development Environments (IDE) Requires: %{name}-platform = %{epoch}:%{version}-%{release} Requires: %{name}-cvs-client = %{epoch}:%{version}-%{release} -%if ! %{bootstrap} Requires: junit >= 3.8.1-3jpp Requires: junit4 Requires: jakarta-commons-httpclient -%endif Requires: java-javadoc Requires: java-devel @@ -175,10 +152,8 @@ Provides: eclipse = %{epoch}:%{version}-%{release} Provides: eclipse-sdk = %{epoch}:%{version}-%{release} Requires: %{name}-platform = %{epoch}:%{version}-%{release} Requires: %{name}-jdt = %{epoch}:%{version}-%{release} -%if ! %{bootstrap} Requires: objectweb-asm Requires: hamcrest >= 0:1.1-9.2 -%endif # For PDE Build wrapper script + creating jars Requires: zip Requires: bash @@ -190,29 +165,16 @@ Eclipse Plugin Development Environment. This package is required for developing Eclipse plugins. %prep -%setup -q -n eclipse-build-0.6.2 +%setup -q -n eclipse-build-master cp %{SOURCE1} . ant -DbuildArch=%{eclipse_arch} applyPatches -sed -i -e "s|org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar=/usr/share/java/ant/ant-trax.jar:/usr/share/java/ant-trax.jar||g" nonosgidependencies.properties -sed -i -e "s|org.apache.ant_1.7.1.v20100518-1145/lib/ant-nodeps.jar=/usr/share/java/ant/ant-nodeps.jar:/usr/share/java/ant-nodeps.jar||g" nonosgidependencies.properties -sed -i -e "s|tomcat5-jsp-2.0-api|tomcat6-jsp-2.1-api|g" dependencies.properties pushd build/eclipse-%{version}-src -%patch0 pushd plugins/org.eclipse.swt -pushd Eclipse\ SWT\ PI/gtk/library -sed -i -e "s|-lwebkit-1.0|\`pkg-config --libs webkit-1.0\`|g" make_linux.mak -popd pushd Eclipse\ SWT\ Mozilla/common/library/ %patch1 popd popd -# Apply shell script portability -# patch to upstream prepare-build-dir.sh -%patch2 -# Eclipse help XSS vulnerability -%patch3 - # Use our system-installed javadocs, reference only what we built, and # don't like to osgi.org docs (FIXME: maybe we should package them?) sed -i -e "s|http://java.sun.com/j2se/1.4.2/docs/api|%{_datadir}/javadoc/java|" \ @@ -238,10 +200,7 @@ SWT_MIN_VER=$(grep min_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/m SWT_VERSION=$SWT_MAJ_VER$SWT_MIN_VER swt_frag_ver=$(grep v$SWT_VERSION plugins/org.eclipse.swt.gtk.linux.x86/build.xml | sed "s:.*<.*\"\(.*\)\" />:\1:") swt_frag_ver_s390x=$(grep "version\.suffix\" value=" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml | sed "s:.*<.*\"\(.*\)\" />:\1:") -#sed --in-place "s|$swt_frag_ver_s390x|$swt_frag_ver|g" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml \ -# plugins/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF -%if ! %{bootstrap} # make sure there are no jars left JARS="" for j in $(find -name \*.jar); do @@ -253,7 +212,6 @@ if [ ! -z "$JARS" ]; then echo "These jars should be deleted and symlinked to system jars: $JARS" #FIXME: enable exit 1 fi -%endif popd @@ -262,20 +220,12 @@ export JAVA_HOME=%{java_home} ant provision.cvs %install -rm -rf $RPM_BUILD_ROOT ant -DdestDir=$RPM_BUILD_ROOT -Dprefix=/usr -Dmultilib=true installSDKinDropins # We don't need icon.xpm # https://bugs.eclipse.org/292472 rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/icon.xpm -# Set GDK_NATIVE_WINDOWS=true -# https://bugzilla.redhat.com/531675 (https://bugs.eclipse.org/290395) -rm $RPM_BUILD_ROOT/%{_bindir}/%{name} -install -p -D -m0755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/%{name} -sed --in-place "s:/usr/lib:%{_libdir}:" \ - $RPM_BUILD_ROOT%{_bindir}/%{name} - # Some directories we need install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/java @@ -301,7 +251,7 @@ popd # Temporary fix until https://bugs.eclipse.org/294877 is resolved sed -i "s|-Xms40m|-Xms128m|g" $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini sed -i "s|-Xmx384m|-Xmx512m|g" $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini -echo "" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini +echo "-Dorg.eclipse.swt.browser.UseWebKitGTK=true" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini echo "-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini echo "-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding," >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini echo "-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini @@ -360,9 +310,6 @@ PDEBUILDVERSION=$(ls $RPM_BUILD_ROOT%{_libdir}/%{name}/dropins/sdk/plugins \ sed -i "s/@PDEBUILDVERSION@/$PDEBUILDVERSION/g" \ $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/pdebuild -%clean -rm -rf $RPM_BUILD_ROOT - %post platform touch --no-create %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then @@ -407,9 +354,6 @@ fi %{_libdir}/%{name}/configuration/org.eclipse.osgi/.manager %{_libdir}/%{name}/configuration/org.eclipse.osgi/.state* %endif -%if %{bootstrap} -%{_libdir}/%{name}/plugins/com.ibm.icu_* -%endif %dir %{_libdir}/%{name}/configuration %config %{_libdir}/%{name}/configuration/config.ini %config %{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info @@ -614,6 +558,19 @@ fi %{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Fri Apr 8 2011 Alexander Kurtakov 1:3.6.2-1 +- Switch to webkit by default. +- New eclipse-build snapshot. + +* Wed Apr 6 2011 Alexander Kurtakov 1:3.6.2-0.2 +- Drop bootstrap conditional. +- Drop shell start script. +- Drop jpp versioned dependencies - apache-commons-* have never had such versions. +- Removed patches moved to eclipse-build. + +* Fri Mar 11 2011 Alexander Kurtakov 1:3.6.2-0.1 +- First take on 3.6.2. + * Tue Feb 08 2011 Fedora Release Engineering - 1:3.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild @@ -689,263 +646,3 @@ fi * Fri Jul 9 2010 Alexander Kurtakov 1:3.6.0-1 - Update to 3.6.0. - Based on eclipse-build 0.6.1 RC0. - -* Thu Jul 08 2010 Alexander Kurtakov 1:3.5.2-10 -- Rebuild for new jetty. - -* Thu Jun 17 2010 Alexander Kurtakov 1:3.5.2-9 -- Fix typo in symlinking. - -* Thu Jun 17 2010 Alexander Kurtakov 1:3.5.2-8 -- No need to link jasper. - -* Thu Jun 17 2010 Alexander Kurtakov 1:3.5.2-7 -- Fix servlet and jsp apis symlinks. - -* Thu Jun 17 2010 Alexander Kurtakov 1:3.5.2-6 -- Fix jetty symlinks. - -* Thu Jun 10 2010 Andrew Overholt 1:3.5.2-5 -- Move hamcrest to dropins/jdt (rhbz#601059). -- Re-symlink after provisioning (rhbz#602865). - -* Mon Apr 12 2010 Andrew Overholt 1:3.5.2-4 -- Rebuild to pick up new xulrunner. - -* Fri Mar 19 2010 Alexander Kurtakov 1:3.5.2-3 -- Use eclipse-build 0.5.0 release. - -* Mon Mar 8 2010 Alexander Kurtakov 1:3.5.2-2 -- Fix multilib install. - -* Sun Mar 7 2010 Alexander Kurtakov 1:3.5.2-1 -- Update to 3.5.2. - -* Thu Jan 07 2010 Andrew Overholt 1:3.5.1-28 -- Version Provides for "eclipse" and "eclipse-sdk" (-pde). - -* Tue Dec 22 2009 Andrew Overholt 1:3.5.1-27 -- Fix patch application. - -* Tue Dec 22 2009 Andrew Overholt 1:3.5.1-26 -- Backport eclipse-build patch for e.o#291128. - -* Tue Dec 15 2009 Alexander Kurtakov 1:3.5.1-25 -- Fix o.e.jdt.junit dropins issue. RHBZ#538803 (Thanks to Patrick Higgins). - -* Fri Dec 4 2009 Alexander Kurtakov 1:3.5.1-24 -- Replace gecko BR/Rs with xulrunner. -- Drop xulrunner-devel-unstable now that it's merged in xulrunner-devel. - -* Thu Dec 3 2009 Alexander Kurtakov 1:3.5.1-23 -- Remove old manipulations to bundles.info. -- Update to eclipse-build 0.4 release. - -* Mon Nov 30 2009 Andrew Overholt 1:3.5.1-22 -- Move ant-nodeps out of bootstrap. - -* Tue Nov 17 2009 Andrew Overholt 1:3.5.1-21 -- Fix typo in memory settings. - -* Tue Nov 17 2009 Alexander Kurtakov 1:3.5.1-20 -- Fix ppc64 swt jar version. - -* Mon Nov 16 2009 Andrew Overholt 1:3.5.1-19 -- Temporarily patch for e.o#294877. -- Fix some whitespace. - -* Fri Nov 13 2009 Alexander Kurtakov 1:3.5.1-18 -- No about files on ppc64 too. - -* Wed Nov 11 2009 Alexander Kurtakov 1:3.5.1-17 -- Update to eclipse-build 0.4 RC4 (fixes pdebuild escaping). - -* Tue Nov 10 2009 Alexander Kurtakov 1:3.5.1-16 -- Specify -DbuildArch when running ant applyPatches. - -* Tue Nov 10 2009 Alexander Kurtakov 1:3.5.1-15 -- Update to eclipse-build 0.4 RC3. - -* Fri Nov 10 2009 Alexander Kurtakov 1:3.5.1-14 -- Fix build with commons-codec 1.4. - -* Fri Oct 30 2009 Andrew Overholt 1:3.5.1-13 -- Make /usr/bin/eclipse a wrapper script due to rhbz#531675 (e.o#290395). - -* Mon Oct 26 2009 Andrew Overholt 1:3.5.1-12 -- Remove old TODO items. - -* Fri Oct 23 2009 Alexander Kurtakov 1:3.5.1-12 -- No need to invoke desktop-file-install, it's handled by e-b install now. - -* Thu Oct 22 2009 Alexander Kurtakov 1:3.5.1-11 -- Remove ppc64 files copying and sedding. Supported by eclipse-build now. - -* Tue Oct 20 2009 Alexander Kurtakov 1:3.5.1-10 -- Remove old/not needed BR/Rs. - -* Mon Oct 19 2009 Alexander Kurtakov 1:3.5.1-9 -- New e-b snapshot that contains fragments for ppc64. - -* Thu Oct 15 2009 Alexander Kurtakov 1:3.5.1-8 -- Add bootstrap flag. - -* Mon Oct 12 2009 Alexander Kurtakov 1:3.5.1-7 -- Put back JAVA_HOME. - -* Mon Oct 12 2009 Alexander Kurtakov 1:3.5.1-6 -- New eclipse-build snapshot. Pdebuild and ecf compilation are part of it. - -* Thu Oct 8 2009 Alexander Kurtakov 1:3.5.1-5 -- Fix install call. - -* Thu Oct 8 2009 Alexander Kurtakov 1:3.5.1-4 -- New eclipse-build snapshot. Remove parts included in it. - -* Wed Oct 07 2009 Andrew Overholt 1:3.5.1-3 -- Add patch for bugs.eclipse.org/287307 - -* Mon Oct 5 2009 Alexander Kurtakov 1:3.5.1-2 -- Add /usr/share/eclipse/dropins to dropins locations. - -* Fri Oct 2 2009 Alexander Kurtakov 1:3.5.1-1 -- Update to 3.5.1. - -* Tue Sep 29 2009 Alexander Kurtakov 1:3.5.0-4 -- Symlink to unversioned jetty jars. - -* Tue Sep 29 2009 Alexander Kurtakov 1:3.5.0-3 -- Build with eclipse-build 0.4.0 RC0. - -* Wed Sep 23 2009 Andrew Overholt 1:3.5.0-2 -- Move jakarta-commons-codec requirement from jdt to platform. - -* Tue Sep 22 2009 Alexander Kurtakov 1:3.5.0-1 -- Fix help toolbar jsp problem. - -* Fri Sep 18 2009 Alexander Kurtakov 1:3.5.0-0.13 -- Update ecf-filetransfer and build it. - -* Tue Sep 15 2009 Alexander Kurtakov 1:3.5.0-0.12 -- Build with system jetty. - -* Mon Sep 14 2009 Andrew Overholt 1:3.5.0-0.11 -- Add /usr/share/eclipse/dropins to list of dropins locations - (rhbz#522117). - -* Wed Sep 09 2009 Mat Booth 1:3.5.0-0.10 -- Patch the target platform templates so they find all the required - source bundles (see RHBZ # 521969). - -* Mon Aug 31 2009 Alexander Kurtakov 1:3.5.0-0.9 -- Remove all testframework sources, patches, build and etc. - -* Tue Aug 18 2009 Alexander Kurtakov 1:3.5.0-0.8 -- Use system hamcrest. - -* Mon Aug 17 2009 Alexander Kurtakov 1:3.5.0-0.7 -- Use o.e.equinox.initializer from SOURCE1 instead of separate one. - -* Fri Aug 14 2009 Alexander Kurtakov 1:3.5.0-0.6 -- Do not use the provided eclipse.ini but the one from build. - -* Thu Aug 13 2009 Alexander Kurtakov 1:3.5.0-0.5 -- Add epoch to icu4j Requires/BuildRequires. - -* Tue Aug 11 2009 Alexander Kurtakov 1:3.5.0-0.4.0 -- Fix sources url. -- Make it use system icu4j and sat4j. - -* Fri Aug 7 2009 Alexander Kurtakov 1:3.5.0-0.3.35 -- Another missing ppc64 fragment. - -* Fri Aug 7 2009 Alexander Kurtakov 1:3.5.0-0.3.34 -- Fix missing fragment on ppc64. - -* Thu Aug 6 2009 Alexander Kurtakov 1:3.5.0-0.3.33 -- Fix missing launcher for ppc64. - -* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.32 -- Manually enable o.e.core.runtime and o.e.equinox.ds because it's not enabled on ppc64. - -* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.31 -- Revert initialize call path changes. - -* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.30 -- Additional output to debug ppc64 build failures. - -* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.29 -- Reenable initialize. -- Fix paths in initializer call. - -* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.28 -- Disable initialize. - -* Tue Aug 4 2009 Alexander Kurtakov 1:3.5.0-0.3.27 -- No need to copy eclipse.ini for secondary archs. - -* Tue Aug 4 2009 Alexander Kurtakov 1:3.5.0-0.3.26 -- eclipse/about_files are not installed on ppc for some reason. - -* Mon Aug 3 2009 Alexander Kurtakov 1:3.5.0-0.3.25 -- Swith to eclipse-build for building. - -* Fri Jul 24 2009 Fedora Release Engineering - 1:3.5.0-0.3.9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Jun 17 2009 Alexander Kurtakov 1:3.5.0-0.2.9 -- Fix package-build template to add target for -Dconfigs. - -* Tue May 19 2009 Andrew Overholt 1:3.5.0-0.2.8 -- Remove Fedora branding. - -* Thu May 7 2009 Andrew Overholt 1:3.5.0-0.2.7 -- Update patch to tests' library.xml to allow for easy debugging of tests. - -* Wed Apr 29 2009 Alexander Kurtakov 1:3.5.0-0.2.6 -- Fix initializer run (sed again). - -* Wed Apr 29 2009 Alexander Kurtakov 1:3.5.0-0.2.5 -- Bump tomcat6 BR. -- Fix director run to not require sed on bundles.info. - -* Wed Apr 22 2009 Alexander Kurtakov 1:3.5.0-0.2.4 -- Update to newer I-build. -- Update fedora customization. -- Bump dependencies minimal versions. -- Fix update site functionality. -- Simplify jdt %%files section. - -* Tue Apr 14 2009 Alexander Kurtakov 1:3.5.0-0.2.3 -- Rediff patch30. - -* Tue Apr 14 2009 Alexander Kurtakov 1:3.5.0-0.2.2 -- Fix version of source bundles. - -* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.2.1 -- Create org.eclipse.swt.gtk.linux.* based on the ppc version. - -* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.2 -- Remove patches for the ecj package and others already applied upstream. -- Rediff some ppc64 patches. - -* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.1.12 -- o.e.update.core.linux is x86 only. - -* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.1.11 -- Remove more p2 generated files. - -* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.1.10 -- Do not install p2 generatad file. - -* Fri Apr 10 2009 Alexander Kurtakov 1:3.5.0-0.1.9 -- BR/R jakarta-commons-codec and jakarta-commons-httpclient. - -* Thu Apr 9 2009 Alexander Kurtakov 1:3.5.0-0.1.8 -- Add patch for xulrunner compilation. - -* Tue Apr 7 2009 Alexander Kurtakov 1:3.5.0-0.1.7 -- Fix patch name. - -* Thu Apr 2 2009 Alexander Kurtakov 1:3.5.0-0.1.6 -- First try for 3.5 build. diff --git a/pre320changelog.txt b/pre320changelog.txt deleted file mode 100644 index 44b09bb..0000000 --- a/pre320changelog.txt +++ /dev/null @@ -1,767 +0,0 @@ -* Fri Jul 14 2006 Andrew Overholt 3.1.2-1jpp_16fc -- Try >= instead of = for the -devel package requirements to facilitate our - -devel to -sdk rename (to match upstream) with 3.2.0. - -* Tue May 30 2006 Ben Konrath 3.1.2-1jpp_15fc -- Bump release. - -* Mon May 29 2006 Ben Konrath 3.1.2-1jpp_14fc -- Add pde.build-add-package-build.patch to add generic releng scripts. -- Move doc.isv plugins to devel packages and require java-javadoc on devel - packages. -- Add pde-runtime subpackage - needed for PHPeclipse package. -- Update libswt mozilla patch for mozilla 1.7.13. -- Add swt patch to fix rh#191536, e.o#98371. - -* Tue Mar 07 2006 Andrew Overholt 3.1.2-1jpp_13fc -- One more small help fix (include tomcatwrapper.jar o.e.tomcat manifest). - -* Fri Mar 03 2006 Andrew Overholt 3.1.2-1jpp_12fc -- Only build with a native ecj on x86{,_64} - -* Tue Feb 28 2006 Andrew Overholt 3.1.2-1jpp_12fc -- Update to tomcat 5.5 (e.o#98371). -- Don't build on ppc64 until we get the tomcat situation straightened out. - -* Fri Feb 17 2006 Igor Foox - 1:3.1.2-1jpp_10fc -- Added patch for ppc64. - -* Fri Feb 17 2006 Igor Foox - 1:3.1.2-1jpp_9fc -- Try build on ppc64. - -* Fri Feb 17 2006 Andrew Overholt - 1:3.1.2-1jpp_8fc -- Try build on ppc64 (rh#172172, rh#181846). - -* Fri Feb 10 2006 Jesse Keating - 1:3.1.2-1jpp_7fc -- bump again for double-long bug on ppc(64) - -* Fri Feb 10 2006 Ben Konrath 3.1.2-1jpp_6fc -- Update the rebuild-sdk-features script to use the 3.1 updatesite (rh#180387, rh#180768). -- Make platform/feature.xml reference the tomcat5 plugin. - -* Thu Feb 09 2006 Andrew Overholt 3.1.2-1jpp_4fc.FC4 -- Always generate debug info when building RPMs (Andrew Haley). -- Slightly modify swt-gtk symlinks (rh#180000). - -* Mon Feb 06 2006 Andrew Overholt 3.1.2-1jpp_4fc -- Add an swt-gtk.jar and fix symlink to point to correct jar (rh#180000). -- Link against generic libjawt.so (rh#158755). -- Re-add patch to use built launcher. - -* Sat Feb 4 2006 Ben Konrath 3.1.2-1jpp_3fc -- Update efj patches to match what has been committed to HEAD. - -* Fri Feb 3 2006 Igor Foox 3.1.2-1jpp_2fc -- Updated launcher script. - -* Tue Jan 31 2006 Andrew Overholt 3.1.2-1jpp_1fc -- 3.1.2. -- Remove unnecessary patches. - -* Tue Jan 31 2006 Karsten Hopp -- BuildRequire: unzip - -* Thu Jan 05 2006 Andrew Overholt 3.1.1-1jpp_1fc.FC4.12 -- Rebuild with new gjdoc (rh#161147). - -* Wed Jan 04 2006 Andrew Overholt 3.1.1-1jpp_15fc -- Use natively-compiled ecj during build. -- Change about_files to be i386 and x86_64 only (will patch file upstream). - -* Mon Dec 19 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.11 -- Update patch for offline javadoc linking. -- Rebuild with new gjdoc (rh#161147). - -* Tue Dec 13 2005 Igor Foox 3.1.1-1jpp_1fc.FC4.10 -- New version of launcher path (rh#175454). - -* Mon Dec 12 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.9 -- Use ecj from 3.1.1 (rh#175380). -- Remove ecj options patch as it is in ecj from 3.1.1. -- New version of launcher patch (rh#175454) - ifoox. - -* Fri Dec 09 2005 Ben Konrath -- update updatehomedir-core.patch to remove unused code - -* Wed Dec 07 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.8 -- Add patch for launcher following symlinks (rh#168726, e.o#79592) - ifoox. -- Remove launcher script. - -* Mon Dec 05 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.7 -- Add eclipse-rcp-devel as a requirement of eclipse-platform-devel - (rh#161267). -- Updated splash screen (thanks to Diana Fong) (rh#170580). -- Include and use rebuild-sdk-features (rh#173589). - -* Fri Dec 02 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.7 -- Update EFJ patch (e.o#75333). -- Update update-site-in-home-dir patch (e.o#90630) - bkonrath. - -* Mon Nov 29 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.6 -- Rebuild with new gcc (4.0.2) (rh#146463, rh#151919, rh#158137, rh#163079, - rh#161483 <-- hooray for Andrew Haley!). -- All jars now natively-compiled. -- Patch org.eclipse.help.webapp jasper classpath. -- Import work done by Debian Eclipse packagers: - - Add Fedora version in Eclipse about dialog. - - Update eclipse-javadoc.patch to match Debian's disable-filelog patch. - - Remove buildDoc patches and add helpindexbuilder patch (e.o#114001). -- Add BuildRequires for libgnome{,ui}-devel (rh#171532). - -* Wed Nov 02 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.5 -- Remove native compilation for o.e.team.cvs.core (rh#163079). - -* Fri Oct 28 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.4 -- Add patch to use built launcher (e.o#83454). - -* Thu Oct 27 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.3 -- Really fix browser issue on x86_64 (rh#168040). - -* Tue Oct 25 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.2 -- Make non-gcj builds not noarch (rh#171711). - -* Fri Oct 21 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.1 -- Back-port 3.1.1 to FC4. -- Use native /usr/bin/ecj. - -* Wed Oct 12 2005 Andrew Overholt 3.1.1-1jpp_2fc -- Add JavaModelCache overflow patch (e.o#111299). - -* Tue Oct 11 2005 Andrew Overholt 3.1.1-1jpp_1fc -- 3.1.1. -- Patch around gij failing for the doc plug-in generation. -- Make /usr/bin/ecj a script (allows all jvms to call it). - -* Sat Oct 08 2005 Andrew Overholt 3.1.0_fc-15 -- Bump mozilla requirement. -- Re-enable org.eclipse.ui.forms_3.1.0.jar.so, org.eclipse.osgi_3.1.0.jar.so, - and org.eclipse.ui.workbench_3.1.0.jar.so (rh#146463, rh#158137, rh#151919) -- Add patch for /etc/gre64.conf (for 64-bit systems, rh#168040, e.o#109253). -- Remove MOZILLA_FIVE_HOME magic from eclipse.script. -- Remove jdtCompilerAdapter.jar due to aot-compile-rpm smarts. -- Bump gcc and java-gcj-compat requirements. -- Remove lucene-1.4.3-src.zip (rh#170343). - -* Wed Aug 24 2005 Andrew Overholt 3.1.0_fc-14 -- /usr/lib -> %{_libdir} in eclipse.script (rh#159031). - -* Tue Aug 23 2005 Andrew Overholt 3.1.0_fc-13 -- Bump mozilla requirement. - -* Thu Jul 28 2005 Gary Benson 3.1.0_fc-12 -- Allow leading separators in classpaths (e.o#105430). -- Clear away ant-jmf entirely. - -* Wed Jul 27 2005 Andrew Overholt 3.1.0_fc-11 -- Bump release for FC4 update. -- Remove ant-jmf from exclude list. - -* Mon Jul 25 2005 Andrew Overholt 3.1.0_fc-10 -- Change mozilla BuildRequirement to be equals and not greater-than or equals - since we need the exact version for our patches. -- Bump mozilla requirements and patches to 1.7.10. -- Bump release due to FC4 update still not being released. -- Add ant-jmf to exclude list. - -* Thu Jul 21 2005 Andrew Overholt 3.1.0_fc-9 -- Bump release for FC4 update. -- Bump gcc requirement to that available in FC4 updates. - -* Tue Jul 19 2005 Andrew Overholt 3.1.0_fc-8 -- Bring in work done on rawhide: -- Update to use java-gcj-compat and not java-1.4.2-gcj-compat. -- Keep mozilla requirement off ppc64. -- Remove lots of jiggery-pokery with native compilation and use gbenson's new - aot-compile. -- Re-work files sections appropriately. -- Downgrade gcc requirement so we can build for FC4 in advance of gcc update. -- Bump release for FC4 update. - -* Tue Jul 05 2005 Andrew Overholt 3.1.0_fc-3 -- Bump release for FC4 update. - -* Mon Jul 04 2005 Andrew Overholt 3.1.0_fc-2 -- Remove remaining pre-built ant jars (but don't symlink to ant.jar until we - have ant 1.6.5 - rh#162444). -- Bump requirement on gcc to get fixes for rh#158614 and gcc#21637. -- Add patch to not try to link to external javadocs and include the javadoc - output in the build output. -- Add build and runtime requirement on ant-javamail (I'm not sure how we missed - this previously). - -* Mon Jul 4 2005 Gary Benson 3.1.0_fc-2 -- Disable classpath access rules introduced in e.o#92398 (rh#162177). - -* Tue Jun 28 2005 Andrew Overholt 3.1.0_fc-1 -- Import 3.1. -- Update splash screen. - -* Sun Jun 26 2005 Andrew Overholt 3.1.0_fc-0.RC4.1 -- Import 3.1 RC4. -- Remove activeHelpSample.jar building patch as it's now fixed upstream. -- Add patch to remove references to cairo since we don't have it in FC4. -- Add about.html and about_files to eclipse-platform.install (x86 & x86_64). -- Add patch to create public compare API (jpound - e.o#98707). -- Add patch from Robin Green to not look for firefox libxpcom.so (rh#161658). -- Symlink lucene jars (rh#159939). - -* Fri Jun 24 2005 Andrew Overholt 3.1.0_fc-0.RC3.3 -- Add rcp requirement for platform (rh#161267). -- Add un-owned osgi directories to libswt and platform. - -* Tue Jun 21 2005 Andrew Overholt 3.1.0_fc-0.RC3.2 -- Use SWT bundle ID for SWT %files list (determine in %%install). - -* Mon Jun 20 2005 Andrew Overholt 3.1.0_fc-0.RC3.1 -- Import 3.1RC3. -- Use FileInitializer (e.o#90535) - this should eliminate .sos in ~/.eclipse. -- Add eclipse-filenamepatterns.txt ("*.so" currently) for above. -- Symlink JNI libraries. - -* Fri Jun 17 2005 Andrew Overholt 3.1.0_fc-0.RC2.2 -- Update to new naming scheme for resulting gzipped tarball. -- Add patch to not generate help indices (it seems to hang). - -* Thu Jun 16 2005 Andrew Overholt 3.1.0_fc-0.RC2.1 -- Import 3.1RC2. -- Add RCP sub-package. Unsure about its dependencies ATM. - -* Tue Jun 14 2005 Andrew Overholt 3.1.0_fc-0.M7.9 -- Add tomcat5 patch and symlinks. - -* Thu May 26 2005 Andrew Overholt 3.1.0_fc-0.M7.8 -- Fix ant jar removal (gbenson). - -* Wed May 25 2005 Andrew Overholt 3.1.0_fc-0.M7.7 -- Fix ecj symlink in /usr/share/java (rh#158734). - -* Sun May 22 2005 Andrew Overholt 3.1.0_fc-0.M7.4 -- Remove compilation of jdt.ui jar.so on ppc. - -* Sat May 21 2005 Ben Konrath 3.1.0_fc-0.M7.3 -- Add ecj-options patch to bootstrap source. -- Make embedded browser widget work (Robin Green). -- Bump required version of java-gcj-compat to the latest (-40jpp_24rh). -- Use -lgcjawt when building with gcj. - -* Wed May 18 2005 Ben Konrath 3.1.0_fc-0.M7.2 -- Disable org.eclipse.osgi_3.1.0.jar.so. -- Add ecj-options patch, remove ecj-extdirs patch. - -* Wed May 18 2005 Ben Konrath 3.1.0_fc-0.M7.1 -- Update to 3.1M7. -- Add file initializer patch. -- Temporarily remove s390{,x} patches. -- Update GNU formatter ui patch. -- Add ECJ ext dirs patch. - -* Tue May 17 2005 Andrew Overholt 3.1.0_fc-0.M6.19 -- Add Epoch on eclipse-platform. -- Use %%{_bindir} in post and postun scripts. - -* Tue May 17 2005 Ben Konrath 3.1.0_fc-0.M6.18 -- Add Epoch to jsch requires. - -* Mon May 16 2005 Ben Konrath 3.1.0_fc-0.M6.17 -- Update libswt-mozilla patches and require mozilla 1.7.8. - -* Fri May 13 2005 Andrew Overholt -- Use %%{ix86} macro in ExclusiveArch rather than i386 (jorton). - -* Wed May 11 2005 Ben Konrath -- Add jsch >= 0.1.18-1jpp. -- Remove Fedora specific part of junit version. -- Temporarily disable org.eclipse.ui.forms_3.1.0.jar.so (rh#146463). - -* Mon May 09 2005 Ben Konrath 3.1.0_fc-0.M6.16 -- Add Requires junit >= 3.8.1-3jpp_4fc to JDT. -- Add -g to gcj calls. - -* Thu May 05 2005 Andrew Overholt 3.1.0_fc-0.M6.15 -- Rebuild with new gjdoc (rh#152049). - -* Wed May 4 2005 Ben Konrath -- Re-enable jdt.ui/jdt.jar.so and require gcj 4.0.0-2 (rh#151296). - -* Mon May 2 2005 Ben Konrath 3.1.0_fc-0.M6.14 -- Replace temporary patch to debug.ui with upstream patch to swt (rh#155853). - -* Sat Apr 30 2005 Ben Konrath 3.1.0_fc-0.M6.13 -- Add patch to temporarily stop an NPE in debug.ui (rh#155853). - -* Thu Apr 28 2005 Phil Muldoon -- Allow multiple optional arguments in eclipse-copy-platform.sh - -* Wed Apr 27 2005 Andrew Overholt -- Include epoch in mozilla BuildRequires. -- Remove last remaining gij-specific option from eclipse.script. - -* Wed Apr 27 2005 Jeremy Katz 3.1.0_fc-0.M6.12 -- silence %%post - -* Sun Apr 24 2005 Andrew Overholt 3.1.0_fc-0.M6.11 -- Re-add osgi.jar.so since gcj fix is in our gcc RPMs. -- Bump gcc requirements accordingly. -- Add gcc-c++ to BuildRequires (for SWT Mozilla). -- Add specific java-1.4.2-gcj-compat nvr requirement (rh#151866). - -* Fri Apr 22 2005 Aaron Luchko 3.1.0_fc-0.M6.10 -- Import archived projects (e.o#82988) - -* Fri Apr 22 2005 Andrew Overholt -- Add Requires(post,postun): java-1.4.2-gcj-compat for each sub-package and use - full path (Joe Orton). -- Make /usr/bin/eclipse executable again (rh#155715). -- Bump jsch version. - -* Thu Apr 21 2005 Andrew Overholt 3.1.0_fc-0.M6.9 -- Use upstream icons (not RHDS ones) (rh#146484). -- Add plugin directories to %files sections. -- Rework %files sections a bit. -- Fix SWT symlink (bkonrath). -- Temporarily remove jdt.ui/jdt.jar.so. - -* Thu Apr 21 2005 Ben Konrath 3.1.0_fc-0.M6.8 -- Fix updatesite patch. -- Temporarily remove org.eclipse.ui.workbench_3.1.0.jar.so (r.c#151919) - -* Mon Apr 18 2005 Andrew Overholt 3.1.0_fc-0.M6.7 -- Add %if %%{gcj_support} blocks. -- Add %%{_libdir}/%%{name}/plugins to native %files section of each sub-rpm. -- Add GNU-style JDT code formatting option (e.o#91770). -- Add patch to install plugins from update site in home dir (e.o#90630). -- Change gcc-java requirements to libgcj as gcj-dbtool is now in the latter. - -* Mon Apr 18 2005 Ben Konrath 3.1.0_fc-0.M6.6 -- Bump version number. - -* Mon Apr 18 2005 Ben Konrath 3.1.0_fc-0.M6.5 -- Update mozilla patch. - -* Sat Apr 16 2005 Ben Konrath 3.1.0_fc-0.M6.4 -- Update to 3.1M6. -- Change bootstrap procedure to match the upstream method. -- Remove patches that were fixed upstream. -- Add efj wrapper script. - -* Wed Apr 13 2005 Ben Konrath 3.1.0_fc-0.M5.20 -- Fix the bootstrap patch (the ecj jar was missing some files). - -* Tue Apr 12 2005 Andrew Overholt 3.1.0_fc-0.M5.19 -- Add Requires(post,postun): java-1.4.2-gcj-compat for rebuild-gcj-db (Joe - Orton). -- Add ecj binary. - -* Wed Apr 06 2005 Andrew Overholt 3.1.0_fc-0.M5.18 -- Fix typo in gcj db building loops. -- Add -O1 to x86_64 jar.so compilation. -- Add EFJ (Eclipse Formatter for Java) patches (bkonrath) (e.o#75333). -- Add patch to build swttools.jar (e.o#90364). -- Symlink out to ant-jsch now that we have that. - -* Mon Apr 04 2005 Andrew Overholt 3.1.0_fc-0.M5.17 -- Actually insert .jar-.jar.so combinations into sub-dbs. - -* Thu Mar 31 2005 Andrew Overholt 3.1.0_fc-0.M5.16 -- Fix eclipse.script to not leave a sh process around (Joe Orton) -- Use proper sub-dbs. -- Don't compile jars that are symlinked from elsewhere. -- Add jar-so combinations to .db based on .jar.so existence (not .jar). -- Rename sub-dbs to be eclipse-*.db. -- Use rebuild-gcj-db script. - -* Mon Mar 28 2005 Christopher Aillon -- rebuilt - -* Fri Mar 25 2005 Christopher Aillon 3.1.0_fc-0.M5.14 -- Update the GTK+ theme icon cache on (un)install - -* Fri Mar 18 2005 Andrew Overholt 3.1.0_fc-0.M5.13 -- Re-add compilation of resources.jar. -- Backport bootstrapping patch. -- Add Requires: java-1.4.2-gcj-compat. -- Modified find patch courtesy Ziga Mahkovec (RH#149927#). -- Compile with -O2 on ppc as well. -- Add jsch, jakarta-commons-modeler, and mx4j symlinking. -- Make use of gcj-dbtool -f to create databases in install. -- Use system-wide classmap.db. -- Remove *.jarswithnativelibs from files sections. -- Update mozilla dependency. - -* Mon Mar 07 2005 Ben Konrath 3.1.0_fc-0.M5.12 -- Add activeHelpSample.jar patch. -- Change to Fedora M-build splash screen. -- Add find patch courtesy Ziga Mahkovec (RH#149927#) -- Build native stuff with -O2 on i386. - -* Mon Mar 07 2005 Andrew Overholt 3.1.0_fc-0.M5.11 -- Add s390 and s390x patches. -- Don't build for them, though, due to gcc bug and Eclipse building issue. -- Add xorg-x11-devel BuildRequires. - -* Fri Mar 04 2005 Andrew Overholt 3.1.0_fc-0.M5.10 -- Add proper mozilla version. -- Don't build eclipseAdaptor.jar.so in order to work around plugin building - problems. - -* Thu Mar 03 2005 Andrew Overholt 3.1.0_fc-0.M5.9 -- Add patch to build libswt-mozilla. -- Build libswt-awt. -- Add 64-bit swt lib list. - -* Tue Mar 01 2005 Andrew Overholt 3.1.0_fc-0.M5.8 -- Add ppc. -- Add patch to copy over icon for unsupported (upstream) platforms but don't - include the source for the launcher. -- gcc4 -> gcc changes. -- Add swt-cairo to 64-bit platforms' %files. - -* Fri Feb 25 2005 Andrew Overholt 3.1.0_fc-0.M5.7 -- Add tar args patch (e.o #86571). -- New build bootstrapping patches. - -* Fri Feb 25 2005 Andrew Overholt 3.1.0_fc-0.M5.6 -- Re-work how we do the gcj-dbtool magic. -- Don't remove ant-netrexx (need to find an RPM if we can). - -* Sun Feb 20 2005 Andrew Overholt 1:3.1_fc-0.M5.5 -- Build for just i386 and x86_64 for now due to upstream gcc bugs. - -* Sun Feb 20 2005 Andrew Overholt 1:3.1_fc-0.M5.1 -- New 3.1M5a build using upstream build method. -- Re-organize sub-packages (ecj, platform, platform-devel, jdt, jdt-devel, pde, - pde-devel, fold gtk2 package into platform). -- Move jface and org.eclipse.text into libswt3-gtk2. -- Bring in JPackage symlinks for packages we have in Fedora (David Walluck) and - put in %%prep. -- Work around x86_64 filename differences. -- Remove xerces, xalan, and xml-commons-apis requirement (and LD_PRELOAD from - script). -- Bootstrap build. -* Tue Jan 18 2005 Andrew Overholt 3.1-0.M4.21 -- explicitly require java-1.4.2-gcj4-compat-devel - -* Mon Jan 17 2005 Andrew Overholt 3.1-0.M4.20 -- add ppc64 - -* Mon Jan 17 2005 Andrew Overholt 3.1-0.M4.19 -- more 64-bit platform and launching script fixes -- add ppc - -* Sat Jan 15 2005 Andrew Overholt 3.1-0.M4.18 -- script path fixes -- x86_64 fixes - -* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.17 -- sed typo - -* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.15 -- fix /usr/share -> /usr/lib error in launcher script -- only add to the db those jar-so combinations that we've compiled - -* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.12 -- typos in %files - -* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.11 -- remove ppc for now - -* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.10 -- make PDE depend upon JDT -- move precompiled db to %{_libdir}/eclipse -- modify launching script to use compiled .sos -- rename compiled .sos to be .jar.so instead of .so -- for now, do dbtool adding in platform install - -* Wed Jan 12 2005 Andrew Overholt 3.1-0.M4.9 -- add ppc -- add launcher and swt patches - -* Wed Jan 12 2005 Andrew Overholt 3.1-0.M4.7 -- make jdtcore*.jar part of eclipse-ecj - -* Wed Jan 12 2005 Andrew Overholt 3.1-0.M4.6 -- use installed java-devel rpm instead of bootstrapping one - -* Tue Jan 11 2005 Andrew Overholt 3.1-0.M4.5 -- fix when we set JAVA_HOME variable - -* Tue Jan 11 2005 Andrew Overholt 3.1-0.M4.2 -- fix typos - -* Tue Jan 11 2005 Andrew Overholt 3.1-0.M4.1 -- fix versioning and release to upgrade cleanly - -* Tue Jan 11 2005 Andrew Overholt 3.1.M4-9 -- add Provides: ecj for eclipse-ecj - -* Tue Jan 11 2005 Andrew Overholt 3.1.M4-9 -- update patches - -* Tue Jan 11 2005 Andrew Overholt 3.1.M4-5 -- import all necessary patches - -* Mon Jan 10 2005 Andrew Overholt 3.1.M4-4 -- fix /usr/lib -> %{_datadir} to be /usr/lib -> %{_libdir} in - %{_bindir}/eclipse - -* Mon Jan 10 2005 Andrew Overholt 3.1.M4-3 -- add xerces - -* Mon Jan 10 2005 Andrew Overholt 3.1.M4-2 -- fold ecj-native into ecj -- add FIXMEs for necessary work -- add xml .jar->.so compilations so we can work without gnujaxp -- modify launching script to take this into account - -* Wed Jan 05 2005 Andrew Overholt 3.1.M4-1 -- new upstream milestone build -- re-organize sub-rpms - -* Mon Dec 20 2004 Andrew Overholt 3.0.1-4 -- build ecj first and use it to build the rest -- add %selfbuild to toggle between builds with java-gcj-compat style and other - JREs -- fold scripts into platform - -* Mon Nov 22 2004 Ben Konrath 3.0.1-3 -- split cvs-permission-bits.patch in two -- bug fix for cvs-permission-bits.patch - -* Fri Oct 29 2004 Ben Konrath 3.0.1-2 -- add symlink for releng plugins that rely on o.e.pde.build_3.0.0 - -* Fri Oct 29 2004 Ben Konrath 3.0.1-1 -- updated to Eclipse 3.0.1 -- updated jnigen patch -- removed some debugging print statements -- updated Red Hat documentaion sources -- added Red Hat documentation pdf -- remove commented ftp-webdav stuff as it will be in it's own spec file - -* Tue Oct 04 2004 Aaron Luchko 3.0.0-26 -- Changed the splash screen from a bmp to a png and fixed -- copyright date - -* Mon Aug 31 2004 Aaron Luchko 3.0.0-25 -- Building docs after the main build using headless eclise - to build the extension points - -* Mon Aug 16 2004 Ben Konrath 3.0.0-24 -- Add cvs permission bits patch - -* Wed Aug 04 2004 Elliot Lee 3.0.0-23 -- Unblock hack no longer needed. - -* Mon Jul 26 2004 Jeremy Handcock 3.0.0-22 -- Update Red Hat documentation sources - -* Thu Jul 22 2004 Tom Tromey 3.0.0-21 -- Set eclipse_arch for ppc -- Tell build about real platform -- Make swt.gtk install directory - -* Thu Jul 22 2004 Jeremy Handcock 3.0.0-20 -- Don't build on ppc64 -- Change Requires and BuildRequires to java >= 1.4.2 -- eclipse-platform package obsoletes old eclipse package - -* Wed Jul 21 2004 Jeremy Handcock 3.0.0-19 -- Update copy-platform with patch from Keith Seitz - -* Tue Jul 20 2004 Tom Tromey 3.0.0-18 -- Allow copy-platform to copy non-core parts as well - -* Tue Jul 20 2004 Jeremy Handcock 3.0.0-17 -- Update Red Hat documentation sources - -* Tue Jul 20 2004 Ben Konrath 3.0.0-16 -- Add patch for welcome screen - -* Mon Jul 19 2004 Tom Tromey 3.0.0-15 -- Don't require IBM JDK -- Don't build AWT/SWT interaction code - -* Fri Jul 16 2004 Tom Tromey 3.0.0-14 -- Install copy-platform correctly - -* Fri Jul 16 2004 Tom Tromey 3.0.0-13 -- Removed debugging code -- Added copy-platform script - -* Thu Jul 15 2004 Jeremy Handcock 3.0.0-12 -- Add Red Hat-specific documentation - -* Thu Jul 15 2004 Tom Tromey 3.0.0-12 -- Fixed provides/requires versioning buglets - -* Wed Jul 14 2004 Tom Tromey 3.0.0-11 -- Unblock signals before running ant - -* Wed Jul 14 2004 Tom Tromey 3.0.0-10 -- Added some debugging code - -* Tue Jul 13 2004 Jeremy Handcock 3.0.0-9 -- Add help server patch to prevent outside access - -* Fri Jul 9 2004 Tom Tromey 3.0.0-9 -- Handle libswt*.so correctly - -* Wed Jul 8 2004 Tom Tromey 3.0.0-9 -- Reworked 64 bit platform support -- org.eclipse.swt.tools now included in standard zip file -- Removed alternatives -- Added platform launcher patch - -* Thu Jul 8 2004 Jeremy Handcock 3.0.0-9 -- Don't BuildRequires: junit -- Don't symlink against JPackage jars; use eclipse.org ones instead - -* Tue Jul 6 2004 Tom Tromey 3.0.0-8 -- Work around "ppc64pseries" arch oddity -- Add classic-ant hack - -* Wed Jun 30 2004 Tom Tromey 3.0.0-7 -- Only install one desktop file; check it; updated contents - -* Tue Jun 29 2004 Tom Tromey 3.0.0-6 -- Require IBM JDK -- Only build on our platforms - -* Mon Jun 28 2004 Tom Tromey 3.0.0-5 -- Inlined libswt install source -- Special case for ia64 Xtst directory - -* Fri Jun 25 2004 Tom Tromey 3.0.0-4 -- Added patch for Mozilla build; disabled though -- Updated to 3.0 final - -* Thu Jun 24 2004 Tom Tromey 3.0.0-3 -- Removed more Motif code -- Updated to use more jpackage macros - -* Tue Jun 22 2004 Tom Tromey 3.0.0-2 -- Updated to Eclipse 3.0RC3 - -* Mon May 24 2004 Tom Tromey 3.0.0-1 -- Updated to Eclipse 3.0M8 -- Removed Motif build -- Removed some non-Red Hat code -- Added Red Hat artwork -- Build on non-x86 architectures - -* Sun Apr 25 2004 Ville Skyttä - 0:2.1.3-2jpp -- Fix "patch -p" levels. -- More coverage for failonerror and non-verbosity during build. - -* Fri Apr 23 2004 David Walluck 0:2.1.3-1jpp -- remove patches that were fixed upstream since the last release -- eclipse-pde now requires eclipse-source (thanks Michael Reinsch) -- add patch to allow compilation on recent GTK+ versions - (thanks Rudi Chiarito) -- include %%{_libdir}/libswt-gnome-gtk-%%{swt_version}.so in gtk2 - package - -* Sun Nov 16 2003 David Walluck 0:2.1.2-6jpp -- 2.1.2 public release -- %{_datadir}/%{name}/plugins is now used for plugins, and you must - move any plugins that you have manually installed into - %{_libdir}/%{name}/plugins to the new location. The new location is - not expected to change - -* Sat Nov 15 2003 David Walluck 0:2.1.2-5jpp -- apply patch from Ville to remove some motif conditional parts -- apply patch from Ville for .desktop -- make platform own %%{_libdir}/%{name} - -* Fri Nov 14 2003 David Walluck 0:2.1.2-4jpp -- have platform package provide and obsolete sdk package -- fold javac package back into jdt package - -* Tue Nov 11 2003 David Walluck 0:2.1.2-3jpp -- /usr/bin/mozilla is now required by eclipse-ui and not eclipse-platform -- make libswt2 required by motif and gtk subpackages -- disable motif by default (unsupported) -- motif and gtk related files are now fully separated from other packages - -* Mon Nov 10 2003 Ville Skyttä - 0:2.1.2-2jpp -- Don't use the Mandrake-specific %%mklibname macro. -- Update freedesktop.org desktop entry categories. -- Try to look up the QT dir in portable fashion. -- Refactor refactor-rename patch into two due to spaces in pathnames. -- Fix $RPM_OPT_FLAGS handling. -- Untabify specfile. - -* Sat Nov 08 2003 David Walluck 0:2.1.2-1jpp -- 2.1.2 - -* Thu Nov 06 2003 David Walluck 0:2.1.1-4jpp -- use versioned dirs -- add pde, javac, and motif subpackages and remove sdk subpackage -- patches from Debian -- fail build on error -- add libswt (GTK, Motif) packages - -* Sun Sep 21 2003 David Walluck 0:2.1.1-3jpp -- apply new patch for non-working rename action from Michael Reinsch -- build for Mandrake 9.2 with Sun JDK 1.4.2 - -* Thu Aug 21 2003 Ville Skyttä - 0:2.1.1-2jpp -- Include missed plugins: org.eclipse.ui.versioncheck (platform), - org.eclipse.pde.source (sdk). Thanks to Markus Härnvi for the heads up. - -* Sun Jun 29 2003 Michael Reinsch 0:2.1.1-1jpp -- patch for non-working rename action -- eclipse 2.1.1 -- Ville's comments: patch not applied, it didn't fix the problem completely. - Still built with Sun's 1.3.1.08. - -* Sun Jun 8 2003 Ville Skyttä - 0:2.1.0-4jpp -- Use xmlParserAPIs.jar that comes with Eclipse instead of xml-commons-apis: - - -* Sun Jun 1 2003 Ville Skyttä - 0:2.1.0-3jpp -- Rebuild with Sun's 1.3.1_08 to work around Eclipse Java 1.4.x build bug: - -- Drop %%{release} from subpackage interdependencies in order to make it - possible to do partial subpackage-only updates in the future. -- Make legacymenu conflict with redhat-menus. -- Add icon symlink in %%{_datadir}/pixmaps. - -* Mon Apr 21 2003 David Walluck 0:2.1.0-2jpp -- fix mdkmenu -- add Distribution and Vendor tags - -* Thu Apr 03 2003 David Walluck 0:2.1.0-1jpp -- 2.1 -- add %{name}-make-ld.patch to work around problems building on Mandrake 9.1 -- add Mandrake 9.1 comments to BuildRequires - -* Wed Mar 26 2003 Ville Skyttä - 0:2.1.0-0.rc3b.3jpp -- Rebuilt for JPackage 1.5. - -* Tue Mar 25 2003 Ville Skyttä - 0:2.1.0-0.rc3b.2jpp -- Add java.library.path and -Xms64M to default config. -- Don't use "-dev bin" by default. -- Use X-JPackage instead of X-Red-Hat-Extra in standard menu entry. -- Fix MDK menu entry title and summary. - -* Mon Mar 24 2003 Ville Skyttä - 0:2.1.0-0.rc3b.1jpp -- Update to 2.1.0 RC3b. -- Spec file and build cleanups, mostly from David Walluck. -- No longer requires csh. -- Made *.so in the gtk and platform packages executable. -- The %%{_libdir}/%{name} directory is now owned by the platform package. - -* Fri Mar 14 2003 Ville Skyttä - 2.1.0-0.rc2.2jpp -- Include a couple of platform files missing from the previous build. -- Remove bogus files from platform, ftp-webdav and sdk file lists. -- Abort with error if the file lists refer to nonexistent files. - -* Sun Mar 9 2003 Ville Skyttä - 2.1.0-0.rc2.1jpp -- Update to 2.1.0 RC2. -- Merge David Walluck's packaging work. -- Use JPackage lucene. -- Don't include Motif stuff. - -* Thu Mar 6 2003 Ville Skyttä - 2.1.0-0.rc1.0jpp -- First try at packaging. diff --git a/pre350changelog.txt b/pre350changelog.txt deleted file mode 100644 index 9a7dd9c..0000000 --- a/pre350changelog.txt +++ /dev/null @@ -1,808 +0,0 @@ -* Mon Mar 30 2009 Dennis Gilmore 1:3.4.2-6 -- base sparcv9 and sparc on ppc - -* Fri Mar 20 2009 Alexander Kurtakov 1:3.4.2-5 -- Disable XULRunner-specific patch. -- Make pdebuild script to not generate p2 repo. - -* Mon Mar 16 2009 Andrew Overholt 1:3.4.2-4 -- Build with XULRunner-specific flags since we're building against XULRunner. - -* Mon Mar 9 2009 Andrew Overholt 1:3.4.2-3 -- Remove ecj sub-package as it is replaced by standalone ecj package. - -* Thu Feb 26 2009 Alexander Kurtakov 1:3.4.2-2 -- Strict R/BR for sat4j >= 2.0.3. - -* Thu Feb 26 2009 Alexander Kurtakov 1:3.4.2-1 -- Update to 3.4.2. - -* Tue Feb 24 2009 Fedora Release Engineering - 1:3.4.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Feb 4 2009 Alexander Kurtakov 1:3.4.1-15 -- Rebuild for new xulrunner. - -* Fri Jan 23 2009 Andrew Overholt 1:3.4.1-14 -- Add R:java-devel for -jdt (rh#480979). - -* Mon Jan 19 2009 Alexander Kurtakov 1:3.4.1-13 -- Fix pdebuild to auto-set javacSouce based on BREE. - -* Fri Dec 19 2008 Andrew Overholt 1:3.4.1-12 -- Fixed GCJ AOT compilation (Gary Benson). - -* Mon Dec 15 2008 Andrew Overholt 1:3.4.1-11 -- Update pdebuild and package-build patch to include -z option. -- Make ecj default to 1.5 (rh#354721). -- Add GCJ AOT bits for ecj (rh#473674). - -* Fri Dec 5 2008 Andrew Overholt 1:3.4.1-10 -- Remove MaxPermSize from sysproperty lists in library.xml as it was causing the - JVM to not start. - -* Thu Dec 4 2008 Andrew Overholt 1:3.4.1-8 -- Increase MaxPermSize when running tests. - -* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 1:3.4.1-8 -- Rebuild for Python 2.6 - -* Thu Nov 20 2008 Andrew Overholt 3.4.1-7 -- Update and re-enable patch for always generating debuginfo for class files - when doing an RPM build. -- Resolves rh#472292. - -* Mon Oct 27 2008 Andrew Overholt 3.4.1-6 -- Keep Provides: eclipse on -pde (different than Fedora 9 but probably - more correct). - -* Thu Oct 23 2008 Alexander Kurtakov 3.4.1-5 -- Fix splashscreen (#467259). - -* Fri Oct 17 2008 Andrew Overholt 3.4.1-4 -- Fix quoting bug in pdebuild.sh again. - -* Fri Oct 16 2008 Alexander Kurtakov 3.4.1-3 -- Fix swt symlinks in %%libdir/eclipse. - -* Thu Oct 16 2008 Alexander Kurtakov 3.4.1-2 -- Fix quoting bug in pdebuild.sh. - -* Wed Oct 16 2008 Alexander Kurtakov 3.4.1-1 -- Move copy-platform instead of copying it. - -* Wed Oct 15 2008 Andrew Overholt 3.4.1-1 -- Add conditionals around Equinox initialization to enable debugging. - -* Fri Oct 13 2008 Alexander Kurtakov 3.4.1-1 -- Symlink to ant-apache-bsf and ant-commons-net. -- Update branding. -- Don't re-pack JARs (see fedora-devel-java-list discussion in September 2008). -- Update desktop-file-install usage and add --vendor=fedora. (Andrew Overholt) -- Resolves #466476. Fix pdebuild script. (Jeff Johnston) -- Remove dropins contents while running initializer. -- Add patch for wrong javaHome on x86_64 in the native build.(Alexander Kurtakov) - -* Thu Oct 03 2008 Alexander Kurtakov 3.4.1-0 -- 3.4.1 -- Update nojarsignatures patch. -- Added osgi-classpath.patch fixes broken bootclasspath (Sean Flanigan). -- Removed patches 33 and 34 - not needed anymore. - -* Thu Sep 25 2008 Michal Nowak 3.4.0-24 -- exclude parts of eclipse-pydev from JIT compilation -- Resolves: bug 461860 - -* Tue Sep 02 2008 Andrew Overholt 3.4.0-23 -- Use icu4j in its new place. - -* Wed Aug 27 2008 Andrew Overholt 3.4.0-22 -- Add test framework -- Remove two duplicate lines in eclipse-mv-Platform.sh -- Modify package-build and pdebuild so they can build the SDK tests - -* Wed Aug 13 2008 Andrew Overholt 3.4.0-21 -- Fix ecj-gcj (rhbz#458921) - -* Tue Aug 12 2008 Andrew Overholt 3.4.0-20 -- Require release of jetty which requires tomcat bits with proper metadata -- Fix pdebuild for moved JDT and PDE plugins (Alexander Kurtakov) -- Add version to jakarta-commons-el requirement - -* Mon Aug 11 2008 Andrew Overholt 3.4.0-19 -- Move jdt and sdk dropins contents to non-eclipse-sub-dir place which - makes dropins reconciler see them as dropins and not extension - locations -- Add versions to jetty, lucene, and jsch Requires - -* Thu Aug 07 2008 Andrew Overholt 3.4.0-18 -- Add %%{_libdir}/eclipse/dropins/jdt to ecj files list - -* Wed Aug 06 2008 Andrew Overholt 3.4.0-17 -- Add p2 metadata generation to pdebuild -- Fix symlinking to %%{_libdir}/eclipse/dropins/* stuff in - copy-platform -- Fix brightness in splash screen -- Fix icon symlinks -- Bump icu4j-eclipse requirement - -* Tue Aug 05 2008 Andrew Overholt 3.4.0-16 -- Ensure %%{_datadir}/eclipse/dropins gets watched in eclipse.ini -- Move JDT and SDK bits to dropins/{jdt,sdk}/eclipse for consistency -- Update copy-platform to add %%{_datadir}/dropins - -* Mon Aug 04 2008 Sean Flanigan 3.4.0-15 -- Removed buildroot from path in datadir.link - -* Mon Aug 04 2008 Sean Flanigan 3.4.0-14 -- Created missing directory for link file - -* Fri Aug 01 2008 Andrew Overholt 3.4.0-13 -- Update patch to avoid Hotspot crashing -- Add links folder for noarch plugins -- Create and add ownership of %%{_datadir}/eclipse/{plugins,features} - -* Thu Jul 31 2008 Andrew Overholt 3.4.0-12 -- Set product to Fedora Eclipse -- Remove pde-runtime %%package section -- Remove unnecessary Requires(post,postun)s - -* Wed Jul 30 2008 Andrew Overholt 3.4.0-11 -- Update copy-platform to work with dropins -- Update JVM-crashing patch - -* Mon Jul 28 2008 Andrew Overholt 3.4.0-10 -- Move JDT and PDE/SDK bits to dropins/{jdt,sdk} -- Drop versionless PDE Build symlink (put logic into pdebuild script) -- Make SWT JAR symlinks relative -- Fold pde-runtime into pde -- Add patch to add root files for non-upstream arches -- Fix building of fragments for non-upstream arches -- Remove about.html from files list on ppc (will fix later) - -* Fri Jul 25 2008 Andrew Overholt 3.4.0-10 -- Add ability for pdebuild (-o) to work with Orbit-style dependencies - -* Fri Jul 25 2008 Andrew Overholt 3.4.0-9 -- Collapse patches to build SWT native bits into two -- Copy about* from x86 to all non-x86{_64} platforms - -* Wed Jul 23 2008 Andrew Overholt 3.4.0-8 -- Don't build for arch/ws/os combos other than the one on which we're - building - -* Wed Jul 23 2008 Andrew Overholt 3.4.0-7 -- More work on non-upstream arches - -* Mon Jul 21 2008 Andrew Overholt 3.4.0-6 -- Update description to be a bit more current -- Attempt ppc64, etc. builds - -* Mon Jul 21 2008 Andrew Overholt 3.4.0-5 -- Add core.net fragment in %%files for x86 -- I spoke with author about above and no .so is built because it is - currently not used by the fragment -- Update ecj-gcj addition (Tom Tromey) - -* Fri Jul 18 2008 Andrew Overholt 3.4.0-4 -- Un-do crazy config.ini, bundles.info, etc. shuffling -- Update patch for building native libraries -- Re-add missing BR on tomcat5-jasper-eclipse -- Add patch for 64-bit platforms to build SWT -- Don't try to resolve http://bundles.osgi.org for javadocs -- Provision with java -cp instead of binary launcher - -* Thu Jul 17 2008 Andrew Overholt 3.4.0-3 -- Generate metadata and provision each sub-package -- Do crazy config.ini, bundles.info, and *.profile shuffling -- Add post and postun sections to update the config.ini, bundles.info, and - *.profile files - -* Wed Jul 16 2008 Andrew Overholt 3.4.0-1 -- Fix files lists - -* Wed Jul 16 2008 Andrew Overholt 3.4.0-1 -- Update branding -- Fix p2 stuff so p2 UI works - -* Mon Jul 14 2008 Andrew Overholt 3.4.0-1 -- 3.4 -- Remove gcj compilation -- Update versions of dependencies -- Rename libswt3-gtk2 to eclipse-swt -- Move "Provides: eclipse" to PDE from JDT -- Remove unnecessary old Obsoletes/Provides -- Remove tomcat stuff since it's no longer used -- Move stuff from %%{_datadir}/eclipse to %%{_libdir}/eclipse -- Add BRs/Rs on objectweb-asm and sat4j -- Build ECF filetransfer stuff as part of this SRPM until we have a - separate eclipse-ecf package (which will require this version of the - SDK) - -* Sat Jun 14 2008 Dennis Gilmore 3.3.2-13 -- make changes to support sparcv9 - -* Wed May 14 2008 Andrew Overholt 3.3.2-12 -- Back-port patch for e.o#206432 (rh#446064). - -* Sat Apr 26 2008 Mat Booth 3.3.2-11 -- Fixed some benign errors in copy-platform when calling pdebuild - multiple times. - -* Fri Apr 25 2008 Andrew Overholt 3.3.2-10 -- Bump maximum heap size from 256 MB to 512 MB. -- Add patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=214092 - (which is really - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6614100). -- Some jiggery-pokery for spaces in SWT paths for buildagainstxulrunner - patch. - -* Wed Apr 09 2008 Andrew Overholt 3.3.2-9 -- Fix patch level for xulrunner build patch. - -* Wed Apr 09 2008 Andrew Overholt 3.3.2-8 -- Rather than removing java-javadoc, just add Requirement in all cases - (gcj or not). - -* Wed Apr 09 2008 Andrew Overholt 3.3.2-7 -- Remove explicit java-javadoc requirements as OpenJDK's -devel package - provides it. -- Patch SWT build to find libxul.pc. - -* Fri Apr 04 2008 Andrew Overholt 3.3.2-6 -- Fix path of pdebuild in %%files. Gah. - -* Fri Apr 04 2008 Andrew Overholt 3.3.2-5 -- Move pdebuild to better location (buildscripts). - -* Fri Apr 04 2008 Andrew Overholt 3.3.2-4 -- Fix SWT version in Requires. - -* Thu Apr 03 2008 Andrew Overholt 3.3.2-3 -- Add missing line continuation. - -* Thu Apr 03 2008 Andrew Overholt 3.3.2-2 -- Change ecj Provides from <= to = (rhbz#439825). - -* Thu Apr 03 2008 Andrew Overholt 3.3.2-1 -- 3.3.2 -- Update Obsoletes/Provides for ecj and make more ecj symlinks - (rhbz#439825). - -* Mon Mar 31 2008 Andrew Overholt 3.3.1.1-18 -- Add PDE Build wrapper script (%%{_datadir}/eclipse/pdebuild) for - packaging guidelines. - -* Mon Mar 03 2008 Andrew Overholt 3.3.1.1-17 -- Mark eclipse.ini as %%config. - -* Tue Feb 19 2008 Fedora Release Engineering - 1:3.3.1.1-16 -- Autorebuild for GCC 4.3 - -* Fri Feb 08 2008 Andrew Overholt 3.3.1.1-15 -- Add ia64 patches from Doug Chapman. -- rhbz#431963. - -* Wed Dec 05 2007 Martin Stransky 3.3.1.1-14 -- rebuilt against XUL Runner (gecko-libs 1.9) -- removed .png extension from the desktop file - -* Tue Dec 04 2007 Andrew Overholt 3.3.1.1-13 -- Remove Fedora log from splash screen. - -* Mon Dec 03 2007 Andrew Overholt 3.3.1.1-12 -- Update splash screen. - -* Fri Nov 30 2007 Andrew Overholt 3.3.1.1-11 -- Fix PermSize option (thanks to Mary Ellen Foster for testing). - -* Fri Nov 23 2007 Andrew Overholt 3.3.1.1-10 -- Move eclipse.ini for real. - -* Fri Nov 23 2007 Andrew Overholt 3.3.1.1-9 -- Move eclipse.ini in %%files section. - -* Thu Nov 22 2007 Andrew Overholt 3.3.1.1-8 -- Re-enable gcj_support. - -* Thu Nov 22 2007 Andrew Overholt 3.3.1.1-7 -- Un-break non-ppc64 platforms. - -* Mon Nov 19 2007 Andrew Overholt 3.3.1.1-6 -- Require jpackage-utils (courtesy Patrice Dumas). -- Fix ppc64 (and hopefully other unsupported-by-upstream arches). -- Move eclipse.ini to %%{_libdir}/eclipse where it gets read. -- Resolves: rhbz#394161. - -* Fri Nov 16 2007 Andrew Overholt 3.3.1.1-5 -- Remove extraneous build.index comment (from test build again). - -* Fri Nov 16 2007 Andrew Overholt 3.3.1.1-4 -- Enable gcj support (disabled for test build). - -* Fri Nov 16 2007 Andrew Overholt 3.3.1.1-3 -- Update tomcat patches. -- Resolves: rhbz#380121. - -* Wed Nov 14 2007 Andrew Overholt 3.3.1.1-2 -- Bump release to tag non-corrupted source zip. - -* Thu Nov 01 2007 Andrew Overholt 3.3.1.1-1 -- Update branding. -- Work around e.o#195897 by setting the VM arg explicitly. - -* Fri Oct 26 2007 Andrew Overholt 3.3.1.1-1 -- 3.3.1.1 -- Add patch for memory issues with IcedTea. - -* Mon Oct 22 2007 Andrew Overholt 3.3.1-1 -- 3.3.1 -- Update icu4j requirement for new version number. - -* Thu Oct 11 2007 Andrew Overholt 3.3.0-27 -- Add patch to have unversioned swt.jar symlink (courtesy Patrice - Dumas). - -* Sat Oct 06 2007 Andrew Overholt 3.3.0-26 -- Add encoding to desktop file. -- Fix %%files list again. - -* Fri Oct 05 2007 Andrew Overholt 3.3.0-25 -- Fix %%files list for Fedora Eclipse feature. - -* Fri Oct 05 2007 Andrew Overholt 3.3.0-24 -- Update branding plugin. -- Add branding feature. This fixes the update manager issue when using - the Fedora-branded product. -- Thanks to Alexander Kurtakov and Pascal Rapicault for helping track - down this issue. - -* Wed Oct 03 2007 Andrew Overholt 3.3.0-23 -- Build gcj bits on x86 and x86_64. -- Add instructions for how to get source of branding plugin. -- Fix splash screen typo. -- Resolves: rhbz#301871. - -* Wed Sep 26 2007 Andrew Overholt 3.3.0-21 -- Add patch to generate 1.6 bytecode on a 1.7 VM (kudos to Olivier - Thomann) -- Resolves: rhbz#288991. - -* Tue Sep 18 2007 Andrew Overholt 3.3.0-20 -- Move requirements on subclipse, cdt, mylyn, etc. to comps.xml. - -* Mon Sep 10 2007 Andrew Overholt 3.3.0-19 -- Don't require subclipse, cdt, or rpm-editor on ppc64. - -* Fri Sep 07 2007 Ben Konrath 3.3.0-18 -- Build 1.6 plugins when building with IcedTea. - -* Fri Sep 07 2007 Ben Konrath 3.3.0-17 -- Update Fedora Eclipse product plugin to fix Welcome page. - -* Thu Sep 06 2007 Ben Konrath 3.3.0-16 -- Compile SDK to 1.5 bytecode and disable 1.6 plugins. - -* Wed Sep 05 2007 Andrew Overholt 3.3.0-15 -- Update tomcat5, commons-el, and commons-logging to required releases - with proper OSGi manifests. - -* Mon Sep 04 2007 Ben Konrath 3.3.0-14 -- Add Fedora Eclipse product plugin. -- Add Requires: eclipse-rpm-editor to platform subpackage. - -* Thu Aug 30 2007 Ben Konrath 3.3.0-13 -- Move *-sdk subpackages to pde subpackage. -- Add BuildRequires: libXt-devel for IcedTea build. -- Add launcher-fix-java-home.patch. - -* Tue Aug 28 2007 Ben Konrath 3.3.0-12 -- Require mylyn on all archs except ppc64 alpha. -- Use IcedTea on x86_64 and x86. -- Remove hacks for s390{,x} as they are now included in upstream build. - -* Tue Aug 28 2007 Andrew Overholt 3.3.0-11 -- Symlink to jetty. - -* Tue Aug 28 2007 Ben Konrath 3.3.0-10 -- Add requires eclipse-cvs-client, eclipse-subclipse, eclipse-mylyn, - eclipse-mylyn-ide, eclipse-mylyn-bugzilla, eclipse-mylyn-trac - and eclipse-changelog to platform package. -- Add requires eclipse-mylyn-java to jdt. -- Add requires eclipse-mylyn-pde to pde. -- Remove pde-sdk and sdk sub-packages - -* Thu Aug 23 2007 Ben Konrath 3.3.0-9 -- Add Requires: eclipse-cvs-client to jdt package. - -* Tue Aug 14 2007 Ben Konrath 3.3.0-8 -- Link to junit4 jar. -- Remove included eclipse binaries. -- Add Provides: eclipse to sdk subpackage. - -* Mon Aug 13 2007 Oliver Falk 3.3.0-7 -- Also explode SDK tarball on alpha -- Resolves: #251958 - -* Tue Aug 07 2007 Ben Konrath 3.3.0-6 -- Add links for jsp api, servlet api and jasper. -- Add %%{_libdir}/%%{name}/features to the rcp %%files listing. - -* Fri Aug 03 2007 Ben Konrath 3.3.0-5 -- Add patch to fix double free bug in launcher library. -- Resolves: #248798. - -* Tue Jul 31 2007 Ben Konrath 3.3.0-4 -- Link to commons-el.jar. -- Remove ant 1.7 hacks. - -* Wed Jul 18 2007 Ben Konrath 3.3.0-3 -- Add links for lucene and lucene.analysis. -- Remove icu4j symlink from /usr/share/eclipse/plugins. -- Resolves: #248749. - -* Mon Jul 16 2007 Ben Konrath 3.3.0-2 -- Fix dep in rcp sub-package. -- Add Alpha support. -- Link to commons-logging.jar -- Resolves: #248359. - -* Fri Jun 29 2007 Ben Konrath 3.3.0-1 -- 3.3. - -* Wed Jun 27 2007 Ben Konrath 3.3.0-0.3.RC4 -- Restore ppc64, s390{,x} and sparc{,64} support. -- Restore multilib support. - -* Tue Jun 19 2007 Ben Konrath 3.3.0-0.2.RC4 -- Use icu4j-eclipse sub-package instead of building icu4j here. -- Use exec in binary wrapper. -- Add 3.3.0 splashscreen. - -* Tue Jun 12 2007 Ben Konrath 3.3.0-0.1.RC4 -- 3.3RC4. - -* Mon Jun 11 2007 Ben Konrath 3.3.0-0.2.RC3 -- Update launching strategy for 3.3. -- Pull in package-build fix from F-7. - -* Wed May 23 2007 Ben Konrath 3.3.0-0.1.RC3 -- 3.3RC3. - -* Wed May 23 2007 Ben Konrath 3.3.0-0.1.RC2 -- 3.3RC2. - -* Wed May 23 2007 Ben Konrath 3.3.0-0.1.RC1 -- 3.3RC1. -- Pull in changes from F-7. - -* Mon Feb 26 2007 Ben Konrath 3.3.0-0.1.M5eh -- 3.3M5. -- Remove launcher-addplatformtotildeeclipse.patch as it's only needed - for FC-5 -> FC-6. -- Remove swt firefox patches as they are no longer needed. -- Remove ppc64, s390{,x} and sparc{,64} support. -- Remove use-built-launcher patch. -- Update set-launcher-and-configuration-dir patch. - -* Mon Jan 29 2007 Ben Konrath 3.3.0-0.3.M4 -- Enable updated ecj square brackets patch. - -* Fri Jan 12 2007 Ben Konrath 3.3.0-0.2.M4 -- Pull in fixes from rawhide. - -* Wed Dec 20 2006 Ben Konrath 3.3.0-0.1.M4 -- 3.3M4. -- Update patches for 3.3M4. -- Remove SWT JNI symlinks in %%{_libdir}. - -* Wed Dec 6 2006 Ben Konrath 3.2.1-25 -- Add %%{_libdir}/eclipse dir to files list of libswt-gtk2. -- Resolves: #211008. - -* Tue Dec 5 2006 Andrew Overholt 3.2.1-24 -- Specfile review with Ben Konrath. -- Lots of cleanups. - -* Tue Nov 28 2006 Andrew Overholt 3.2.1-23 -- Move back to ~/.eclipse for update site pending upstream comments. -- Add patch to add platform to ~/.eclipse's platform.xml. This maintains - user-installed plugins but allows us to remove the pre-configured - platform.xml in the OSGi configuration area. - -* Mon Nov 20 2006 Andrew Overholt 3.2.1-22 -- Use ~/.eclipseplugins instead of ~/.eclipse in update site - homedir patch. -- Bump release. - -* Fri Nov 17 2006 Ben Konrath 3.2.1-21 -- Add patch to workaround an xml parsing bug in libgcj (gcc bug #29853). -- Resolves: #209393. - -* Fri Nov 17 2006 Andrew Overholt 3.2.1-20 -- Revise gre64 patch to just do ppc64 addition and not ordering change. - -* Thu Nov 16 2006 Andrew Overholt 3.2.1-19 -- Add patch to look at gre64.conf on ppc64. - -* Fri Nov 10 2006 Ben Konrath 3.2.1-18 -- Remove SWT ON_TOP patch as it is fixed in 3.2.1. - -* Thu Nov 09 2006 Ben Konrath 3.2.1-17 -- Add file level requirement for swt fragment to rcp and platform packages. - This is needed so that the rcp and platform packages pull in the swt package - of the correct word size. - -* Mon Nov 06 2006 Ben Konrath 3.2.1-16 -- Move copy-platform back to %%{_datadir}/eclipse. -- Require gjdoc >= 0.7.7-14 as it generates consistent html across archs. -- Move most of the doc plugins back to %%{_datatdir}/eclipse now that gjdoc - is fixed. - -* Fri Nov 03 2006 Andrew Overholt 3.2.1-15 -- Make sdk require config.ini itself rather than the package to deal with the - bi-arch installation situation. -- Move sdk feature and plugin to %%{_libdir} so we can check for its existence - in the post scripts. - -* Thu Nov 02 2006 Andrew Overholt 3.2.1-14 -- Remove post sections that munge eclipse.product; always set it to - org.eclipse.platform.ide or org.eclipse.sdk.ide. -- Remove changelogs prior to 3.2.0. - -* Thu Nov 02 2006 Ben Konrath 3.2.1-12 -- Move doc plugins to %%{_libdir}/eclipse/plugins because of html is being - generated differently on different arches. -- Fix multilib problem when there are two or more jars within a jar. -- BR dos2unix always (for mac2unix). - -* Wed Nov 01 2006 Ben Konrath 3.2.1-11 -- Move copy-platform to %%{_libdir}/eclipse -- Move the platform.source, icu4j, icu4j.source, help.webapp and - update.core.linux plugins to %%{_libdir}/eclipse/plugins because these plugins - have platform specific content. Some of the platform specific content may be - a result of bugs in libgcj. These need to be investigated. -- Disable building the help indexes on all archs so that we have the same doc - plugins on all archs. -- Remove org.apache.ant_1.6.5/bin/runant.py to avoid multilib conflicts. -- Repack all the jars and the jars within those jars. This is needed - to make this package multilib compatible. -- Put SWT symlinks in %%{_libdir}/eclipse instead of - %%{_libdir}/eclipse/plugins. - -* Wed Nov 01 2006 Andrew Overholt 3.2.1-11 -- Use equinox initializer instead of old patch to core.runtime. -- Run initializer *after* splitting install into arch-specific and - arch-independent locations. -- Move copy-platform to arch-specific location. -- Get rid of broken symlinks in tomcat plugin. - -* Tue Oct 31 2006 Andrew Overholt 3.2.1-11 -- Fix copy-platform to work with split install. - -* Tue Oct 31 2006 Ben Konrath 3.2.1-10 -- Add 3.2.1 splash screen. -- Sort the java source files before building (#209249). -- Remove Fedora ifdefs. -- Resolves: #209249. - -* Tue Oct 31 2006 Ben Konrath 3.2.1-9 -- Re-enable building of the icu4j plugins. - -* Mon Oct 30 2006 Ben Konrath 3.2.1-8 -- Temporarily disable building of icu4j plugin. - -* Mon Oct 30 2006 Andrew Overholt 3.2.1-8 -- Fix eclipse-ecj symlink to point to correct location. -- Put SWT symlinks in %%{_libdir} instead of %%{_datadir} as they're - target-dependent. - -* Sat Oct 28 2006 Ben Konrath 3.2.1-7 -- Add patch for ecj [] classpath problem. -- Remove configuration files from rcp files list. -- Add patch set bindir and shared config patch to allow the eclipse binary - to sit in %%{_bindir} and remove the symlinks. This patch also allows us to - set osgi.sharedConfiguration.area config on a per build basis so that the - configuration directory can be arch dependant. -- Remove launcher link patch as the bindir patch removes the requirement for - this patch. -- Don't aot-compile org.eclipse.ui.ide to work around rh bug # 175547. -- Add Requies(post,postun) to all packages to ensure that no files are left - behind when eclipse is un-installed. -- Many spec file clean ups. -- Resolves: #199961, #202585, #210764, #207016. -- Related: #175547. - -* Mon Oct 16 2006 Andrew Overholt 3.2.1-6 -- Remove unneeded tomcat symlinks. - -* Mon Oct 16 2006 Andrew Overholt 3.2.1-6 -- Remove unnecessary bits of configuration. -- Resolves: #210764, #202585. - -* Tue Oct 10 2006 Ben Konrath 3.2.1-5 -- Remove perl dependancy. -- Fix offsets in libswt-enableallandO2 patch. -- Add Requires(post,postun) java-gcj-compat to sdk to avoid errors when - uninstalling the java stack. -- Move jface and jface.databinding from libswt3-gtk2 to rcp because these - plugins have dependancies on some plugins in rcp. - -* Sun Oct 01 2006 Andrew Overholt 3.2.1-4 -- Fix triggerpostun to include epoch of previous releases. - -* Fri Sep 29 2006 Ben Konrath 3.2.1-3 -- Add Requires(post,postun) to platform and sdk sub-packages so that post and - postun scripts work correctly. - -* Fri Sep 29 2006 Andrew Overholt 3.2.1-3 -- Add triggerpostun to deal with old rebuild-sdk-features postun crap - (rh#207442, rh#207013). - -* Fri Sep 29 2006 Andrew Overholt 3.2.1-2 -- Fix swt-firefox patch to not create DSOs with undefined symbols (rh#201778). - -* Thu Sep 28 2006 Ben Konrath 3.2.1-1 -- 3.2.1 final. - -* Thu Sep 28 2006 Andrew Overholt 3.2.1-1 -- Use new swt-firefox patch and consolidate others into one. - -* Wed Sep 27 2006 Ben Konrath 3.2.1-0.RC.3 -- Fix typo in %%postun of -sdk and -platform. -- Disable help index generation on ia64. - -* Tue Sep 26 2006 Ben Konrath 3.2.1-0.RC.2 -- Don't set eclipse.product incorrectly in %%postun of -sdk and -platform. - -* Mon Sep 25 2006 Ben Konrath 3.2.1-0.RC.1 -- M20060921-0945 (3.2.1 pre-release). -- Upadate patches to 3.2.1. -- Add icu4j 3.4.5 sources. -- Add Fedora version to platform about.mappings as well as sdk. - -* Mon Sep 25 2006 Andrew Overholt 3.2.0-8 -- Remove unused eclipse.conf. -- Remove unused gre64.conf patch (applied upstream). - -* Thu Sep 21 2006 Ben Konrath 3.2.0-7 -- Use real SWT version on ia64, ppc64, s390 and s390x. -- Remove the swt native libs from the rcp sub-package because they are - already in the libswt-gtk2 sub-package and rcp requires libswt-gtk2. -- Set correct eclipse.product in post and postun of sdk and platform - sub-packages (rh bug # 207442) -- Don't set the .eclipseproduct twice. -- Add Conflicts: mozilla to libswt3-gtk2 (rh bug # 207626). -- Move Requires: firefox to libswt3-gtk2. - -* Thu Sep 21 2006 Andrew Overholt 3.2.0-7 -- Add workaround for gjdoc Mac-encoded bug (gcc#29167) to make javadocs build. -- Fix tomcat symlinking in %%install to make help work (rh#199453). - -* Mon Sep 11 2006 Ben Konrath 3.2.0-6 -- Update swt-firefox patch and remove libswt-xpcom patch (rh bug # 200929). -- Re-work files list to match upstream and remove rebuild-sdk-features - (rh bug # 205933). - -* Thu Sep 07 2006 Ben Konrath 3.2.0-5 -- Add swt-firefox patch; moves SWT to NS_InitXPCOM3() from NS_InitEmbedding(). -- Add sparc support (Dennis Gilmore ). -- Disable help index generation on s390. - -* Wed Sep 06 2006 Ben Konrath 3.2.0-4 -- Re-add customBuildCallbacks.xml-add-pre.gather.bin.parts.patch because - it has not been applied upstream. -- Minor spec file clean ups. -- Add %%{name} to the -devel package Provides so that upgrading from - FC-5 to FC-6 works. -- Re-enable natively compiling the ant.ui plugin. -- Re-enable natively compiling the team.cvs.core plugin on ia64. - -* Fri Sep 01 2006 Ben Konrath 3.2.0-3 -- Use the system tomcat on ppc64 and s390x. - -* Wed Aug 30 2006 Andrew Overholt 3.2.0-3 -- Don't use pkg_summary. - -* Tue Aug 29 2006 Ben Konrath 3.2.0-2 -- Remove double Manifest file in com.jcraft.jsch_0.1.28.jar. -- Require java-gcj-compat >= 1.0.64. - -* Thu Aug 17 2006 Andrew Overholt 3.2.0-1jpp_12fc -- Fix tomcat55 patch to not conflict with wst.ws (commons-logging visibility). - -* Thu Aug 10 2006 Andrew Overholt 3.2.0-1jpp_11fc -- Fix eclipse-tomcat55.patch and eclipse-tomcat55-build.patch to not reference - jars that don't exist. -- Fix rebuild-sdk-features to work with 3.2.x feature versions. - -* Tue Aug 01 2006 Andrew Overholt 3.2.0-1jpp_10fc -- Use firefox-devel instead of mozilla-devel. -- Add patch for rh#200929 (include embed_base in xpcom's pkgconfig -I flags). - -* Tue Jul 25 2006 Ben Konrath 3.2.0-1jpp_9fc -- Use sed instead of patches for tomcat version numbers. - -* Sun Jul 23 2006 Ben Konrath 3.2.0-1jpp_8fc -- Disable build.index doc generation on i386. - -* Sun Jul 23 2006 Andrew Overholt 3.2.0-1jpp_7fc -- Remove org.eclipse.ant.ui* from %%files. - -* Sun Jul 23 2006 Ben Konrath 3.2.0-1jpp_7fc -- Exclude org.eclipse.ant.ui_3.2.0.v20060531.jar from aot-compile-rpm. - -* Sat Jul 22 2006 Jakub Jelinek 3.2.0-1jpp_6fc -- Rebuilt - -* Thu Jul 20 2006 Andrew Overholt 3.2.0-1jpp_5fc -- New splash screen from Diana Fong (rh#199456). - -* Tue Jul 18 2006 Andrew Overholt 3.2.0-1jpp_4fc -- Add patch from Tom Tromey for ecj-gcj branch of gcj. -- Fix SWT symlinks. - -* Tue Jul 18 2006 Igor Foox 3.2.0-1jpp_3fc -- Rebuild. - -* Mon Jul 17 2006 Ben Konrath 3.2.0-1jpp_2fc -- Rebuild. - -* Thu Jul 06 2006 Andrew Overholt 3.2.0-1jpp_1fc -- Temporarily add webapp patch for ppc64 and s390x. -- Bump tomcat5 to 5.5.17 both in BR/R and in patches. - -* Wed Jul 05 2006 Andrew Overholt 3.2.0-1jpp_1fc -- Don't require tomcat on ppc64, s390, or s390x until we've got it there. -- org.eclipse.tomcat -> org.eclipse.tomcat/lib. -- Update webapp build patch. -- Use commons-* instead of jakarta-commons-*. -- Don't delete jars in %%install. -- Don't apply tomcat and webapp patches on ppc64, s390, and s390x (for now). -- Don't include tomcat jars in %%files for ix86, ppc, x86_64, ia64. -- Use tomcat plugin version instead of org.eclipse.tomcat_*. - -* Tue Jul 04 2006 Ben Konrath 3.2.0-1jpp_1fc -- Fix tomcat symlinks. - -* Tue Jul 04 2006 Andrew Overholt 3.2.0-1jpp_1fc -- 3.2.0. -- Remove Provides: eclipse-sdk from eclipse-platform. -- Use build-jar-repository where appropriate. - -* Tue Jun 13 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.7 -- Rename -devel packages to -sdk to match upstream names. -- Add Provides eclipse-sdk to platform-sdk. -- Remove zip re-pack code. - -* Mon Jun 12 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.6 -- Bump release again. - -* Mon Jun 12 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.5 -- Bump release. - -* Mon Jun 12 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.4 -- Require java-gcj-compat 1.0.52. -- Don't use '*' to set the quatifier name in the eclipse-ecj symlink. -- Really fix swt symlinks rh #194500. - -* Wed Jun 07 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.3 -- Enable ppc64, s390 and s390x. -- Add check for jars at the end of prep. -- Fix patch for rh #162177 (square brackets patch). -- Fix swt symlinks rh #194500. -- Add versionless pde.build symlink. -- Rename efj-wrapper.sh to efj.sh.in. -- Re-pack all zips after the build to ensure that zips have the same md5sum - across arch re-builds. This is needed to avoid multilib conflicts. - -* Wed Jun 07 2006 Andrew Overholt 3.2.0-0jpp_0fc.3.2RC7.2 -- Fix eclipse-ecj.jar symlink to include qualifier. - -* Tue Jun 06 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.1 -- 3.2RC7. -- Remove com.jcraft.jsch_0.1.28.jar and repackage with classes from the system - jsch.jar. -- Work around ia64 compile problem in aot-compile-rpm. - -* Wed May 31 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC6 -- 3.2RC6. diff --git a/pre360changelog.txt b/pre360changelog.txt new file mode 100644 index 0000000..4dab096 --- /dev/null +++ b/pre360changelog.txt @@ -0,0 +1,1836 @@ +* Thu Jul 08 2010 Alexander Kurtakov 1:3.5.2-10 +- Rebuild for new jetty. + +* Thu Jun 17 2010 Alexander Kurtakov 1:3.5.2-9 +- Fix typo in symlinking. + +* Thu Jun 17 2010 Alexander Kurtakov 1:3.5.2-8 +- No need to link jasper. + +* Thu Jun 17 2010 Alexander Kurtakov 1:3.5.2-7 +- Fix servlet and jsp apis symlinks. + +* Thu Jun 17 2010 Alexander Kurtakov 1:3.5.2-6 +- Fix jetty symlinks. + +* Thu Jun 10 2010 Andrew Overholt 1:3.5.2-5 +- Move hamcrest to dropins/jdt (rhbz#601059). +- Re-symlink after provisioning (rhbz#602865). + +* Mon Apr 12 2010 Andrew Overholt 1:3.5.2-4 +- Rebuild to pick up new xulrunner. + +* Fri Mar 19 2010 Alexander Kurtakov 1:3.5.2-3 +- Use eclipse-build 0.5.0 release. + +* Mon Mar 8 2010 Alexander Kurtakov 1:3.5.2-2 +- Fix multilib install. + +* Sun Mar 7 2010 Alexander Kurtakov 1:3.5.2-1 +- Update to 3.5.2. + +* Thu Jan 07 2010 Andrew Overholt 1:3.5.1-28 +- Version Provides for "eclipse" and "eclipse-sdk" (-pde). + +* Tue Dec 22 2009 Andrew Overholt 1:3.5.1-27 +- Fix patch application. + +* Tue Dec 22 2009 Andrew Overholt 1:3.5.1-26 +- Backport eclipse-build patch for e.o#291128. + +* Tue Dec 15 2009 Alexander Kurtakov 1:3.5.1-25 +- Fix o.e.jdt.junit dropins issue. RHBZ#538803 (Thanks to Patrick Higgins). + +* Fri Dec 4 2009 Alexander Kurtakov 1:3.5.1-24 +- Replace gecko BR/Rs with xulrunner. +- Drop xulrunner-devel-unstable now that it's merged in xulrunner-devel. + +* Thu Dec 3 2009 Alexander Kurtakov 1:3.5.1-23 +- Remove old manipulations to bundles.info. +- Update to eclipse-build 0.4 release. + +* Mon Nov 30 2009 Andrew Overholt 1:3.5.1-22 +- Move ant-nodeps out of bootstrap. + +* Tue Nov 17 2009 Andrew Overholt 1:3.5.1-21 +- Fix typo in memory settings. + +* Tue Nov 17 2009 Alexander Kurtakov 1:3.5.1-20 +- Fix ppc64 swt jar version. + +* Mon Nov 16 2009 Andrew Overholt 1:3.5.1-19 +- Temporarily patch for e.o#294877. +- Fix some whitespace. + +* Fri Nov 13 2009 Alexander Kurtakov 1:3.5.1-18 +- No about files on ppc64 too. + +* Wed Nov 11 2009 Alexander Kurtakov 1:3.5.1-17 +- Update to eclipse-build 0.4 RC4 (fixes pdebuild escaping). + +* Tue Nov 10 2009 Alexander Kurtakov 1:3.5.1-16 +- Specify -DbuildArch when running ant applyPatches. + +* Tue Nov 10 2009 Alexander Kurtakov 1:3.5.1-15 +- Update to eclipse-build 0.4 RC3. + +* Fri Nov 10 2009 Alexander Kurtakov 1:3.5.1-14 +- Fix build with commons-codec 1.4. + +* Fri Oct 30 2009 Andrew Overholt 1:3.5.1-13 +- Make /usr/bin/eclipse a wrapper script due to rhbz#531675 (e.o#290395). + +* Mon Oct 26 2009 Andrew Overholt 1:3.5.1-12 +- Remove old TODO items. + +* Fri Oct 23 2009 Alexander Kurtakov 1:3.5.1-12 +- No need to invoke desktop-file-install, it's handled by e-b install now. + +* Thu Oct 22 2009 Alexander Kurtakov 1:3.5.1-11 +- Remove ppc64 files copying and sedding. Supported by eclipse-build now. + +* Tue Oct 20 2009 Alexander Kurtakov 1:3.5.1-10 +- Remove old/not needed BR/Rs. + +* Mon Oct 19 2009 Alexander Kurtakov 1:3.5.1-9 +- New e-b snapshot that contains fragments for ppc64. + +* Thu Oct 15 2009 Alexander Kurtakov 1:3.5.1-8 +- Add bootstrap flag. + +* Mon Oct 12 2009 Alexander Kurtakov 1:3.5.1-7 +- Put back JAVA_HOME. + +* Mon Oct 12 2009 Alexander Kurtakov 1:3.5.1-6 +- New eclipse-build snapshot. Pdebuild and ecf compilation are part of it. + +* Thu Oct 8 2009 Alexander Kurtakov 1:3.5.1-5 +- Fix install call. + +* Thu Oct 8 2009 Alexander Kurtakov 1:3.5.1-4 +- New eclipse-build snapshot. Remove parts included in it. + +* Wed Oct 07 2009 Andrew Overholt 1:3.5.1-3 +- Add patch for bugs.eclipse.org/287307 + +* Mon Oct 5 2009 Alexander Kurtakov 1:3.5.1-2 +- Add /usr/share/eclipse/dropins to dropins locations. + +* Fri Oct 2 2009 Alexander Kurtakov 1:3.5.1-1 +- Update to 3.5.1. + +* Tue Sep 29 2009 Alexander Kurtakov 1:3.5.0-4 +- Symlink to unversioned jetty jars. + +* Tue Sep 29 2009 Alexander Kurtakov 1:3.5.0-3 +- Build with eclipse-build 0.4.0 RC0. + +* Wed Sep 23 2009 Andrew Overholt 1:3.5.0-2 +- Move jakarta-commons-codec requirement from jdt to platform. + +* Tue Sep 22 2009 Alexander Kurtakov 1:3.5.0-1 +- Fix help toolbar jsp problem. + +* Fri Sep 18 2009 Alexander Kurtakov 1:3.5.0-0.13 +- Update ecf-filetransfer and build it. + +* Tue Sep 15 2009 Alexander Kurtakov 1:3.5.0-0.12 +- Build with system jetty. + +* Mon Sep 14 2009 Andrew Overholt 1:3.5.0-0.11 +- Add /usr/share/eclipse/dropins to list of dropins locations + (rhbz#522117). + +* Wed Sep 09 2009 Mat Booth 1:3.5.0-0.10 +- Patch the target platform templates so they find all the required + source bundles (see RHBZ # 521969). + +* Mon Aug 31 2009 Alexander Kurtakov 1:3.5.0-0.9 +- Remove all testframework sources, patches, build and etc. + +* Tue Aug 18 2009 Alexander Kurtakov 1:3.5.0-0.8 +- Use system hamcrest. + +* Mon Aug 17 2009 Alexander Kurtakov 1:3.5.0-0.7 +- Use o.e.equinox.initializer from SOURCE1 instead of separate one. + +* Fri Aug 14 2009 Alexander Kurtakov 1:3.5.0-0.6 +- Do not use the provided eclipse.ini but the one from build. + +* Thu Aug 13 2009 Alexander Kurtakov 1:3.5.0-0.5 +- Add epoch to icu4j Requires/BuildRequires. + +* Tue Aug 11 2009 Alexander Kurtakov 1:3.5.0-0.4.0 +- Fix sources url. +- Make it use system icu4j and sat4j. + +* Fri Aug 7 2009 Alexander Kurtakov 1:3.5.0-0.3.35 +- Another missing ppc64 fragment. + +* Fri Aug 7 2009 Alexander Kurtakov 1:3.5.0-0.3.34 +- Fix missing fragment on ppc64. + +* Thu Aug 6 2009 Alexander Kurtakov 1:3.5.0-0.3.33 +- Fix missing launcher for ppc64. + +* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.32 +- Manually enable o.e.core.runtime and o.e.equinox.ds because it's not enabled on ppc64. + +* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.31 +- Revert initialize call path changes. + +* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.30 +- Additional output to debug ppc64 build failures. + +* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.29 +- Reenable initialize. +- Fix paths in initializer call. + +* Wed Aug 5 2009 Alexander Kurtakov 1:3.5.0-0.3.28 +- Disable initialize. + +* Tue Aug 4 2009 Alexander Kurtakov 1:3.5.0-0.3.27 +- No need to copy eclipse.ini for secondary archs. + +* Tue Aug 4 2009 Alexander Kurtakov 1:3.5.0-0.3.26 +- eclipse/about_files are not installed on ppc for some reason. + +* Mon Aug 3 2009 Alexander Kurtakov 1:3.5.0-0.3.25 +- Swith to eclipse-build for building. + +* Fri Jul 24 2009 Fedora Release Engineering - 1:3.5.0-0.3.9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jun 17 2009 Alexander Kurtakov 1:3.5.0-0.2.9 +- Fix package-build template to add target for -Dconfigs. + +* Tue May 19 2009 Andrew Overholt 1:3.5.0-0.2.8 +- Remove Fedora branding. + +* Thu May 7 2009 Andrew Overholt 1:3.5.0-0.2.7 +- Update patch to tests' library.xml to allow for easy debugging of tests. + +* Wed Apr 29 2009 Alexander Kurtakov 1:3.5.0-0.2.6 +- Fix initializer run (sed again). + +* Wed Apr 29 2009 Alexander Kurtakov 1:3.5.0-0.2.5 +- Bump tomcat6 BR. +- Fix director run to not require sed on bundles.info. + +* Wed Apr 22 2009 Alexander Kurtakov 1:3.5.0-0.2.4 +- Update to newer I-build. +- Update fedora customization. +- Bump dependencies minimal versions. +- Fix update site functionality. +- Simplify jdt %%files section. + +* Tue Apr 14 2009 Alexander Kurtakov 1:3.5.0-0.2.3 +- Rediff patch30. + +* Tue Apr 14 2009 Alexander Kurtakov 1:3.5.0-0.2.2 +- Fix version of source bundles. + +* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.2.1 +- Create org.eclipse.swt.gtk.linux.* based on the ppc version. + +* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.2 +- Remove patches for the ecj package and others already applied upstream. +- Rediff some ppc64 patches. + +* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.1.12 +- o.e.update.core.linux is x86 only. + +* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.1.11 +- Remove more p2 generated files. + +* Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.1.10 +- Do not install p2 generatad file. + +* Fri Apr 10 2009 Alexander Kurtakov 1:3.5.0-0.1.9 +- BR/R jakarta-commons-codec and jakarta-commons-httpclient. + +* Thu Apr 9 2009 Alexander Kurtakov 1:3.5.0-0.1.8 +- Add patch for xulrunner compilation. + +* Tue Apr 7 2009 Alexander Kurtakov 1:3.5.0-0.1.7 +- Fix patch name. + +* Thu Apr 2 2009 Alexander Kurtakov 1:3.5.0-0.1.6 +- First try for 3.5 build. + +* Mon Mar 30 2009 Dennis Gilmore 1:3.4.2-6 +- base sparcv9 and sparc on ppc + +* Fri Mar 20 2009 Alexander Kurtakov 1:3.4.2-5 +- Disable XULRunner-specific patch. +- Make pdebuild script to not generate p2 repo. + +* Mon Mar 16 2009 Andrew Overholt 1:3.4.2-4 +- Build with XULRunner-specific flags since we're building against XULRunner. + +* Mon Mar 9 2009 Andrew Overholt 1:3.4.2-3 +- Remove ecj sub-package as it is replaced by standalone ecj package. + +* Thu Feb 26 2009 Alexander Kurtakov 1:3.4.2-2 +- Strict R/BR for sat4j >= 2.0.3. + +* Thu Feb 26 2009 Alexander Kurtakov 1:3.4.2-1 +- Update to 3.4.2. + +* Tue Feb 24 2009 Fedora Release Engineering - 1:3.4.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Feb 4 2009 Alexander Kurtakov 1:3.4.1-15 +- Rebuild for new xulrunner. + +* Fri Jan 23 2009 Andrew Overholt 1:3.4.1-14 +- Add R:java-devel for -jdt (rh#480979). + +* Mon Jan 19 2009 Alexander Kurtakov 1:3.4.1-13 +- Fix pdebuild to auto-set javacSouce based on BREE. + +* Fri Dec 19 2008 Andrew Overholt 1:3.4.1-12 +- Fixed GCJ AOT compilation (Gary Benson). + +* Mon Dec 15 2008 Andrew Overholt 1:3.4.1-11 +- Update pdebuild and package-build patch to include -z option. +- Make ecj default to 1.5 (rh#354721). +- Add GCJ AOT bits for ecj (rh#473674). + +* Fri Dec 5 2008 Andrew Overholt 1:3.4.1-10 +- Remove MaxPermSize from sysproperty lists in library.xml as it was causing the + JVM to not start. + +* Thu Dec 4 2008 Andrew Overholt 1:3.4.1-8 +- Increase MaxPermSize when running tests. + +* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 1:3.4.1-8 +- Rebuild for Python 2.6 + +* Thu Nov 20 2008 Andrew Overholt 3.4.1-7 +- Update and re-enable patch for always generating debuginfo for class files + when doing an RPM build. +- Resolves rh#472292. + +* Mon Oct 27 2008 Andrew Overholt 3.4.1-6 +- Keep Provides: eclipse on -pde (different than Fedora 9 but probably + more correct). + +* Thu Oct 23 2008 Alexander Kurtakov 3.4.1-5 +- Fix splashscreen (#467259). + +* Fri Oct 17 2008 Andrew Overholt 3.4.1-4 +- Fix quoting bug in pdebuild.sh again. + +* Fri Oct 16 2008 Alexander Kurtakov 3.4.1-3 +- Fix swt symlinks in %%libdir/eclipse. + +* Thu Oct 16 2008 Alexander Kurtakov 3.4.1-2 +- Fix quoting bug in pdebuild.sh. + +* Wed Oct 16 2008 Alexander Kurtakov 3.4.1-1 +- Move copy-platform instead of copying it. + +* Wed Oct 15 2008 Andrew Overholt 3.4.1-1 +- Add conditionals around Equinox initialization to enable debugging. + +* Fri Oct 13 2008 Alexander Kurtakov 3.4.1-1 +- Symlink to ant-apache-bsf and ant-commons-net. +- Update branding. +- Don't re-pack JARs (see fedora-devel-java-list discussion in September 2008). +- Update desktop-file-install usage and add --vendor=fedora. (Andrew Overholt) +- Resolves #466476. Fix pdebuild script. (Jeff Johnston) +- Remove dropins contents while running initializer. +- Add patch for wrong javaHome on x86_64 in the native build.(Alexander Kurtakov) + +* Thu Oct 03 2008 Alexander Kurtakov 3.4.1-0 +- 3.4.1 +- Update nojarsignatures patch. +- Added osgi-classpath.patch fixes broken bootclasspath (Sean Flanigan). +- Removed patches 33 and 34 - not needed anymore. + +* Thu Sep 25 2008 Michal Nowak 3.4.0-24 +- exclude parts of eclipse-pydev from JIT compilation +- Resolves: bug 461860 + +* Tue Sep 02 2008 Andrew Overholt 3.4.0-23 +- Use icu4j in its new place. + +* Wed Aug 27 2008 Andrew Overholt 3.4.0-22 +- Add test framework +- Remove two duplicate lines in eclipse-mv-Platform.sh +- Modify package-build and pdebuild so they can build the SDK tests + +* Wed Aug 13 2008 Andrew Overholt 3.4.0-21 +- Fix ecj-gcj (rhbz#458921) + +* Tue Aug 12 2008 Andrew Overholt 3.4.0-20 +- Require release of jetty which requires tomcat bits with proper metadata +- Fix pdebuild for moved JDT and PDE plugins (Alexander Kurtakov) +- Add version to jakarta-commons-el requirement + +* Mon Aug 11 2008 Andrew Overholt 3.4.0-19 +- Move jdt and sdk dropins contents to non-eclipse-sub-dir place which + makes dropins reconciler see them as dropins and not extension + locations +- Add versions to jetty, lucene, and jsch Requires + +* Thu Aug 07 2008 Andrew Overholt 3.4.0-18 +- Add %%{_libdir}/eclipse/dropins/jdt to ecj files list + +* Wed Aug 06 2008 Andrew Overholt 3.4.0-17 +- Add p2 metadata generation to pdebuild +- Fix symlinking to %%{_libdir}/eclipse/dropins/* stuff in + copy-platform +- Fix brightness in splash screen +- Fix icon symlinks +- Bump icu4j-eclipse requirement + +* Tue Aug 05 2008 Andrew Overholt 3.4.0-16 +- Ensure %%{_datadir}/eclipse/dropins gets watched in eclipse.ini +- Move JDT and SDK bits to dropins/{jdt,sdk}/eclipse for consistency +- Update copy-platform to add %%{_datadir}/dropins + +* Mon Aug 04 2008 Sean Flanigan 3.4.0-15 +- Removed buildroot from path in datadir.link + +* Mon Aug 04 2008 Sean Flanigan 3.4.0-14 +- Created missing directory for link file + +* Fri Aug 01 2008 Andrew Overholt 3.4.0-13 +- Update patch to avoid Hotspot crashing +- Add links folder for noarch plugins +- Create and add ownership of %%{_datadir}/eclipse/{plugins,features} + +* Thu Jul 31 2008 Andrew Overholt 3.4.0-12 +- Set product to Fedora Eclipse +- Remove pde-runtime %%package section +- Remove unnecessary Requires(post,postun)s + +* Wed Jul 30 2008 Andrew Overholt 3.4.0-11 +- Update copy-platform to work with dropins +- Update JVM-crashing patch + +* Mon Jul 28 2008 Andrew Overholt 3.4.0-10 +- Move JDT and PDE/SDK bits to dropins/{jdt,sdk} +- Drop versionless PDE Build symlink (put logic into pdebuild script) +- Make SWT JAR symlinks relative +- Fold pde-runtime into pde +- Add patch to add root files for non-upstream arches +- Fix building of fragments for non-upstream arches +- Remove about.html from files list on ppc (will fix later) + +* Fri Jul 25 2008 Andrew Overholt 3.4.0-10 +- Add ability for pdebuild (-o) to work with Orbit-style dependencies + +* Fri Jul 25 2008 Andrew Overholt 3.4.0-9 +- Collapse patches to build SWT native bits into two +- Copy about* from x86 to all non-x86{_64} platforms + +* Wed Jul 23 2008 Andrew Overholt 3.4.0-8 +- Don't build for arch/ws/os combos other than the one on which we're + building + +* Wed Jul 23 2008 Andrew Overholt 3.4.0-7 +- More work on non-upstream arches + +* Mon Jul 21 2008 Andrew Overholt 3.4.0-6 +- Update description to be a bit more current +- Attempt ppc64, etc. builds + +* Mon Jul 21 2008 Andrew Overholt 3.4.0-5 +- Add core.net fragment in %%files for x86 +- I spoke with author about above and no .so is built because it is + currently not used by the fragment +- Update ecj-gcj addition (Tom Tromey) + +* Fri Jul 18 2008 Andrew Overholt 3.4.0-4 +- Un-do crazy config.ini, bundles.info, etc. shuffling +- Update patch for building native libraries +- Re-add missing BR on tomcat5-jasper-eclipse +- Add patch for 64-bit platforms to build SWT +- Don't try to resolve http://bundles.osgi.org for javadocs +- Provision with java -cp instead of binary launcher + +* Thu Jul 17 2008 Andrew Overholt 3.4.0-3 +- Generate metadata and provision each sub-package +- Do crazy config.ini, bundles.info, and *.profile shuffling +- Add post and postun sections to update the config.ini, bundles.info, and + *.profile files + +* Wed Jul 16 2008 Andrew Overholt 3.4.0-1 +- Fix files lists + +* Wed Jul 16 2008 Andrew Overholt 3.4.0-1 +- Update branding +- Fix p2 stuff so p2 UI works + +* Mon Jul 14 2008 Andrew Overholt 3.4.0-1 +- 3.4 +- Remove gcj compilation +- Update versions of dependencies +- Rename libswt3-gtk2 to eclipse-swt +- Move "Provides: eclipse" to PDE from JDT +- Remove unnecessary old Obsoletes/Provides +- Remove tomcat stuff since it's no longer used +- Move stuff from %%{_datadir}/eclipse to %%{_libdir}/eclipse +- Add BRs/Rs on objectweb-asm and sat4j +- Build ECF filetransfer stuff as part of this SRPM until we have a + separate eclipse-ecf package (which will require this version of the + SDK) + +* Sat Jun 14 2008 Dennis Gilmore 3.3.2-13 +- make changes to support sparcv9 + +* Wed May 14 2008 Andrew Overholt 3.3.2-12 +- Back-port patch for e.o#206432 (rh#446064). + +* Sat Apr 26 2008 Mat Booth 3.3.2-11 +- Fixed some benign errors in copy-platform when calling pdebuild + multiple times. + +* Fri Apr 25 2008 Andrew Overholt 3.3.2-10 +- Bump maximum heap size from 256 MB to 512 MB. +- Add patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=214092 + (which is really + http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6614100). +- Some jiggery-pokery for spaces in SWT paths for buildagainstxulrunner + patch. + +* Wed Apr 09 2008 Andrew Overholt 3.3.2-9 +- Fix patch level for xulrunner build patch. + +* Wed Apr 09 2008 Andrew Overholt 3.3.2-8 +- Rather than removing java-javadoc, just add Requirement in all cases + (gcj or not). + +* Wed Apr 09 2008 Andrew Overholt 3.3.2-7 +- Remove explicit java-javadoc requirements as OpenJDK's -devel package + provides it. +- Patch SWT build to find libxul.pc. + +* Fri Apr 04 2008 Andrew Overholt 3.3.2-6 +- Fix path of pdebuild in %%files. Gah. + +* Fri Apr 04 2008 Andrew Overholt 3.3.2-5 +- Move pdebuild to better location (buildscripts). + +* Fri Apr 04 2008 Andrew Overholt 3.3.2-4 +- Fix SWT version in Requires. + +* Thu Apr 03 2008 Andrew Overholt 3.3.2-3 +- Add missing line continuation. + +* Thu Apr 03 2008 Andrew Overholt 3.3.2-2 +- Change ecj Provides from <= to = (rhbz#439825). + +* Thu Apr 03 2008 Andrew Overholt 3.3.2-1 +- 3.3.2 +- Update Obsoletes/Provides for ecj and make more ecj symlinks + (rhbz#439825). + +* Mon Mar 31 2008 Andrew Overholt 3.3.1.1-18 +- Add PDE Build wrapper script (%%{_datadir}/eclipse/pdebuild) for + packaging guidelines. + +* Mon Mar 03 2008 Andrew Overholt 3.3.1.1-17 +- Mark eclipse.ini as %%config. + +* Tue Feb 19 2008 Fedora Release Engineering - 1:3.3.1.1-16 +- Autorebuild for GCC 4.3 + +* Fri Feb 08 2008 Andrew Overholt 3.3.1.1-15 +- Add ia64 patches from Doug Chapman. +- rhbz#431963. + +* Wed Dec 05 2007 Martin Stransky 3.3.1.1-14 +- rebuilt against XUL Runner (gecko-libs 1.9) +- removed .png extension from the desktop file + +* Tue Dec 04 2007 Andrew Overholt 3.3.1.1-13 +- Remove Fedora log from splash screen. + +* Mon Dec 03 2007 Andrew Overholt 3.3.1.1-12 +- Update splash screen. + +* Fri Nov 30 2007 Andrew Overholt 3.3.1.1-11 +- Fix PermSize option (thanks to Mary Ellen Foster for testing). + +* Fri Nov 23 2007 Andrew Overholt 3.3.1.1-10 +- Move eclipse.ini for real. + +* Fri Nov 23 2007 Andrew Overholt 3.3.1.1-9 +- Move eclipse.ini in %%files section. + +* Thu Nov 22 2007 Andrew Overholt 3.3.1.1-8 +- Re-enable gcj_support. + +* Thu Nov 22 2007 Andrew Overholt 3.3.1.1-7 +- Un-break non-ppc64 platforms. + +* Mon Nov 19 2007 Andrew Overholt 3.3.1.1-6 +- Require jpackage-utils (courtesy Patrice Dumas). +- Fix ppc64 (and hopefully other unsupported-by-upstream arches). +- Move eclipse.ini to %%{_libdir}/eclipse where it gets read. +- Resolves: rhbz#394161. + +* Fri Nov 16 2007 Andrew Overholt 3.3.1.1-5 +- Remove extraneous build.index comment (from test build again). + +* Fri Nov 16 2007 Andrew Overholt 3.3.1.1-4 +- Enable gcj support (disabled for test build). + +* Fri Nov 16 2007 Andrew Overholt 3.3.1.1-3 +- Update tomcat patches. +- Resolves: rhbz#380121. + +* Wed Nov 14 2007 Andrew Overholt 3.3.1.1-2 +- Bump release to tag non-corrupted source zip. + +* Thu Nov 01 2007 Andrew Overholt 3.3.1.1-1 +- Update branding. +- Work around e.o#195897 by setting the VM arg explicitly. + +* Fri Oct 26 2007 Andrew Overholt 3.3.1.1-1 +- 3.3.1.1 +- Add patch for memory issues with IcedTea. + +* Mon Oct 22 2007 Andrew Overholt 3.3.1-1 +- 3.3.1 +- Update icu4j requirement for new version number. + +* Thu Oct 11 2007 Andrew Overholt 3.3.0-27 +- Add patch to have unversioned swt.jar symlink (courtesy Patrice + Dumas). + +* Sat Oct 06 2007 Andrew Overholt 3.3.0-26 +- Add encoding to desktop file. +- Fix %%files list again. + +* Fri Oct 05 2007 Andrew Overholt 3.3.0-25 +- Fix %%files list for Fedora Eclipse feature. + +* Fri Oct 05 2007 Andrew Overholt 3.3.0-24 +- Update branding plugin. +- Add branding feature. This fixes the update manager issue when using + the Fedora-branded product. +- Thanks to Alexander Kurtakov and Pascal Rapicault for helping track + down this issue. + +* Wed Oct 03 2007 Andrew Overholt 3.3.0-23 +- Build gcj bits on x86 and x86_64. +- Add instructions for how to get source of branding plugin. +- Fix splash screen typo. +- Resolves: rhbz#301871. + +* Wed Sep 26 2007 Andrew Overholt 3.3.0-21 +- Add patch to generate 1.6 bytecode on a 1.7 VM (kudos to Olivier + Thomann) +- Resolves: rhbz#288991. + +* Tue Sep 18 2007 Andrew Overholt 3.3.0-20 +- Move requirements on subclipse, cdt, mylyn, etc. to comps.xml. + +* Mon Sep 10 2007 Andrew Overholt 3.3.0-19 +- Don't require subclipse, cdt, or rpm-editor on ppc64. + +* Fri Sep 07 2007 Ben Konrath 3.3.0-18 +- Build 1.6 plugins when building with IcedTea. + +* Fri Sep 07 2007 Ben Konrath 3.3.0-17 +- Update Fedora Eclipse product plugin to fix Welcome page. + +* Thu Sep 06 2007 Ben Konrath 3.3.0-16 +- Compile SDK to 1.5 bytecode and disable 1.6 plugins. + +* Wed Sep 05 2007 Andrew Overholt 3.3.0-15 +- Update tomcat5, commons-el, and commons-logging to required releases + with proper OSGi manifests. + +* Mon Sep 04 2007 Ben Konrath 3.3.0-14 +- Add Fedora Eclipse product plugin. +- Add Requires: eclipse-rpm-editor to platform subpackage. + +* Thu Aug 30 2007 Ben Konrath 3.3.0-13 +- Move *-sdk subpackages to pde subpackage. +- Add BuildRequires: libXt-devel for IcedTea build. +- Add launcher-fix-java-home.patch. + +* Tue Aug 28 2007 Ben Konrath 3.3.0-12 +- Require mylyn on all archs except ppc64 alpha. +- Use IcedTea on x86_64 and x86. +- Remove hacks for s390{,x} as they are now included in upstream build. + +* Tue Aug 28 2007 Andrew Overholt 3.3.0-11 +- Symlink to jetty. + +* Tue Aug 28 2007 Ben Konrath 3.3.0-10 +- Add requires eclipse-cvs-client, eclipse-subclipse, eclipse-mylyn, + eclipse-mylyn-ide, eclipse-mylyn-bugzilla, eclipse-mylyn-trac + and eclipse-changelog to platform package. +- Add requires eclipse-mylyn-java to jdt. +- Add requires eclipse-mylyn-pde to pde. +- Remove pde-sdk and sdk sub-packages + +* Thu Aug 23 2007 Ben Konrath 3.3.0-9 +- Add Requires: eclipse-cvs-client to jdt package. + +* Tue Aug 14 2007 Ben Konrath 3.3.0-8 +- Link to junit4 jar. +- Remove included eclipse binaries. +- Add Provides: eclipse to sdk subpackage. + +* Mon Aug 13 2007 Oliver Falk 3.3.0-7 +- Also explode SDK tarball on alpha +- Resolves: #251958 + +* Tue Aug 07 2007 Ben Konrath 3.3.0-6 +- Add links for jsp api, servlet api and jasper. +- Add %%{_libdir}/%%{name}/features to the rcp %%files listing. + +* Fri Aug 03 2007 Ben Konrath 3.3.0-5 +- Add patch to fix double free bug in launcher library. +- Resolves: #248798. + +* Tue Jul 31 2007 Ben Konrath 3.3.0-4 +- Link to commons-el.jar. +- Remove ant 1.7 hacks. + +* Wed Jul 18 2007 Ben Konrath 3.3.0-3 +- Add links for lucene and lucene.analysis. +- Remove icu4j symlink from /usr/share/eclipse/plugins. +- Resolves: #248749. + +* Mon Jul 16 2007 Ben Konrath 3.3.0-2 +- Fix dep in rcp sub-package. +- Add Alpha support. +- Link to commons-logging.jar +- Resolves: #248359. + +* Fri Jun 29 2007 Ben Konrath 3.3.0-1 +- 3.3. + +* Wed Jun 27 2007 Ben Konrath 3.3.0-0.3.RC4 +- Restore ppc64, s390{,x} and sparc{,64} support. +- Restore multilib support. + +* Tue Jun 19 2007 Ben Konrath 3.3.0-0.2.RC4 +- Use icu4j-eclipse sub-package instead of building icu4j here. +- Use exec in binary wrapper. +- Add 3.3.0 splashscreen. + +* Tue Jun 12 2007 Ben Konrath 3.3.0-0.1.RC4 +- 3.3RC4. + +* Mon Jun 11 2007 Ben Konrath 3.3.0-0.2.RC3 +- Update launching strategy for 3.3. +- Pull in package-build fix from F-7. + +* Wed May 23 2007 Ben Konrath 3.3.0-0.1.RC3 +- 3.3RC3. + +* Wed May 23 2007 Ben Konrath 3.3.0-0.1.RC2 +- 3.3RC2. + +* Wed May 23 2007 Ben Konrath 3.3.0-0.1.RC1 +- 3.3RC1. +- Pull in changes from F-7. + +* Mon Feb 26 2007 Ben Konrath 3.3.0-0.1.M5eh +- 3.3M5. +- Remove launcher-addplatformtotildeeclipse.patch as it's only needed + for FC-5 -> FC-6. +- Remove swt firefox patches as they are no longer needed. +- Remove ppc64, s390{,x} and sparc{,64} support. +- Remove use-built-launcher patch. +- Update set-launcher-and-configuration-dir patch. + +* Mon Jan 29 2007 Ben Konrath 3.3.0-0.3.M4 +- Enable updated ecj square brackets patch. + +* Fri Jan 12 2007 Ben Konrath 3.3.0-0.2.M4 +- Pull in fixes from rawhide. + +* Wed Dec 20 2006 Ben Konrath 3.3.0-0.1.M4 +- 3.3M4. +- Update patches for 3.3M4. +- Remove SWT JNI symlinks in %%{_libdir}. + +* Wed Dec 6 2006 Ben Konrath 3.2.1-25 +- Add %%{_libdir}/eclipse dir to files list of libswt-gtk2. +- Resolves: #211008. + +* Tue Dec 5 2006 Andrew Overholt 3.2.1-24 +- Specfile review with Ben Konrath. +- Lots of cleanups. + +* Tue Nov 28 2006 Andrew Overholt 3.2.1-23 +- Move back to ~/.eclipse for update site pending upstream comments. +- Add patch to add platform to ~/.eclipse's platform.xml. This maintains + user-installed plugins but allows us to remove the pre-configured + platform.xml in the OSGi configuration area. + +* Mon Nov 20 2006 Andrew Overholt 3.2.1-22 +- Use ~/.eclipseplugins instead of ~/.eclipse in update site - homedir patch. +- Bump release. + +* Fri Nov 17 2006 Ben Konrath 3.2.1-21 +- Add patch to workaround an xml parsing bug in libgcj (gcc bug #29853). +- Resolves: #209393. + +* Fri Nov 17 2006 Andrew Overholt 3.2.1-20 +- Revise gre64 patch to just do ppc64 addition and not ordering change. + +* Thu Nov 16 2006 Andrew Overholt 3.2.1-19 +- Add patch to look at gre64.conf on ppc64. + +* Fri Nov 10 2006 Ben Konrath 3.2.1-18 +- Remove SWT ON_TOP patch as it is fixed in 3.2.1. + +* Thu Nov 09 2006 Ben Konrath 3.2.1-17 +- Add file level requirement for swt fragment to rcp and platform packages. + This is needed so that the rcp and platform packages pull in the swt package + of the correct word size. + +* Mon Nov 06 2006 Ben Konrath 3.2.1-16 +- Move copy-platform back to %%{_datadir}/eclipse. +- Require gjdoc >= 0.7.7-14 as it generates consistent html across archs. +- Move most of the doc plugins back to %%{_datatdir}/eclipse now that gjdoc + is fixed. + +* Fri Nov 03 2006 Andrew Overholt 3.2.1-15 +- Make sdk require config.ini itself rather than the package to deal with the + bi-arch installation situation. +- Move sdk feature and plugin to %%{_libdir} so we can check for its existence + in the post scripts. + +* Thu Nov 02 2006 Andrew Overholt 3.2.1-14 +- Remove post sections that munge eclipse.product; always set it to + org.eclipse.platform.ide or org.eclipse.sdk.ide. +- Remove changelogs prior to 3.2.0. + +* Thu Nov 02 2006 Ben Konrath 3.2.1-12 +- Move doc plugins to %%{_libdir}/eclipse/plugins because of html is being + generated differently on different arches. +- Fix multilib problem when there are two or more jars within a jar. +- BR dos2unix always (for mac2unix). + +* Wed Nov 01 2006 Ben Konrath 3.2.1-11 +- Move copy-platform to %%{_libdir}/eclipse +- Move the platform.source, icu4j, icu4j.source, help.webapp and + update.core.linux plugins to %%{_libdir}/eclipse/plugins because these plugins + have platform specific content. Some of the platform specific content may be + a result of bugs in libgcj. These need to be investigated. +- Disable building the help indexes on all archs so that we have the same doc + plugins on all archs. +- Remove org.apache.ant_1.6.5/bin/runant.py to avoid multilib conflicts. +- Repack all the jars and the jars within those jars. This is needed + to make this package multilib compatible. +- Put SWT symlinks in %%{_libdir}/eclipse instead of + %%{_libdir}/eclipse/plugins. + +* Wed Nov 01 2006 Andrew Overholt 3.2.1-11 +- Use equinox initializer instead of old patch to core.runtime. +- Run initializer *after* splitting install into arch-specific and + arch-independent locations. +- Move copy-platform to arch-specific location. +- Get rid of broken symlinks in tomcat plugin. + +* Tue Oct 31 2006 Andrew Overholt 3.2.1-11 +- Fix copy-platform to work with split install. + +* Tue Oct 31 2006 Ben Konrath 3.2.1-10 +- Add 3.2.1 splash screen. +- Sort the java source files before building (#209249). +- Remove Fedora ifdefs. +- Resolves: #209249. + +* Tue Oct 31 2006 Ben Konrath 3.2.1-9 +- Re-enable building of the icu4j plugins. + +* Mon Oct 30 2006 Ben Konrath 3.2.1-8 +- Temporarily disable building of icu4j plugin. + +* Mon Oct 30 2006 Andrew Overholt 3.2.1-8 +- Fix eclipse-ecj symlink to point to correct location. +- Put SWT symlinks in %%{_libdir} instead of %%{_datadir} as they're + target-dependent. + +* Sat Oct 28 2006 Ben Konrath 3.2.1-7 +- Add patch for ecj [] classpath problem. +- Remove configuration files from rcp files list. +- Add patch set bindir and shared config patch to allow the eclipse binary + to sit in %%{_bindir} and remove the symlinks. This patch also allows us to + set osgi.sharedConfiguration.area config on a per build basis so that the + configuration directory can be arch dependant. +- Remove launcher link patch as the bindir patch removes the requirement for + this patch. +- Don't aot-compile org.eclipse.ui.ide to work around rh bug # 175547. +- Add Requies(post,postun) to all packages to ensure that no files are left + behind when eclipse is un-installed. +- Many spec file clean ups. +- Resolves: #199961, #202585, #210764, #207016. +- Related: #175547. + +* Mon Oct 16 2006 Andrew Overholt 3.2.1-6 +- Remove unneeded tomcat symlinks. + +* Mon Oct 16 2006 Andrew Overholt 3.2.1-6 +- Remove unnecessary bits of configuration. +- Resolves: #210764, #202585. + +* Tue Oct 10 2006 Ben Konrath 3.2.1-5 +- Remove perl dependancy. +- Fix offsets in libswt-enableallandO2 patch. +- Add Requires(post,postun) java-gcj-compat to sdk to avoid errors when + uninstalling the java stack. +- Move jface and jface.databinding from libswt3-gtk2 to rcp because these + plugins have dependancies on some plugins in rcp. + +* Sun Oct 01 2006 Andrew Overholt 3.2.1-4 +- Fix triggerpostun to include epoch of previous releases. + +* Fri Sep 29 2006 Ben Konrath 3.2.1-3 +- Add Requires(post,postun) to platform and sdk sub-packages so that post and + postun scripts work correctly. + +* Fri Sep 29 2006 Andrew Overholt 3.2.1-3 +- Add triggerpostun to deal with old rebuild-sdk-features postun crap + (rh#207442, rh#207013). + +* Fri Sep 29 2006 Andrew Overholt 3.2.1-2 +- Fix swt-firefox patch to not create DSOs with undefined symbols (rh#201778). + +* Thu Sep 28 2006 Ben Konrath 3.2.1-1 +- 3.2.1 final. + +* Thu Sep 28 2006 Andrew Overholt 3.2.1-1 +- Use new swt-firefox patch and consolidate others into one. + +* Wed Sep 27 2006 Ben Konrath 3.2.1-0.RC.3 +- Fix typo in %%postun of -sdk and -platform. +- Disable help index generation on ia64. + +* Tue Sep 26 2006 Ben Konrath 3.2.1-0.RC.2 +- Don't set eclipse.product incorrectly in %%postun of -sdk and -platform. + +* Mon Sep 25 2006 Ben Konrath 3.2.1-0.RC.1 +- M20060921-0945 (3.2.1 pre-release). +- Upadate patches to 3.2.1. +- Add icu4j 3.4.5 sources. +- Add Fedora version to platform about.mappings as well as sdk. + +* Mon Sep 25 2006 Andrew Overholt 3.2.0-8 +- Remove unused eclipse.conf. +- Remove unused gre64.conf patch (applied upstream). + +* Thu Sep 21 2006 Ben Konrath 3.2.0-7 +- Use real SWT version on ia64, ppc64, s390 and s390x. +- Remove the swt native libs from the rcp sub-package because they are + already in the libswt-gtk2 sub-package and rcp requires libswt-gtk2. +- Set correct eclipse.product in post and postun of sdk and platform + sub-packages (rh bug # 207442) +- Don't set the .eclipseproduct twice. +- Add Conflicts: mozilla to libswt3-gtk2 (rh bug # 207626). +- Move Requires: firefox to libswt3-gtk2. + +* Thu Sep 21 2006 Andrew Overholt 3.2.0-7 +- Add workaround for gjdoc Mac-encoded bug (gcc#29167) to make javadocs build. +- Fix tomcat symlinking in %%install to make help work (rh#199453). + +* Mon Sep 11 2006 Ben Konrath 3.2.0-6 +- Update swt-firefox patch and remove libswt-xpcom patch (rh bug # 200929). +- Re-work files list to match upstream and remove rebuild-sdk-features + (rh bug # 205933). + +* Thu Sep 07 2006 Ben Konrath 3.2.0-5 +- Add swt-firefox patch; moves SWT to NS_InitXPCOM3() from NS_InitEmbedding(). +- Add sparc support (Dennis Gilmore ). +- Disable help index generation on s390. + +* Wed Sep 06 2006 Ben Konrath 3.2.0-4 +- Re-add customBuildCallbacks.xml-add-pre.gather.bin.parts.patch because + it has not been applied upstream. +- Minor spec file clean ups. +- Add %%{name} to the -devel package Provides so that upgrading from + FC-5 to FC-6 works. +- Re-enable natively compiling the ant.ui plugin. +- Re-enable natively compiling the team.cvs.core plugin on ia64. + +* Fri Sep 01 2006 Ben Konrath 3.2.0-3 +- Use the system tomcat on ppc64 and s390x. + +* Wed Aug 30 2006 Andrew Overholt 3.2.0-3 +- Don't use pkg_summary. + +* Tue Aug 29 2006 Ben Konrath 3.2.0-2 +- Remove double Manifest file in com.jcraft.jsch_0.1.28.jar. +- Require java-gcj-compat >= 1.0.64. + +* Thu Aug 17 2006 Andrew Overholt 3.2.0-1jpp_12fc +- Fix tomcat55 patch to not conflict with wst.ws (commons-logging visibility). + +* Thu Aug 10 2006 Andrew Overholt 3.2.0-1jpp_11fc +- Fix eclipse-tomcat55.patch and eclipse-tomcat55-build.patch to not reference + jars that don't exist. +- Fix rebuild-sdk-features to work with 3.2.x feature versions. + +* Tue Aug 01 2006 Andrew Overholt 3.2.0-1jpp_10fc +- Use firefox-devel instead of mozilla-devel. +- Add patch for rh#200929 (include embed_base in xpcom's pkgconfig -I flags). + +* Tue Jul 25 2006 Ben Konrath 3.2.0-1jpp_9fc +- Use sed instead of patches for tomcat version numbers. + +* Sun Jul 23 2006 Ben Konrath 3.2.0-1jpp_8fc +- Disable build.index doc generation on i386. + +* Sun Jul 23 2006 Andrew Overholt 3.2.0-1jpp_7fc +- Remove org.eclipse.ant.ui* from %%files. + +* Sun Jul 23 2006 Ben Konrath 3.2.0-1jpp_7fc +- Exclude org.eclipse.ant.ui_3.2.0.v20060531.jar from aot-compile-rpm. + +* Sat Jul 22 2006 Jakub Jelinek 3.2.0-1jpp_6fc +- Rebuilt + +* Thu Jul 20 2006 Andrew Overholt 3.2.0-1jpp_5fc +- New splash screen from Diana Fong (rh#199456). + +* Tue Jul 18 2006 Andrew Overholt 3.2.0-1jpp_4fc +- Add patch from Tom Tromey for ecj-gcj branch of gcj. +- Fix SWT symlinks. + +* Tue Jul 18 2006 Igor Foox 3.2.0-1jpp_3fc +- Rebuild. + +* Mon Jul 17 2006 Ben Konrath 3.2.0-1jpp_2fc +- Rebuild. + +* Thu Jul 06 2006 Andrew Overholt 3.2.0-1jpp_1fc +- Temporarily add webapp patch for ppc64 and s390x. +- Bump tomcat5 to 5.5.17 both in BR/R and in patches. + +* Wed Jul 05 2006 Andrew Overholt 3.2.0-1jpp_1fc +- Don't require tomcat on ppc64, s390, or s390x until we've got it there. +- org.eclipse.tomcat -> org.eclipse.tomcat/lib. +- Update webapp build patch. +- Use commons-* instead of jakarta-commons-*. +- Don't delete jars in %%install. +- Don't apply tomcat and webapp patches on ppc64, s390, and s390x (for now). +- Don't include tomcat jars in %%files for ix86, ppc, x86_64, ia64. +- Use tomcat plugin version instead of org.eclipse.tomcat_*. + +* Tue Jul 04 2006 Ben Konrath 3.2.0-1jpp_1fc +- Fix tomcat symlinks. + +* Tue Jul 04 2006 Andrew Overholt 3.2.0-1jpp_1fc +- 3.2.0. +- Remove Provides: eclipse-sdk from eclipse-platform. +- Use build-jar-repository where appropriate. + +* Tue Jun 13 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.7 +- Rename -devel packages to -sdk to match upstream names. +- Add Provides eclipse-sdk to platform-sdk. +- Remove zip re-pack code. + +* Mon Jun 12 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.6 +- Bump release again. + +* Mon Jun 12 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.5 +- Bump release. + +* Mon Jun 12 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.4 +- Require java-gcj-compat 1.0.52. +- Don't use '*' to set the quatifier name in the eclipse-ecj symlink. +- Really fix swt symlinks rh #194500. + +* Wed Jun 07 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.3 +- Enable ppc64, s390 and s390x. +- Add check for jars at the end of prep. +- Fix patch for rh #162177 (square brackets patch). +- Fix swt symlinks rh #194500. +- Add versionless pde.build symlink. +- Rename efj-wrapper.sh to efj.sh.in. +- Re-pack all zips after the build to ensure that zips have the same md5sum + across arch re-builds. This is needed to avoid multilib conflicts. + +* Wed Jun 07 2006 Andrew Overholt 3.2.0-0jpp_0fc.3.2RC7.2 +- Fix eclipse-ecj.jar symlink to include qualifier. + +* Tue Jun 06 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC7.1 +- 3.2RC7. +- Remove com.jcraft.jsch_0.1.28.jar and repackage with classes from the system + jsch.jar. +- Work around ia64 compile problem in aot-compile-rpm. + +* Wed May 31 2006 Ben Konrath 3.2.0-0jpp_0fc.3.2RC6 +- 3.2RC6. + +* Fri Jul 14 2006 Andrew Overholt 3.1.2-1jpp_16fc +- Try >= instead of = for the -devel package requirements to facilitate our + -devel to -sdk rename (to match upstream) with 3.2.0. + +* Tue May 30 2006 Ben Konrath 3.1.2-1jpp_15fc +- Bump release. + +* Mon May 29 2006 Ben Konrath 3.1.2-1jpp_14fc +- Add pde.build-add-package-build.patch to add generic releng scripts. +- Move doc.isv plugins to devel packages and require java-javadoc on devel + packages. +- Add pde-runtime subpackage - needed for PHPeclipse package. +- Update libswt mozilla patch for mozilla 1.7.13. +- Add swt patch to fix rh#191536, e.o#98371. + +* Tue Mar 07 2006 Andrew Overholt 3.1.2-1jpp_13fc +- One more small help fix (include tomcatwrapper.jar o.e.tomcat manifest). + +* Fri Mar 03 2006 Andrew Overholt 3.1.2-1jpp_12fc +- Only build with a native ecj on x86{,_64} + +* Tue Feb 28 2006 Andrew Overholt 3.1.2-1jpp_12fc +- Update to tomcat 5.5 (e.o#98371). +- Don't build on ppc64 until we get the tomcat situation straightened out. + +* Fri Feb 17 2006 Igor Foox - 1:3.1.2-1jpp_10fc +- Added patch for ppc64. + +* Fri Feb 17 2006 Igor Foox - 1:3.1.2-1jpp_9fc +- Try build on ppc64. + +* Fri Feb 17 2006 Andrew Overholt - 1:3.1.2-1jpp_8fc +- Try build on ppc64 (rh#172172, rh#181846). + +* Fri Feb 10 2006 Jesse Keating - 1:3.1.2-1jpp_7fc +- bump again for double-long bug on ppc(64) + +* Fri Feb 10 2006 Ben Konrath 3.1.2-1jpp_6fc +- Update the rebuild-sdk-features script to use the 3.1 updatesite (rh#180387, rh#180768). +- Make platform/feature.xml reference the tomcat5 plugin. + +* Thu Feb 09 2006 Andrew Overholt 3.1.2-1jpp_4fc.FC4 +- Always generate debug info when building RPMs (Andrew Haley). +- Slightly modify swt-gtk symlinks (rh#180000). + +* Mon Feb 06 2006 Andrew Overholt 3.1.2-1jpp_4fc +- Add an swt-gtk.jar and fix symlink to point to correct jar (rh#180000). +- Link against generic libjawt.so (rh#158755). +- Re-add patch to use built launcher. + +* Sat Feb 4 2006 Ben Konrath 3.1.2-1jpp_3fc +- Update efj patches to match what has been committed to HEAD. + +* Fri Feb 3 2006 Igor Foox 3.1.2-1jpp_2fc +- Updated launcher script. + +* Tue Jan 31 2006 Andrew Overholt 3.1.2-1jpp_1fc +- 3.1.2. +- Remove unnecessary patches. + +* Tue Jan 31 2006 Karsten Hopp +- BuildRequire: unzip + +* Thu Jan 05 2006 Andrew Overholt 3.1.1-1jpp_1fc.FC4.12 +- Rebuild with new gjdoc (rh#161147). + +* Wed Jan 04 2006 Andrew Overholt 3.1.1-1jpp_15fc +- Use natively-compiled ecj during build. +- Change about_files to be i386 and x86_64 only (will patch file upstream). + +* Mon Dec 19 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.11 +- Update patch for offline javadoc linking. +- Rebuild with new gjdoc (rh#161147). + +* Tue Dec 13 2005 Igor Foox 3.1.1-1jpp_1fc.FC4.10 +- New version of launcher path (rh#175454). + +* Mon Dec 12 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.9 +- Use ecj from 3.1.1 (rh#175380). +- Remove ecj options patch as it is in ecj from 3.1.1. +- New version of launcher patch (rh#175454) - ifoox. + +* Fri Dec 09 2005 Ben Konrath +- update updatehomedir-core.patch to remove unused code + +* Wed Dec 07 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.8 +- Add patch for launcher following symlinks (rh#168726, e.o#79592) - ifoox. +- Remove launcher script. + +* Mon Dec 05 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.7 +- Add eclipse-rcp-devel as a requirement of eclipse-platform-devel + (rh#161267). +- Updated splash screen (thanks to Diana Fong) (rh#170580). +- Include and use rebuild-sdk-features (rh#173589). + +* Fri Dec 02 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.7 +- Update EFJ patch (e.o#75333). +- Update update-site-in-home-dir patch (e.o#90630) - bkonrath. + +* Mon Nov 29 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.6 +- Rebuild with new gcc (4.0.2) (rh#146463, rh#151919, rh#158137, rh#163079, + rh#161483 <-- hooray for Andrew Haley!). +- All jars now natively-compiled. +- Patch org.eclipse.help.webapp jasper classpath. +- Import work done by Debian Eclipse packagers: + - Add Fedora version in Eclipse about dialog. + - Update eclipse-javadoc.patch to match Debian's disable-filelog patch. + - Remove buildDoc patches and add helpindexbuilder patch (e.o#114001). +- Add BuildRequires for libgnome{,ui}-devel (rh#171532). + +* Wed Nov 02 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.5 +- Remove native compilation for o.e.team.cvs.core (rh#163079). + +* Fri Oct 28 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.4 +- Add patch to use built launcher (e.o#83454). + +* Thu Oct 27 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.3 +- Really fix browser issue on x86_64 (rh#168040). + +* Tue Oct 25 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.2 +- Make non-gcj builds not noarch (rh#171711). + +* Fri Oct 21 2005 Andrew Overholt 3.1.1-1jpp_1fc.FC4.1 +- Back-port 3.1.1 to FC4. +- Use native /usr/bin/ecj. + +* Wed Oct 12 2005 Andrew Overholt 3.1.1-1jpp_2fc +- Add JavaModelCache overflow patch (e.o#111299). + +* Tue Oct 11 2005 Andrew Overholt 3.1.1-1jpp_1fc +- 3.1.1. +- Patch around gij failing for the doc plug-in generation. +- Make /usr/bin/ecj a script (allows all jvms to call it). + +* Sat Oct 08 2005 Andrew Overholt 3.1.0_fc-15 +- Bump mozilla requirement. +- Re-enable org.eclipse.ui.forms_3.1.0.jar.so, org.eclipse.osgi_3.1.0.jar.so, + and org.eclipse.ui.workbench_3.1.0.jar.so (rh#146463, rh#158137, rh#151919) +- Add patch for /etc/gre64.conf (for 64-bit systems, rh#168040, e.o#109253). +- Remove MOZILLA_FIVE_HOME magic from eclipse.script. +- Remove jdtCompilerAdapter.jar due to aot-compile-rpm smarts. +- Bump gcc and java-gcj-compat requirements. +- Remove lucene-1.4.3-src.zip (rh#170343). + +* Wed Aug 24 2005 Andrew Overholt 3.1.0_fc-14 +- /usr/lib -> %{_libdir} in eclipse.script (rh#159031). + +* Tue Aug 23 2005 Andrew Overholt 3.1.0_fc-13 +- Bump mozilla requirement. + +* Thu Jul 28 2005 Gary Benson 3.1.0_fc-12 +- Allow leading separators in classpaths (e.o#105430). +- Clear away ant-jmf entirely. + +* Wed Jul 27 2005 Andrew Overholt 3.1.0_fc-11 +- Bump release for FC4 update. +- Remove ant-jmf from exclude list. + +* Mon Jul 25 2005 Andrew Overholt 3.1.0_fc-10 +- Change mozilla BuildRequirement to be equals and not greater-than or equals + since we need the exact version for our patches. +- Bump mozilla requirements and patches to 1.7.10. +- Bump release due to FC4 update still not being released. +- Add ant-jmf to exclude list. + +* Thu Jul 21 2005 Andrew Overholt 3.1.0_fc-9 +- Bump release for FC4 update. +- Bump gcc requirement to that available in FC4 updates. + +* Tue Jul 19 2005 Andrew Overholt 3.1.0_fc-8 +- Bring in work done on rawhide: +- Update to use java-gcj-compat and not java-1.4.2-gcj-compat. +- Keep mozilla requirement off ppc64. +- Remove lots of jiggery-pokery with native compilation and use gbenson's new + aot-compile. +- Re-work files sections appropriately. +- Downgrade gcc requirement so we can build for FC4 in advance of gcc update. +- Bump release for FC4 update. + +* Tue Jul 05 2005 Andrew Overholt 3.1.0_fc-3 +- Bump release for FC4 update. + +* Mon Jul 04 2005 Andrew Overholt 3.1.0_fc-2 +- Remove remaining pre-built ant jars (but don't symlink to ant.jar until we + have ant 1.6.5 - rh#162444). +- Bump requirement on gcc to get fixes for rh#158614 and gcc#21637. +- Add patch to not try to link to external javadocs and include the javadoc + output in the build output. +- Add build and runtime requirement on ant-javamail (I'm not sure how we missed + this previously). + +* Mon Jul 4 2005 Gary Benson 3.1.0_fc-2 +- Disable classpath access rules introduced in e.o#92398 (rh#162177). + +* Tue Jun 28 2005 Andrew Overholt 3.1.0_fc-1 +- Import 3.1. +- Update splash screen. + +* Sun Jun 26 2005 Andrew Overholt 3.1.0_fc-0.RC4.1 +- Import 3.1 RC4. +- Remove activeHelpSample.jar building patch as it's now fixed upstream. +- Add patch to remove references to cairo since we don't have it in FC4. +- Add about.html and about_files to eclipse-platform.install (x86 & x86_64). +- Add patch to create public compare API (jpound - e.o#98707). +- Add patch from Robin Green to not look for firefox libxpcom.so (rh#161658). +- Symlink lucene jars (rh#159939). + +* Fri Jun 24 2005 Andrew Overholt 3.1.0_fc-0.RC3.3 +- Add rcp requirement for platform (rh#161267). +- Add un-owned osgi directories to libswt and platform. + +* Tue Jun 21 2005 Andrew Overholt 3.1.0_fc-0.RC3.2 +- Use SWT bundle ID for SWT %files list (determine in %%install). + +* Mon Jun 20 2005 Andrew Overholt 3.1.0_fc-0.RC3.1 +- Import 3.1RC3. +- Use FileInitializer (e.o#90535) - this should eliminate .sos in ~/.eclipse. +- Add eclipse-filenamepatterns.txt ("*.so" currently) for above. +- Symlink JNI libraries. + +* Fri Jun 17 2005 Andrew Overholt 3.1.0_fc-0.RC2.2 +- Update to new naming scheme for resulting gzipped tarball. +- Add patch to not generate help indices (it seems to hang). + +* Thu Jun 16 2005 Andrew Overholt 3.1.0_fc-0.RC2.1 +- Import 3.1RC2. +- Add RCP sub-package. Unsure about its dependencies ATM. + +* Tue Jun 14 2005 Andrew Overholt 3.1.0_fc-0.M7.9 +- Add tomcat5 patch and symlinks. + +* Thu May 26 2005 Andrew Overholt 3.1.0_fc-0.M7.8 +- Fix ant jar removal (gbenson). + +* Wed May 25 2005 Andrew Overholt 3.1.0_fc-0.M7.7 +- Fix ecj symlink in /usr/share/java (rh#158734). + +* Sun May 22 2005 Andrew Overholt 3.1.0_fc-0.M7.4 +- Remove compilation of jdt.ui jar.so on ppc. + +* Sat May 21 2005 Ben Konrath 3.1.0_fc-0.M7.3 +- Add ecj-options patch to bootstrap source. +- Make embedded browser widget work (Robin Green). +- Bump required version of java-gcj-compat to the latest (-40jpp_24rh). +- Use -lgcjawt when building with gcj. + +* Wed May 18 2005 Ben Konrath 3.1.0_fc-0.M7.2 +- Disable org.eclipse.osgi_3.1.0.jar.so. +- Add ecj-options patch, remove ecj-extdirs patch. + +* Wed May 18 2005 Ben Konrath 3.1.0_fc-0.M7.1 +- Update to 3.1M7. +- Add file initializer patch. +- Temporarily remove s390{,x} patches. +- Update GNU formatter ui patch. +- Add ECJ ext dirs patch. + +* Tue May 17 2005 Andrew Overholt 3.1.0_fc-0.M6.19 +- Add Epoch on eclipse-platform. +- Use %%{_bindir} in post and postun scripts. + +* Tue May 17 2005 Ben Konrath 3.1.0_fc-0.M6.18 +- Add Epoch to jsch requires. + +* Mon May 16 2005 Ben Konrath 3.1.0_fc-0.M6.17 +- Update libswt-mozilla patches and require mozilla 1.7.8. + +* Fri May 13 2005 Andrew Overholt +- Use %%{ix86} macro in ExclusiveArch rather than i386 (jorton). + +* Wed May 11 2005 Ben Konrath +- Add jsch >= 0.1.18-1jpp. +- Remove Fedora specific part of junit version. +- Temporarily disable org.eclipse.ui.forms_3.1.0.jar.so (rh#146463). + +* Mon May 09 2005 Ben Konrath 3.1.0_fc-0.M6.16 +- Add Requires junit >= 3.8.1-3jpp_4fc to JDT. +- Add -g to gcj calls. + +* Thu May 05 2005 Andrew Overholt 3.1.0_fc-0.M6.15 +- Rebuild with new gjdoc (rh#152049). + +* Wed May 4 2005 Ben Konrath +- Re-enable jdt.ui/jdt.jar.so and require gcj 4.0.0-2 (rh#151296). + +* Mon May 2 2005 Ben Konrath 3.1.0_fc-0.M6.14 +- Replace temporary patch to debug.ui with upstream patch to swt (rh#155853). + +* Sat Apr 30 2005 Ben Konrath 3.1.0_fc-0.M6.13 +- Add patch to temporarily stop an NPE in debug.ui (rh#155853). + +* Thu Apr 28 2005 Phil Muldoon +- Allow multiple optional arguments in eclipse-copy-platform.sh + +* Wed Apr 27 2005 Andrew Overholt +- Include epoch in mozilla BuildRequires. +- Remove last remaining gij-specific option from eclipse.script. + +* Wed Apr 27 2005 Jeremy Katz 3.1.0_fc-0.M6.12 +- silence %%post + +* Sun Apr 24 2005 Andrew Overholt 3.1.0_fc-0.M6.11 +- Re-add osgi.jar.so since gcj fix is in our gcc RPMs. +- Bump gcc requirements accordingly. +- Add gcc-c++ to BuildRequires (for SWT Mozilla). +- Add specific java-1.4.2-gcj-compat nvr requirement (rh#151866). + +* Fri Apr 22 2005 Aaron Luchko 3.1.0_fc-0.M6.10 +- Import archived projects (e.o#82988) + +* Fri Apr 22 2005 Andrew Overholt +- Add Requires(post,postun): java-1.4.2-gcj-compat for each sub-package and use + full path (Joe Orton). +- Make /usr/bin/eclipse executable again (rh#155715). +- Bump jsch version. + +* Thu Apr 21 2005 Andrew Overholt 3.1.0_fc-0.M6.9 +- Use upstream icons (not RHDS ones) (rh#146484). +- Add plugin directories to %files sections. +- Rework %files sections a bit. +- Fix SWT symlink (bkonrath). +- Temporarily remove jdt.ui/jdt.jar.so. + +* Thu Apr 21 2005 Ben Konrath 3.1.0_fc-0.M6.8 +- Fix updatesite patch. +- Temporarily remove org.eclipse.ui.workbench_3.1.0.jar.so (r.c#151919) + +* Mon Apr 18 2005 Andrew Overholt 3.1.0_fc-0.M6.7 +- Add %if %%{gcj_support} blocks. +- Add %%{_libdir}/%%{name}/plugins to native %files section of each sub-rpm. +- Add GNU-style JDT code formatting option (e.o#91770). +- Add patch to install plugins from update site in home dir (e.o#90630). +- Change gcc-java requirements to libgcj as gcj-dbtool is now in the latter. + +* Mon Apr 18 2005 Ben Konrath 3.1.0_fc-0.M6.6 +- Bump version number. + +* Mon Apr 18 2005 Ben Konrath 3.1.0_fc-0.M6.5 +- Update mozilla patch. + +* Sat Apr 16 2005 Ben Konrath 3.1.0_fc-0.M6.4 +- Update to 3.1M6. +- Change bootstrap procedure to match the upstream method. +- Remove patches that were fixed upstream. +- Add efj wrapper script. + +* Wed Apr 13 2005 Ben Konrath 3.1.0_fc-0.M5.20 +- Fix the bootstrap patch (the ecj jar was missing some files). + +* Tue Apr 12 2005 Andrew Overholt 3.1.0_fc-0.M5.19 +- Add Requires(post,postun): java-1.4.2-gcj-compat for rebuild-gcj-db (Joe + Orton). +- Add ecj binary. + +* Wed Apr 06 2005 Andrew Overholt 3.1.0_fc-0.M5.18 +- Fix typo in gcj db building loops. +- Add -O1 to x86_64 jar.so compilation. +- Add EFJ (Eclipse Formatter for Java) patches (bkonrath) (e.o#75333). +- Add patch to build swttools.jar (e.o#90364). +- Symlink out to ant-jsch now that we have that. + +* Mon Apr 04 2005 Andrew Overholt 3.1.0_fc-0.M5.17 +- Actually insert .jar-.jar.so combinations into sub-dbs. + +* Thu Mar 31 2005 Andrew Overholt 3.1.0_fc-0.M5.16 +- Fix eclipse.script to not leave a sh process around (Joe Orton) +- Use proper sub-dbs. +- Don't compile jars that are symlinked from elsewhere. +- Add jar-so combinations to .db based on .jar.so existence (not .jar). +- Rename sub-dbs to be eclipse-*.db. +- Use rebuild-gcj-db script. + +* Mon Mar 28 2005 Christopher Aillon +- rebuilt + +* Fri Mar 25 2005 Christopher Aillon 3.1.0_fc-0.M5.14 +- Update the GTK+ theme icon cache on (un)install + +* Fri Mar 18 2005 Andrew Overholt 3.1.0_fc-0.M5.13 +- Re-add compilation of resources.jar. +- Backport bootstrapping patch. +- Add Requires: java-1.4.2-gcj-compat. +- Modified find patch courtesy Ziga Mahkovec (RH#149927#). +- Compile with -O2 on ppc as well. +- Add jsch, jakarta-commons-modeler, and mx4j symlinking. +- Make use of gcj-dbtool -f to create databases in install. +- Use system-wide classmap.db. +- Remove *.jarswithnativelibs from files sections. +- Update mozilla dependency. + +* Mon Mar 07 2005 Ben Konrath 3.1.0_fc-0.M5.12 +- Add activeHelpSample.jar patch. +- Change to Fedora M-build splash screen. +- Add find patch courtesy Ziga Mahkovec (RH#149927#) +- Build native stuff with -O2 on i386. + +* Mon Mar 07 2005 Andrew Overholt 3.1.0_fc-0.M5.11 +- Add s390 and s390x patches. +- Don't build for them, though, due to gcc bug and Eclipse building issue. +- Add xorg-x11-devel BuildRequires. + +* Fri Mar 04 2005 Andrew Overholt 3.1.0_fc-0.M5.10 +- Add proper mozilla version. +- Don't build eclipseAdaptor.jar.so in order to work around plugin building + problems. + +* Thu Mar 03 2005 Andrew Overholt 3.1.0_fc-0.M5.9 +- Add patch to build libswt-mozilla. +- Build libswt-awt. +- Add 64-bit swt lib list. + +* Tue Mar 01 2005 Andrew Overholt 3.1.0_fc-0.M5.8 +- Add ppc. +- Add patch to copy over icon for unsupported (upstream) platforms but don't + include the source for the launcher. +- gcc4 -> gcc changes. +- Add swt-cairo to 64-bit platforms' %files. + +* Fri Feb 25 2005 Andrew Overholt 3.1.0_fc-0.M5.7 +- Add tar args patch (e.o #86571). +- New build bootstrapping patches. + +* Fri Feb 25 2005 Andrew Overholt 3.1.0_fc-0.M5.6 +- Re-work how we do the gcj-dbtool magic. +- Don't remove ant-netrexx (need to find an RPM if we can). + +* Sun Feb 20 2005 Andrew Overholt 1:3.1_fc-0.M5.5 +- Build for just i386 and x86_64 for now due to upstream gcc bugs. + +* Sun Feb 20 2005 Andrew Overholt 1:3.1_fc-0.M5.1 +- New 3.1M5a build using upstream build method. +- Re-organize sub-packages (ecj, platform, platform-devel, jdt, jdt-devel, pde, + pde-devel, fold gtk2 package into platform). +- Move jface and org.eclipse.text into libswt3-gtk2. +- Bring in JPackage symlinks for packages we have in Fedora (David Walluck) and + put in %%prep. +- Work around x86_64 filename differences. +- Remove xerces, xalan, and xml-commons-apis requirement (and LD_PRELOAD from + script). +- Bootstrap build. +* Tue Jan 18 2005 Andrew Overholt 3.1-0.M4.21 +- explicitly require java-1.4.2-gcj4-compat-devel + +* Mon Jan 17 2005 Andrew Overholt 3.1-0.M4.20 +- add ppc64 + +* Mon Jan 17 2005 Andrew Overholt 3.1-0.M4.19 +- more 64-bit platform and launching script fixes +- add ppc + +* Sat Jan 15 2005 Andrew Overholt 3.1-0.M4.18 +- script path fixes +- x86_64 fixes + +* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.17 +- sed typo + +* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.15 +- fix /usr/share -> /usr/lib error in launcher script +- only add to the db those jar-so combinations that we've compiled + +* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.12 +- typos in %files + +* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.11 +- remove ppc for now + +* Fri Jan 14 2005 Andrew Overholt 3.1-0.M4.10 +- make PDE depend upon JDT +- move precompiled db to %{_libdir}/eclipse +- modify launching script to use compiled .sos +- rename compiled .sos to be .jar.so instead of .so +- for now, do dbtool adding in platform install + +* Wed Jan 12 2005 Andrew Overholt 3.1-0.M4.9 +- add ppc +- add launcher and swt patches + +* Wed Jan 12 2005 Andrew Overholt 3.1-0.M4.7 +- make jdtcore*.jar part of eclipse-ecj + +* Wed Jan 12 2005 Andrew Overholt 3.1-0.M4.6 +- use installed java-devel rpm instead of bootstrapping one + +* Tue Jan 11 2005 Andrew Overholt 3.1-0.M4.5 +- fix when we set JAVA_HOME variable + +* Tue Jan 11 2005 Andrew Overholt 3.1-0.M4.2 +- fix typos + +* Tue Jan 11 2005 Andrew Overholt 3.1-0.M4.1 +- fix versioning and release to upgrade cleanly + +* Tue Jan 11 2005 Andrew Overholt 3.1.M4-9 +- add Provides: ecj for eclipse-ecj + +* Tue Jan 11 2005 Andrew Overholt 3.1.M4-9 +- update patches + +* Tue Jan 11 2005 Andrew Overholt 3.1.M4-5 +- import all necessary patches + +* Mon Jan 10 2005 Andrew Overholt 3.1.M4-4 +- fix /usr/lib -> %{_datadir} to be /usr/lib -> %{_libdir} in + %{_bindir}/eclipse + +* Mon Jan 10 2005 Andrew Overholt 3.1.M4-3 +- add xerces + +* Mon Jan 10 2005 Andrew Overholt 3.1.M4-2 +- fold ecj-native into ecj +- add FIXMEs for necessary work +- add xml .jar->.so compilations so we can work without gnujaxp +- modify launching script to take this into account + +* Wed Jan 05 2005 Andrew Overholt 3.1.M4-1 +- new upstream milestone build +- re-organize sub-rpms + +* Mon Dec 20 2004 Andrew Overholt 3.0.1-4 +- build ecj first and use it to build the rest +- add %selfbuild to toggle between builds with java-gcj-compat style and other + JREs +- fold scripts into platform + +* Mon Nov 22 2004 Ben Konrath 3.0.1-3 +- split cvs-permission-bits.patch in two +- bug fix for cvs-permission-bits.patch + +* Fri Oct 29 2004 Ben Konrath 3.0.1-2 +- add symlink for releng plugins that rely on o.e.pde.build_3.0.0 + +* Fri Oct 29 2004 Ben Konrath 3.0.1-1 +- updated to Eclipse 3.0.1 +- updated jnigen patch +- removed some debugging print statements +- updated Red Hat documentaion sources +- added Red Hat documentation pdf +- remove commented ftp-webdav stuff as it will be in it's own spec file + +* Tue Oct 04 2004 Aaron Luchko 3.0.0-26 +- Changed the splash screen from a bmp to a png and fixed +- copyright date + +* Mon Aug 31 2004 Aaron Luchko 3.0.0-25 +- Building docs after the main build using headless eclise + to build the extension points + +* Mon Aug 16 2004 Ben Konrath 3.0.0-24 +- Add cvs permission bits patch + +* Wed Aug 04 2004 Elliot Lee 3.0.0-23 +- Unblock hack no longer needed. + +* Mon Jul 26 2004 Jeremy Handcock 3.0.0-22 +- Update Red Hat documentation sources + +* Thu Jul 22 2004 Tom Tromey 3.0.0-21 +- Set eclipse_arch for ppc +- Tell build about real platform +- Make swt.gtk install directory + +* Thu Jul 22 2004 Jeremy Handcock 3.0.0-20 +- Don't build on ppc64 +- Change Requires and BuildRequires to java >= 1.4.2 +- eclipse-platform package obsoletes old eclipse package + +* Wed Jul 21 2004 Jeremy Handcock 3.0.0-19 +- Update copy-platform with patch from Keith Seitz + +* Tue Jul 20 2004 Tom Tromey 3.0.0-18 +- Allow copy-platform to copy non-core parts as well + +* Tue Jul 20 2004 Jeremy Handcock 3.0.0-17 +- Update Red Hat documentation sources + +* Tue Jul 20 2004 Ben Konrath 3.0.0-16 +- Add patch for welcome screen + +* Mon Jul 19 2004 Tom Tromey 3.0.0-15 +- Don't require IBM JDK +- Don't build AWT/SWT interaction code + +* Fri Jul 16 2004 Tom Tromey 3.0.0-14 +- Install copy-platform correctly + +* Fri Jul 16 2004 Tom Tromey 3.0.0-13 +- Removed debugging code +- Added copy-platform script + +* Thu Jul 15 2004 Jeremy Handcock 3.0.0-12 +- Add Red Hat-specific documentation + +* Thu Jul 15 2004 Tom Tromey 3.0.0-12 +- Fixed provides/requires versioning buglets + +* Wed Jul 14 2004 Tom Tromey 3.0.0-11 +- Unblock signals before running ant + +* Wed Jul 14 2004 Tom Tromey 3.0.0-10 +- Added some debugging code + +* Tue Jul 13 2004 Jeremy Handcock 3.0.0-9 +- Add help server patch to prevent outside access + +* Fri Jul 9 2004 Tom Tromey 3.0.0-9 +- Handle libswt*.so correctly + +* Wed Jul 8 2004 Tom Tromey 3.0.0-9 +- Reworked 64 bit platform support +- org.eclipse.swt.tools now included in standard zip file +- Removed alternatives +- Added platform launcher patch + +* Thu Jul 8 2004 Jeremy Handcock 3.0.0-9 +- Don't BuildRequires: junit +- Don't symlink against JPackage jars; use eclipse.org ones instead + +* Tue Jul 6 2004 Tom Tromey 3.0.0-8 +- Work around "ppc64pseries" arch oddity +- Add classic-ant hack + +* Wed Jun 30 2004 Tom Tromey 3.0.0-7 +- Only install one desktop file; check it; updated contents + +* Tue Jun 29 2004 Tom Tromey 3.0.0-6 +- Require IBM JDK +- Only build on our platforms + +* Mon Jun 28 2004 Tom Tromey 3.0.0-5 +- Inlined libswt install source +- Special case for ia64 Xtst directory + +* Fri Jun 25 2004 Tom Tromey 3.0.0-4 +- Added patch for Mozilla build; disabled though +- Updated to 3.0 final + +* Thu Jun 24 2004 Tom Tromey 3.0.0-3 +- Removed more Motif code +- Updated to use more jpackage macros + +* Tue Jun 22 2004 Tom Tromey 3.0.0-2 +- Updated to Eclipse 3.0RC3 + +* Mon May 24 2004 Tom Tromey 3.0.0-1 +- Updated to Eclipse 3.0M8 +- Removed Motif build +- Removed some non-Red Hat code +- Added Red Hat artwork +- Build on non-x86 architectures + +* Sun Apr 25 2004 Ville Skyttä - 0:2.1.3-2jpp +- Fix "patch -p" levels. +- More coverage for failonerror and non-verbosity during build. + +* Fri Apr 23 2004 David Walluck 0:2.1.3-1jpp +- remove patches that were fixed upstream since the last release +- eclipse-pde now requires eclipse-source (thanks Michael Reinsch) +- add patch to allow compilation on recent GTK+ versions + (thanks Rudi Chiarito) +- include %%{_libdir}/libswt-gnome-gtk-%%{swt_version}.so in gtk2 + package + +* Sun Nov 16 2003 David Walluck 0:2.1.2-6jpp +- 2.1.2 public release +- %{_datadir}/%{name}/plugins is now used for plugins, and you must + move any plugins that you have manually installed into + %{_libdir}/%{name}/plugins to the new location. The new location is + not expected to change + +* Sat Nov 15 2003 David Walluck 0:2.1.2-5jpp +- apply patch from Ville to remove some motif conditional parts +- apply patch from Ville for .desktop +- make platform own %%{_libdir}/%{name} + +* Fri Nov 14 2003 David Walluck 0:2.1.2-4jpp +- have platform package provide and obsolete sdk package +- fold javac package back into jdt package + +* Tue Nov 11 2003 David Walluck 0:2.1.2-3jpp +- /usr/bin/mozilla is now required by eclipse-ui and not eclipse-platform +- make libswt2 required by motif and gtk subpackages +- disable motif by default (unsupported) +- motif and gtk related files are now fully separated from other packages + +* Mon Nov 10 2003 Ville Skyttä - 0:2.1.2-2jpp +- Don't use the Mandrake-specific %%mklibname macro. +- Update freedesktop.org desktop entry categories. +- Try to look up the QT dir in portable fashion. +- Refactor refactor-rename patch into two due to spaces in pathnames. +- Fix $RPM_OPT_FLAGS handling. +- Untabify specfile. + +* Sat Nov 08 2003 David Walluck 0:2.1.2-1jpp +- 2.1.2 + +* Thu Nov 06 2003 David Walluck 0:2.1.1-4jpp +- use versioned dirs +- add pde, javac, and motif subpackages and remove sdk subpackage +- patches from Debian +- fail build on error +- add libswt (GTK, Motif) packages + +* Sun Sep 21 2003 David Walluck 0:2.1.1-3jpp +- apply new patch for non-working rename action from Michael Reinsch +- build for Mandrake 9.2 with Sun JDK 1.4.2 + +* Thu Aug 21 2003 Ville Skyttä - 0:2.1.1-2jpp +- Include missed plugins: org.eclipse.ui.versioncheck (platform), + org.eclipse.pde.source (sdk). Thanks to Markus Härnvi for the heads up. + +* Sun Jun 29 2003 Michael Reinsch 0:2.1.1-1jpp +- patch for non-working rename action +- eclipse 2.1.1 +- Ville's comments: patch not applied, it didn't fix the problem completely. + Still built with Sun's 1.3.1.08. + +* Sun Jun 8 2003 Ville Skyttä - 0:2.1.0-4jpp +- Use xmlParserAPIs.jar that comes with Eclipse instead of xml-commons-apis: + + +* Sun Jun 1 2003 Ville Skyttä - 0:2.1.0-3jpp +- Rebuild with Sun's 1.3.1_08 to work around Eclipse Java 1.4.x build bug: + +- Drop %%{release} from subpackage interdependencies in order to make it + possible to do partial subpackage-only updates in the future. +- Make legacymenu conflict with redhat-menus. +- Add icon symlink in %%{_datadir}/pixmaps. + +* Mon Apr 21 2003 David Walluck 0:2.1.0-2jpp +- fix mdkmenu +- add Distribution and Vendor tags + +* Thu Apr 03 2003 David Walluck 0:2.1.0-1jpp +- 2.1 +- add %{name}-make-ld.patch to work around problems building on Mandrake 9.1 +- add Mandrake 9.1 comments to BuildRequires + +* Wed Mar 26 2003 Ville Skyttä - 0:2.1.0-0.rc3b.3jpp +- Rebuilt for JPackage 1.5. + +* Tue Mar 25 2003 Ville Skyttä - 0:2.1.0-0.rc3b.2jpp +- Add java.library.path and -Xms64M to default config. +- Don't use "-dev bin" by default. +- Use X-JPackage instead of X-Red-Hat-Extra in standard menu entry. +- Fix MDK menu entry title and summary. + +* Mon Mar 24 2003 Ville Skyttä - 0:2.1.0-0.rc3b.1jpp +- Update to 2.1.0 RC3b. +- Spec file and build cleanups, mostly from David Walluck. +- No longer requires csh. +- Made *.so in the gtk and platform packages executable. +- The %%{_libdir}/%{name} directory is now owned by the platform package. + +* Fri Mar 14 2003 Ville Skyttä - 2.1.0-0.rc2.2jpp +- Include a couple of platform files missing from the previous build. +- Remove bogus files from platform, ftp-webdav and sdk file lists. +- Abort with error if the file lists refer to nonexistent files. + +* Sun Mar 9 2003 Ville Skyttä - 2.1.0-0.rc2.1jpp +- Update to 2.1.0 RC2. +- Merge David Walluck's packaging work. +- Use JPackage lucene. +- Don't include Motif stuff. + +* Thu Mar 6 2003 Ville Skyttä - 2.1.0-0.rc1.0jpp +- First try at packaging. diff --git a/prepare-build-dir.sh.patch b/prepare-build-dir.sh.patch deleted file mode 100644 index ed596eb..0000000 --- a/prepare-build-dir.sh.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- plugins/org.eclipse.pde.build/templates/package-build/prepare-build-dir.sh.orig 2010-09-22 18:11:55.546685423 -0400 -+++ plugins/org.eclipse.pde.build/templates/package-build/prepare-build-dir.sh 2010-09-22 17:58:40.763674792 -0400 -@@ -57,7 +57,7 @@ - fi - - if [ "x$ERROR" != "xyes" ]; then -- if [ $TESTING != true -o `echo $PROJECTNAME | grep "org.eclipse"` ]; then -+ if [ $TESTING != true ] || `echo "$PROJECTNAME" | grep "org.eclipse"`; then - echo " making symlink: $BUILDDIR/features/$PROJECTNAME -> $PROJECTDIR" - ln -sfT "$PROJECTDIR" $BUILDDIR/features/"$PROJECTNAME" - fi -@@ -91,7 +91,7 @@ - fi - - if [ "x$ERROR" != "xyes" ]; then -- if [ $TESTING != true -o `echo $PROJECTNAME | grep "org.eclipse"` ]; then -+ if [ $TESTING != true ] || `echo $PROJECTNAME | grep "org.eclipse"`; then - echo " making symlink: $BUILDDIR/plugins/$PROJECTNAME -> $dir" - ln -sfT "$dir" $BUILDDIR/plugins/"$PROJECTNAME" - fi diff --git a/remove-ant-trax.patch b/remove-ant-trax.patch deleted file mode 100644 index 3850ad0..0000000 --- a/remove-ant-trax.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/org.apache.ant_1.7.1.v20100518-1145/META-INF/MANIFEST.MF.sav 2010-09-01 13:18:07.340148088 +0300 -+++ plugins/org.apache.ant_1.7.1.v20100518-1145/META-INF/MANIFEST.MF 2010-09-01 13:18:30.639388918 +0300 -@@ -6,7 +6,7 @@ Bundle-ClassPath: lib/ant.jar,lib/ant-an - mail.jar,lib/ant-jdepend.jar,lib/ant-jmf.jar,lib/ant-jsch.jar,lib/ant - -junit.jar,lib/ant-launcher.jar,lib/ant-netrexx.jar,lib/ant-nodeps.ja - r,lib/ant-starteam.jar,lib/ant-stylebook.jar,lib/ant-swing.jar,lib/an -- t-trax.jar,lib/ant-weblogic.jar -+ t-weblogic.jar - Bundle-Vendor: %providerName - Bundle-Localization: plugin - Bundle-RequiredExecutionEnvironment: J2SE-1.2 diff --git a/sources b/sources index 3d822c1..2386789 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -306f8bf4ec2b0bf6f3f8329608cb15dd eclipse-3.6.1-src.tar.bz2 -b9c0a8cdc46d43cd047e92c5d6e71f8c eclipse-build-0.6.2RC0.tar.bz2 +eef922f52818ca428f8efce86025b19b eclipse-3.6.2-src.tar.bz2 +dfe9db12384c23bf7174acc57c09b772 eclipse-build-0106a4c5904078e2e03d047210222a677337a1f1.tar.xz