Accepting request 1174598 from Java:packages
patch -P OBS-URL: https://build.opensuse.org/request/show/1174598 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/velocity?expand=0&rev=30
This commit is contained in:
commit
e685aed116
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 16 14:27:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 27 15:50:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Tue Feb 27 15:50:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
@ -9,11 +14,6 @@ Tue Feb 27 15:50:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|||||||
+ In order to achieve Java 8 API compatibility, specify release
|
+ In order to achieve Java 8 API compatibility, specify release
|
||||||
8 in ant build whenever it is possible
|
8 in ant build whenever it is possible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Feb 20 13:16:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Use %patch -P N instead of deprecated %patchN.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 27 04:36:41 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Sep 27 04:36:41 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -137,14 +137,14 @@ applications to be developed according to a true MVC model.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} pom.xml
|
cp %{SOURCE1} pom.xml
|
||||||
%patch0 -b .sav0
|
%patch -P 0 -b .sav0
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
# Use apache-commons-lang3
|
# Use apache-commons-lang3
|
||||||
%pom_change_dep commons-lang:commons-lang org.apache.commons:commons-lang3:3.9
|
%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 '*.jar' -print -delete
|
||||||
find . -name '*.class' -print -delete
|
find . -name '*.class' -print -delete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user