update to version 2.8.7
This commit is contained in:
parent
aadeae3324
commit
2fd90c08e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/plexus-compiler-2.8.2.tar.gz
|
||||
/plexus-compiler-2.8.5.tar.gz
|
||||
/plexus-compiler-2.8.6.tar.gz
|
||||
/plexus-compiler-2.8.7.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Name: plexus-compiler
|
||||
Epoch: 0
|
||||
Version: 2.8.6
|
||||
Release: 3%{?dist}
|
||||
Version: 2.8.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Compiler call initiators for Plexus
|
||||
# extras subpackage has a bit different licensing
|
||||
# parts of compiler-api are ASL2.0/MIT
|
||||
@ -12,16 +12,17 @@ URL: https://github.com/codehaus-plexus/plexus-compiler
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Source2: LICENSE.MIT
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
%if %{with eclipse}
|
||||
BuildRequires: mvn(org.eclipse.tycho:org.eclipse.jdt.core)
|
||||
BuildRequires: mvn(org.eclipse.jdt:ecj)
|
||||
%endif
|
||||
|
||||
|
||||
@ -101,6 +102,9 @@ cp %{SOURCE2} LICENSE.MIT
|
||||
%doc LICENSE LICENSE.MIT
|
||||
|
||||
%changelog
|
||||
* Sun Aug 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0:2.8.7-1
|
||||
- Update to version 2.8.7.
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.8.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (plexus-compiler-2.8.6.tar.gz) = af3b62407c967321a886718b0646e59561b6153784ba6612752de60f16a8d741aaee6daaaa7babd6c62c36fdb6c957d898c48dcda358de1a2afbb337e17cac28
|
||||
SHA512 (plexus-compiler-2.8.7.tar.gz) = 5c353698321c5294b43e8a0ac38a1dbc522424e0bc4171de46b7303249c4bf97c950a2d25ba97ae4f55104d69d26c569874f574c8642691b3d57a0d9616a75c9
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
|
Loading…
Reference in New Issue
Block a user