diff --git a/bsf.spec b/bsf.spec index 748e444..2104b9a 100644 --- a/bsf.spec +++ b/bsf.spec @@ -1,6 +1,6 @@ Name: bsf Version: 2.4.0 -Release: 44%{?dist} +Release: 45%{?dist} Summary: Bean Scripting Framework License: ASL 2.0 URL: http://commons.apache.org/bsf/ @@ -46,8 +46,8 @@ engines: %prep %setup -q -%patch 0 -p1 -%patch 1 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 find -name \*.jar -delete %mvn_file : %{name} @@ -67,6 +67,9 @@ ant -Dsource.level=1.6 jar %doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt %changelog +* Thu Nov 21 2024 Marián Konček - 2.4.0-45 +- Fix patch usage + * Tue Nov 19 2024 Marián Konček - 2.4.0-44 - Rebuild with regenerated Requires on Java