From: Elan Ruusamäe Date: Sun, 14 Nov 2010 19:12:42 +0000 (+0000) Subject: - up to 3.3.2 X-Git-Tag: auto/th/eclipse-3_3_2-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Feclipse.git;a=commitdiff_plain;h=107cb31dad2752c79d772a182d3859b49a432af0 - up to 3.3.2 Changed files: eclipse-launcher-double-free-bug.patch -> 1.2 eclipse.spec -> 1.102 --- diff --git a/eclipse-launcher-double-free-bug.patch b/eclipse-launcher-double-free-bug.patch deleted file mode 100644 index 0c24961..0000000 --- a/eclipse-launcher-double-free-bug.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- library/eclipse.c.orig 2007-06-25 15:57:02.000000000 -0400 -+++ library/eclipse.c 2007-08-03 15:23:02.000000000 -0400 -@@ -529,6 +530,7 @@ - } - displayMessage( title, errorMsg ); - free( errorMsg ); -+ errorMsg = NULL; - } - free( title ); - break; diff --git a/eclipse.spec b/eclipse.spec index 1329e7d..abb3b14 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1,20 +1,18 @@ # TODO: # - make use of eclipse-swt package -%define ver_major 3.3.1.1 %include /usr/lib/rpm/macros.java Summary: Eclipse - an open extensible IDE Summary(pl.UTF-8): Eclipse - otwarte, rozszerzalne środowisko programistyczne Name: eclipse -Version: %{ver_major} -Release: 4 +Version: 3.3.2 +Release: 1 License: EPL v1.0 Group: Development/Tools -Source0: http://download.eclipse.org/eclipse/downloads/drops/R-%{ver_major}-200710231652/%{name}-sourceBuild-srcIncluded-%{version}.zip -# Source0-md5: 593b56fce7d1f1f799e87365cafefbef +Source0: http://archive.eclipse.org/eclipse/downloads/drops/R-%{version}-200802211800/%{name}-sourceBuild-srcIncluded-%{version}.zip +# Source0-md5: 4b7016cf9aedf07b8f34b39470947799 Source1: %{name}.desktop Patch0: %{name}-launcher-set-install-dir-and-shared-config.patch -Patch1: %{name}-launcher-double-free-bug.patch URL: http://www.eclipse.org/ BuildRequires: ant >= 1.6.1 BuildRequires: ant-apache-regexp @@ -56,7 +54,6 @@ wszystkiego i niczego w szczególności. rm plugins/org.eclipse.platform/launchersrc.zip cd features/org.eclipse.equinox.executable %patch0 -p0 -%patch1 -p0 # put the configuration directory in an arch-specific location sed -i -e 's:/usr/lib/eclipse/configuration:%{_libdir}/%{name}/configuration:' library/eclipse.c # make the eclipse binary relocatable