diff --git a/maven-doxia.changes b/maven-doxia.changes index 98d4745..855ea9a 100644 --- a/maven-doxia.changes +++ b/maven-doxia.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 05:58:59 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Sep 26 21:09:43 UTC 2023 - Fridrich Strba diff --git a/maven-doxia.spec b/maven-doxia.spec index 6c8b01a..f00fd9d 100644 --- a/maven-doxia.spec +++ b/maven-doxia.spec @@ -1,7 +1,7 @@ # # spec file for package maven-doxia # -# 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 @@ -185,7 +185,7 @@ API documentation for %{name}. %prep %setup -q -n doxia-%{version} -a1 -%patch0 -p1 +%patch -P 0 -p1 # we don't have clirr-maven-plugin %pom_remove_plugin org.codehaus.mojo:clirr-maven-plugin pom.xml