From dd560c9bf87e91e6c7ad68b6ee4dcf5d7daf66fd Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 31 May 2024 05:41:47 +0200 Subject: [PATCH] Switch to a newer %patch syntax --- apache-commons-jxpath.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-jxpath.spec b/apache-commons-jxpath.spec index 793746e..0afccd0 100644 --- a/apache-commons-jxpath.spec +++ b/apache-commons-jxpath.spec @@ -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 - 1.3-53 +- Switch to a newer patch macro syntax + * Tue Feb 27 2024 Jiri Vanek - 1.3-52 - Rebuilt for java-21-openjdk as system jdk