Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ecj.git#c2b8fcc4de4547d373fec7d5bb949c41b7ecca6f
This commit is contained in:
parent
5077132474
commit
8940e412c0
@ -18,10 +18,11 @@ Export-Package: org.eclipse.jdt.core,org.eclipse.jdt.core.compiler,org
|
||||
-internal:=true,org.eclipse.jdt.internal.compiler.tool;x-internal:=tr
|
||||
ue
|
||||
Bundle-Name: Eclipse Compiler for Java(TM)
|
||||
Bundle-Version: 3.24.0.v20201123-0742
|
||||
Bundle-Version: 3.25.0.v20210223-0522
|
||||
Bundle-ClassPath: .
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Build-Jdk-Spec: 11
|
||||
Created-By: Maven Archiver 3.5.0
|
||||
Main-Class: org.eclipse.jdt.internal.compiler.batch.Main
|
||||
|
||||
|
11
ecj.spec
11
ecj.spec
@ -1,16 +1,16 @@
|
||||
Epoch: 1
|
||||
|
||||
%global qualifier R-4.18-202012021800
|
||||
%global qualifier R-4.19-202103031800
|
||||
|
||||
Summary: Eclipse Compiler for Java
|
||||
Name: ecj
|
||||
Version: 4.18
|
||||
Release: 3%{?dist}
|
||||
Version: 4.19
|
||||
Release: 1%{?dist}
|
||||
URL: https://www.eclipse.org
|
||||
License: EPL-2.0
|
||||
|
||||
Source0: https://download.eclipse.org/eclipse/downloads/drops4/%{qualifier}/ecjsrc-%{version}.jar
|
||||
Source1: https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/3.24.0/ecj-3.24.0.pom
|
||||
Source1: https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/3.25.0/ecj-3.25.0.pom
|
||||
# Extracted from https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/%%{qualifier}/ecj-%%{version}.jar
|
||||
Source4: MANIFEST.MF
|
||||
# Java API stubs for newer JDKs to allow us to build on the system default JDK
|
||||
@ -75,6 +75,9 @@ install -m 644 -p ecj.1 $RPM_BUILD_ROOT%{_mandir}/man1/ecj.1
|
||||
%{_mandir}/man1/ecj*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 10 2021 Mat Booth <mat.booth@redhat.com> - 1:4.19-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Mon Mar 01 2021 Mat Booth <mat.booth@redhat.com> - 1:4.18-3
|
||||
- Allow building against Java 11
|
||||
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (ecj-3.24.0.pom) = 8ed2e8b16b917a4274a9e06c411f4a03d12c229b93038d400156ff5507a7983c1b8eaea7152a03416392adc4ce845567bc1200063ec3912384fd6c32261ff601
|
||||
SHA512 (ecjsrc-4.18.jar) = d68134a517b4dfb24023c0b4871cf25513454049b631729c9b57767c7045a10299eba2bda2188d18492899165a7a723e94595cbc47a849ee12eaa66596df4f4b
|
||||
SHA512 (ecj-3.25.0.pom) = 38e527bb473dc5dba50cecb1e6f75f64b2a12c14bcfed018b2c76be8c0d45c9f9221bdb7291a071726f6239f2ae8c0eedb1b37e98c54d1e8e0ac495818fb49b3
|
||||
SHA512 (ecjsrc-4.19.jar) = 250afeb3a2997cab506f0e7c84410556222446064335e635ed32477e093761f4be422b767bce5085d2b04e34ac4d3fa743cf4be9d1b50b318556b0aa797ed000
|
||||
SHA512 (javax15api.jar) = c1b16bff598301fa94cb50068350e006a249b5c71185c02113049af7c7b2afb298ef8651263221ed64a3282a0b515ab99cdd0fc44f94f606e9d859616ec2ef6b
|
||||
|
Loading…
Reference in New Issue
Block a user