]> git.pld-linux.org Git - packages/eclipse.git/commitdiff
- up to 3.3.2 auto/th/eclipse-3_3_2-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Nov 2010 19:12:42 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-launcher-double-free-bug.patch -> 1.2
    eclipse.spec -> 1.102

eclipse-launcher-double-free-bug.patch [deleted file]
eclipse.spec

diff --git a/eclipse-launcher-double-free-bug.patch b/eclipse-launcher-double-free-bug.patch
deleted file mode 100644 (file)
index 0c24961..0000000
+++ /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;
index 1329e7dfe71be75da0e3de6ba6aea1b55e38d0e7..abb3b14bd7dfbc8e25d409b1096b280b3bdbedd6 100644 (file)
@@ -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
This page took 0.039929 seconds and 4 git commands to generate.