diff --git a/velocity.changes b/velocity.changes index 9b922ed..c0597ee 100644 --- a/velocity.changes +++ b/velocity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 16 14:27:57 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Feb 27 15:50:04 UTC 2024 - Fridrich Strba @@ -9,11 +14,6 @@ Tue Feb 27 15:50:04 UTC 2024 - Fridrich Strba + In order to achieve Java 8 API compatibility, specify release 8 in ant build whenever it is possible -------------------------------------------------------------------- -Tue Feb 20 13:16:50 UTC 2024 - Dominique Leuenberger - -- Use %patch -P N instead of deprecated %patchN. - ------------------------------------------------------------------- Wed Sep 27 04:36:41 UTC 2023 - Fridrich Strba diff --git a/velocity.spec b/velocity.spec index 2107620..65aec57 100644 --- a/velocity.spec +++ b/velocity.spec @@ -137,14 +137,14 @@ applications to be developed according to a true MVC model. %prep %setup -q cp %{SOURCE1} pom.xml -%patch0 -b .sav0 -%patch1 -p1 +%patch -P 0 -b .sav0 +%patch -P 1 -p1 # Use apache-commons-lang3 %pom_change_dep commons-lang:commons-lang org.apache.commons:commons-lang3:3.9 -%patch2 -p1 +%patch -P 2 -p1 -%patch3 -p1 +%patch -P 3 -p1 find . -name '*.jar' -print -delete find . -name '*.class' -print -delete