Update to upstream version 2.14.1
This commit is contained in:
parent
ad5739bfff
commit
9c00c79cfa
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/plexus-compiler-2.12.0.tar.gz
|
||||
/plexus-compiler-2.12.1.tar.gz
|
||||
/plexus-compiler-2.13.0.tar.gz
|
||||
/plexus-compiler-2.14.1.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: plexus-compiler
|
||||
Version: 2.13.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.14.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Compiler call initiators for Plexus
|
||||
# extras subpackage has a bit different licensing
|
||||
# parts of compiler-api are Apache-2.0/MIT
|
||||
@ -23,6 +23,7 @@ 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)
|
||||
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -83,10 +84,10 @@ cp %{SOURCE2} LICENSE.MIT
|
||||
%pom_xpath_remove "pom:dependency[pom:artifactId[text()='plexus-compiler-test']]" plexus-compilers
|
||||
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
|
||||
%pom_remove_dep -r org.codehaus.plexus:plexus-compiler-javac-errorprone
|
||||
%pom_remove_dep org.codehaus.plexus:plexus-xml plexus-compiler-manager
|
||||
|
||||
%build
|
||||
# Tests are skipped because of unavailable plexus-compiler-test artifact
|
||||
@ -104,6 +105,9 @@ cp %{SOURCE2} LICENSE.MIT
|
||||
%license LICENSE LICENSE.MIT
|
||||
|
||||
%changelog
|
||||
* Mon Dec 18 2023 Marian Koncek <mkoncek@redhat.com> - 2.14.1-1
|
||||
- Update to upstream version 2.14.1
|
||||
|
||||
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.13.0-2
|
||||
- Convert License tag to SPDX format
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (plexus-compiler-2.13.0.tar.gz) = 63765e163f2dc6158bd70feee04c3cd32b837e904f28736a6dd3478f38bb2c0b61facd0c2a8686cf238f0bd8110b9c575a6e3c836021533170ee74fd0ee1642f
|
||||
SHA512 (plexus-compiler-2.14.1.tar.gz) = f91d98b45817babc31c41867cf0c4b96a1719975dfb2fbdb36fb6a723d88956bcda9ba0c1de2065451d422d8d9eb664a87634babc1202dcbc245eafbeb0249b8
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
|
Loading…
Reference in New Issue
Block a user