Update to upstream version 1.8.0
This commit is contained in:
parent
a6b99c7d98
commit
61a0446e6c
3 changed files with 9 additions and 5 deletions
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.8.0-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
%bcond_with bootstrap
|
||||
|
||||
Name: apache-commons-cli
|
||||
Version: 1.6.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.8.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
|
||||
|
|
@ -45,6 +45,9 @@ command line arguments and options.
|
|||
%doc README.md RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Tue Jul 16 2024 Marian Koncek <mkoncek@redhat.com> - 1.8.0-1
|
||||
- Update to upstream version 1.8.0
|
||||
|
||||
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 1.6.0-5
|
||||
- Rebuilt for java-21-openjdk as system jdk
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (commons-cli-1.6.0-src.tar.gz) = 029088e7c51b657a0be5478685e1f689d6d39357957b3b8813ef6b315b4676ba4bd17b739dc15e09a30f8abfbe22e169c1c629f662477821adf0aa66474e1812
|
||||
SHA512 (commons-cli-1.8.0-src.tar.gz) = 588d89d86deb60ac0e182bd4b574e30aac4000dde9da13ee1080844a4982d45f4a4d29fc3ee54c904c74ed6bf14dbb3bffdcbad0eab86ddde8418811f2efb5c2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue