Update to upstream version 1.9.0
- Resolves: rhbz#2305042
This commit is contained in:
parent
9d29604bc2
commit
1f71c4f4ec
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/commons-cli-1.5.0-src.tar.gz
|
||||
/commons-cli-1.6.0-src.tar.gz
|
||||
/commons-cli-1.8.0-src.tar.gz
|
||||
/commons-cli-1.9.0-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%bcond_with bootstrap
|
||||
|
||||
Name: apache-commons-cli
|
||||
Version: 1.8.0
|
||||
Version: 1.9.0
|
||||
Release: %autorelease
|
||||
Summary: Command Line Interface Library for Java
|
||||
License: Apache-2.0
|
||||
|
|
@ -15,10 +15,13 @@ Source0: https://www.apache.org/dist/commons/cli/source/commons-cli-%{ver
|
|||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(commons-io:commons-io)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||
BuildRequires: mvn(org.junit.vintage:junit-vintage-engine)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-params)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (commons-cli-1.8.0-src.tar.gz) = 588d89d86deb60ac0e182bd4b574e30aac4000dde9da13ee1080844a4982d45f4a4d29fc3ee54c904c74ed6bf14dbb3bffdcbad0eab86ddde8418811f2efb5c2
|
||||
SHA512 (commons-cli-1.9.0-src.tar.gz) = d20df809e8e0ebed79c57af9c9b447b0068347ba0edfcdec3652cb00bd9575b24fc77093d735e827d9d02a6fe2681bf239fd01df5f7c682ae34ade0781c53e35
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue