[ecj] Update to 4.4.1.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Jan 8 11:14:01 UTC 2015


commit e9c278fde8562229a3b2e92124aff5849b595aae
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Jan 8 13:14:13 2015 +0200

    Update to 4.4.1.

 .gitignore                   |    1 +
 .project                     |    7 +++++++
 ecj-4.4.pom => ecj-4.4.1.pom |    2 +-
 ecj.spec                     |   13 +++++++------
 sources                      |    2 +-
 5 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2080899..ad3f20a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ ecjsrc-4.2.1.jar
 /ecj.1
 /ecjsrc-I20140430-2000.jar
 /ecjsrc-4.4.jar
+/ecjsrc-4.4.1.jar
diff --git a/.project b/.project
index f7c15c2..e1a6845 100644
--- a/.project
+++ b/.project
@@ -5,7 +5,14 @@
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.linuxtools.rpm.rpmlint.rpmlintBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.linuxtools.rpm.core.rpmnature</nature>
+		<nature>org.eclipse.linuxtools.rpm.rpmlint.rpmlintNature</nature>
 	</natures>
 </projectDescription>
diff --git a/ecj-4.4.pom b/ecj-4.4.1.pom
similarity index 96%
rename from ecj-4.4.pom
rename to ecj-4.4.1.pom
index 3ea7c45..164278c 100644
--- a/ecj-4.4.pom
+++ b/ecj-4.4.1.pom
@@ -7,7 +7,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.eclipse.jdt.core.compiler</groupId>
 	<artifactId>ecj</artifactId>
-	<version>4.4</version>
+	<version>4.4.1</version>
 	<packaging>jar</packaging>
 	<name>Eclipse ECJ</name>
 	<description>Eclipse JDT Core Batch Compiler</description>
diff --git a/ecj.spec b/ecj.spec
index b1c73db..b9489bc 100644
--- a/ecj.spec
+++ b/ecj.spec
@@ -1,19 +1,19 @@
 Epoch: 1
 
-%global qualifier R-4.4-201406061215
+%global qualifier R-4.4.1-201409250400
 
 Summary: Eclipse Compiler for Java
 Name: ecj
-Version: 4.4.0
+Version: 4.4.1
 Release: 1%{?dist}
 URL: http://www.eclipse.org
 License: EPL
 Group: Development/Languages
-Source0: http://download.eclipse.org/eclipse/downloads/drops4/%{qualifier}/%{name}src-4.4.jar
+Source0: http://download.eclipse.org/eclipse/downloads/drops4/%{qualifier}/%{name}src-%{version}.jar
 Source1: ecj.sh.in
 #Patched from http://central.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.4/ecj-4.4.pom 
 # No dependencies are needed for ecj, dependencies are for using of jdt.core which makes no sense outside of eclipse
-Source3: ecj-4.4.pom
+Source3: ecj-4.4.1.pom
 Source4: ecj.1
 Source5: http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/plain/org.eclipse.jdt.core/scripts/binary/META-INF/MANIFEST.MF
 # Always generate debug info when building RPMs (Andrew Haley)
@@ -81,14 +81,15 @@ install -pm 644 pom.xml \
 
 %files -f .mfiles
 %doc about.html
-%{_mavenpomdir}/JPP-%{name}.pom
 %{_bindir}/%{name}
-%{_javadir}/%{name}.jar
 %{_javadir}/eclipse-%{name}.jar
 %{_javadir}/jdtcore.jar
 %{_mandir}/man1/ecj.1.gz
 
 %changelog
+* Thu Jan 8 2015 Alexander Kurtakov <akurtako at redhat.com> 1:4.4.1-1
+- Update to 4.4.1.
+
 * Thu Jul 3 2014 Alexander Kurtakov <akurtako at redhat.com> 1:4.4.0-1
 - Update to 4.4 final.
 - Drop gcj patches as gcj is not in Fedora anymore and ecj now requires 1.6.
diff --git a/sources b/sources
index 0b1dd47..8e0bc38 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 96d507a301eeb8454299a325a9aca31d  ecj.1
-a5f9cc5078dd8f04feb53b6bac0b4e37  ecjsrc-4.4.jar
+7bf1576a4cf33f95091f8777bdada580  ecjsrc-4.4.1.jar


More information about the scm-commits mailing list