Update to upstream version 1.10.0

This commit is contained in:
Mikolaj Izdebski 2025-10-10 15:33:55 +02:00
commit e42d8406c9
4 changed files with 72 additions and 2 deletions

View file

@ -1,7 +1,7 @@
%bcond_with bootstrap
Name: apache-commons-cli
Version: 1.9.0
Version: 1.10.0
Release: %autorelease
Summary: Command Line Interface Library for Java
License: Apache-2.0
@ -11,6 +11,8 @@ ExclusiveArch: %{java_arches} noarch
Source0: https://www.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz
Patch: 0001-Port-tests-to-commons-lang3.patch
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%else