diff --git a/apache-commons-cli.changes b/apache-commons-cli.changes index 7297428..a08e443 100644 --- a/apache-commons-cli.changes +++ b/apache-commons-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 10:25:28 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Thu Sep 21 05:39:25 UTC 2023 - Fridrich Strba diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 469f140..383f6cb 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -1,7 +1,7 @@ # # spec file for package apache-commons-cli # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,7 +54,7 @@ This package contains the API documentation for %{name}. %prep %setup -q -n %{short_name}-%{version}-src cp %{SOURCE1} build.xml -%patch0 -p1 +%patch -P 0 -p1 %pom_remove_parent