diff --git a/xmlgraphics-commons.changes b/xmlgraphics-commons.changes index 0bb4d99..888527f 100644 --- a/xmlgraphics-commons.changes +++ b/xmlgraphics-commons.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 14:31:28 UTC 2024 - Fridrich Strba + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Dec 28 12:37:08 UTC 2022 - Dirk Müller diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 433b466..d10b1fb 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,7 +1,7 @@ # # spec file for package xmlgraphics-commons # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2000-2008, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -53,8 +53,8 @@ Javadoc for package %{name}. %prep %setup -q %{name}-%{version} -%patch0 -%patch1 -p1 +%patch -P 0 +%patch -P 1 -p1 find . -name "*.jar" | xargs rm %build