Update to Neon release

This commit is contained in:
Mat Booth 2016-07-01 11:15:47 +01:00
parent 6a7ef103f2
commit 246197667e
3 changed files with 18 additions and 19 deletions

View File

@ -1,9 +1,10 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: e4Build
Build-Jdk: 1.8.0_51
Bundle-SymbolicName: org.eclipse.jdt.core.compiler.batch Bundle-SymbolicName: org.eclipse.jdt.core.compiler.batch
Archiver-Version: Plexus Archiver
Built-By: e4Build
Bundle-ManifestVersion: 2
Bundle-Vendor: Eclipse.org
Main-Class: org.eclipse.jdt.internal.compiler.batch.Main
Export-Package: org.eclipse.jdt.core,org.eclipse.jdt.core.compiler,org Export-Package: org.eclipse.jdt.core,org.eclipse.jdt.core.compiler,org
.eclipse.jdt.internal.antadapter;x-internal:=true,org.eclipse.jdt.int .eclipse.jdt.internal.antadapter;x-internal:=true,org.eclipse.jdt.int
ernal.compiler;x-internal:=true,org.eclipse.jdt.internal.compiler.apt ernal.compiler;x-internal:=true,org.eclipse.jdt.internal.compiler.apt
@ -19,11 +20,11 @@ Export-Package: org.eclipse.jdt.core,org.eclipse.jdt.core.compiler,org
nternal.compiler.parser;x-internal:=true,org.eclipse.jdt.internal.com nternal.compiler.parser;x-internal:=true,org.eclipse.jdt.internal.com
piler.parser.diagnose;x-internal:=true,org.eclipse.jdt.internal.compi piler.parser.diagnose;x-internal:=true,org.eclipse.jdt.internal.compi
ler.problem;x-internal:=true,org.eclipse.jdt.internal.compiler.util;x ler.problem;x-internal:=true,org.eclipse.jdt.internal.compiler.util;x
-internal:=true,org.eclipse.jdt.internal.compiler.tool;x-internal:=true -internal:=true,org.eclipse.jdt.internal.compiler.tool;x-internal:=tr
ue
Bundle-Name: Eclipse Compiler for Java(TM) Bundle-Name: Eclipse Compiler for Java(TM)
Bundle-Version: 3.11.2.v20160128-0629 Bundle-Version: 3.12.0.v20160516-2131
Bundle-ClassPath: . Bundle-ClassPath: .
Bundle-ManifestVersion: 2 Created-By: Apache Maven
Bundle-Vendor: Eclipse.org Build-Jdk: 1.8.0_51
Main-Class: org.eclipse.jdt.internal.compiler.batch.Main

View File

@ -1,11 +1,11 @@
Epoch: 1 Epoch: 1
%global qualifier R-4.5.2-201602121500 %global qualifier R-4.6-201606061100
Summary: Eclipse Compiler for Java Summary: Eclipse Compiler for Java
Name: ecj Name: ecj
Version: 4.5.2 Version: 4.6
Release: 3%{?dist} Release: 1%{?dist}
URL: http://www.eclipse.org URL: http://www.eclipse.org
License: EPL License: EPL
@ -24,8 +24,6 @@ BuildRequires: gzip
BuildRequires: ant BuildRequires: ant
BuildRequires: javapackages-local BuildRequires: javapackages-local
Obsoletes: %{name}-native < 1:4.2.1-10
%description %description
ECJ is the Java bytecode compiler of the Eclipse Platform. It is also known as ECJ is the Java bytecode compiler of the Eclipse Platform. It is also known as
the JDT Core batch compiler. the JDT Core batch compiler.
@ -36,9 +34,6 @@ the JDT Core batch compiler.
sed -i -e 's|debuglevel=\"lines,source\"|debug=\"yes\"|g' build.xml sed -i -e 's|debuglevel=\"lines,source\"|debug=\"yes\"|g' build.xml
sed -i -e "s/Xlint:none/Xlint:none -encoding cp1252/g" build.xml sed -i -e "s/Xlint:none/Xlint:none -encoding cp1252/g" build.xml
sed -i -e 's|1.6|1.7|g' build.xml
sed -i -e 's|import org.eclipse.jdt.core.JavaCore;||g' org/eclipse/jdt/internal/compiler/batch/ClasspathDirectory.java
sed -i -e 's|JavaCore.getOptions()||g' org/eclipse/jdt/internal/compiler/batch/ClasspathDirectory.java
cp %{SOURCE3} pom.xml cp %{SOURCE3} pom.xml
mkdir -p scripts/binary/META-INF/ mkdir -p scripts/binary/META-INF/
@ -78,6 +73,9 @@ install -m 644 -p ecj.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1.gz
%{_mandir}/man1/ecj* %{_mandir}/man1/ecj*
%changelog %changelog
* Fri Jul 01 2016 Mat Booth <mat.booth@redhat.com> - 1:4.6-1
- Update to Neon release
* Tue Apr 26 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.5.2-3 * Tue Apr 26 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.5.2-3
- Re-add alias for org.eclipse.jdt:core - Re-add alias for org.eclipse.jdt:core

View File

@ -1,2 +1,2 @@
7b90390195d55d16d7ccea8362aecdcc ecjsrc-4.5.2.jar 593da93d62e5e9459218dc26c985afac ecj-4.6.pom
c8809789ec9b0f262a0c38bfeeeb0b35 ecj-4.5.2.pom 7cf96fc78a6e85f0c96bf96bcce08ebc ecjsrc-4.6.jar