Switch to a newer %patch syntax

This commit is contained in:
Mikolaj Izdebski 2024-05-31 05:41:47 +02:00
commit dd560c9bf8

View file

@ -2,7 +2,7 @@
Name: apache-commons-jxpath
Version: 1.3
Release: 52%{?dist}
Release: 53%{?dist}
Summary: Simple XPath interpreter
License: Apache-2.0
URL: http://commons.apache.org/jxpath/
@ -36,7 +36,7 @@ This package contains the API documentation for %{name}.
%prep
%setup -q -n commons-jxpath-%{version}-src
%patch -P0 -p1
%patch 0 -p1
%pom_remove_dep xerces:
%pom_remove_dep xml-apis:
@ -68,6 +68,9 @@ rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java
%license LICENSE.txt NOTICE.txt
%changelog
* Fri May 31 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-53
- Switch to a newer patch macro syntax
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 1.3-52
- Rebuilt for java-21-openjdk as system jdk