Update to upstream version 3.4.1
This commit is contained in:
parent
d3ca240040
commit
2c4475898a
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/plexus-io-3.0.0.tar.gz
|
||||
/plexus-io-3.1.1.tar.gz
|
||||
/plexus-io-3.2.0.tar.gz
|
||||
/plexus-io-3.4.1.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: plexus-io
|
||||
Version: 3.2.0
|
||||
Release: 12%{?dist}
|
||||
Version: 3.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Plexus IO Components
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/codehaus-plexus/plexus-io
|
||||
@ -13,9 +13,9 @@ Source0: https://github.com/codehaus-plexus/plexus-io/archive/plexus-io-%
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap-openjdk8
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local-openjdk8
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.google.code.findbugs:jsr305)
|
||||
BuildRequires: mvn(commons-io:commons-io)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
@ -23,6 +23,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.eclipse.sisu:sisu-maven-plugin)
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -44,8 +45,9 @@ cp %{SOURCE1} .
|
||||
# Test fails in mock
|
||||
sed -i /class/i@org.junit.Ignore src/test/java/org/codehaus/plexus/components/io/attributes/SymlinkUtilsTest.java
|
||||
|
||||
%mvn_file : plexus/io
|
||||
|
||||
%build
|
||||
%mvn_file : plexus/io
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
@ -58,6 +60,9 @@ sed -i /class/i@org.junit.Ignore src/test/java/org/codehaus/plexus/components/io
|
||||
%license NOTICE.txt LICENSE-2.0.txt
|
||||
|
||||
%changelog
|
||||
* Fri Aug 11 2023 Marian Koncek <mkoncek@redhat.com> - 3.4.1-1
|
||||
- Update to upstream version 3.4.1
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (plexus-io-3.2.0.tar.gz) = 857362ad531ba175f087c0df3484fa8cabeb1b2db52742763d26ee37cae17f692676429bbbc4c95ccdbdc99ea871b66524457fce6c09238470ed3c0acb563981
|
||||
SHA512 (plexus-io-3.4.1.tar.gz) = 42ded8e97a880834a4dd82433ef6b5a781fd5656ec17f7ffb1e718892b671a9680a389cb80a68d536a29081f051fc1269f74c2f45b51fccc83ff4f67916ffb62
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user