Sync from SUSE:SLFO:Main apache-commons-jexl revision cb5ea80caa5d6d3feb3140bc7c9f9e77

This commit is contained in:
Adrian Schröter 2024-05-31 14:29:11 +02:00
parent 0f158d36ba
commit beabe0f5c7
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 10:42:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Mar 23 23:06:29 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -72,9 +72,9 @@ This package contains the API documentation for %{name}.
%prep
%setup -q -n %{short_name}-%{version}-src -a1
%patch0 -p1 -b .test
%patch1 -p1 -b .javadoc
%patch2 -p1
%patch -P 0 -p1 -b .test
%patch -P 1 -p1 -b .javadoc
%patch -P 2 -p1
# Java 1.6 contains bsf 3.0, so we don't need the dependency in the pom.xml file
%pom_remove_dep org.apache.bsf:bsf-api