Update to upstream version 1.9.0
Resolves: RHEL-104224
This commit is contained in:
parent
8a93ecb3d8
commit
3cb5fc731a
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/commons-cli-1.4-src.tar.gz
|
||||
/commons-cli-1.5.0-src.tar.gz
|
||||
/commons-cli-1.6.0-src.tar.gz
|
||||
/commons-cli-1.9.0-src.tar.gz
|
||||
|
@ -1,24 +1,27 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: apache-commons-cli
|
||||
Version: 1.6.0
|
||||
Release: 6%{?dist}
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Command Line Interface Library for Java
|
||||
License: Apache-2.0
|
||||
URL: http://commons.apache.org/cli/
|
||||
URL: https://commons.apache.org/proper/commons-cli/
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
Source0: http://www.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz
|
||||
Source0: https://www.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz
|
||||
|
||||
%if %{with bootstrap}
|
||||
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
|
||||
@ -45,6 +48,9 @@ command line arguments and options.
|
||||
%doc README.md RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2025 Marián Konček <mkoncek@redhat.com> - 1.9.0-1
|
||||
- Update to upstream version 1.9.0
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.6.0-6
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (commons-cli-1.6.0-src.tar.gz) = 029088e7c51b657a0be5478685e1f689d6d39357957b3b8813ef6b315b4676ba4bd17b739dc15e09a30f8abfbe22e169c1c629f662477821adf0aa66474e1812
|
||||
SHA512 (commons-cli-1.9.0-src.tar.gz) = d20df809e8e0ebed79c57af9c9b447b0068347ba0edfcdec3652cb00bd9575b24fc77093d735e827d9d02a6fe2681bf239fd01df5f7c682ae34ade0781c53e35
|
||||
|
Loading…
Reference in New Issue
Block a user