diff --git a/apache-commons-jxpath.changes b/apache-commons-jxpath.changes index 0ff63c3..c29ad46 100644 --- a/apache-commons-jxpath.changes +++ b/apache-commons-jxpath.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 10:20:29 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Thu Feb 28 07:24:19 UTC 2019 - Fridrich Strba diff --git a/apache-commons-jxpath.spec b/apache-commons-jxpath.spec index a664b8d..d4bf5c7 100644 --- a/apache-commons-jxpath.spec +++ b/apache-commons-jxpath.spec @@ -1,7 +1,7 @@ # # spec file for package apache-commons-jxpath # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -58,9 +58,9 @@ This package contains the API documentation for %{name}. %prep %setup -q -n %{short_name}-%{version}-src -%patch0 -p1 -%patch1 -%patch2 -p1 +%patch -P 0 -p1 +%patch -P 1 +%patch -P 2 -p1 %pom_remove_parent