diff --git a/xbean.changes b/xbean.changes index d969c86..dca3583 100644 --- a/xbean.changes +++ b/xbean.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 10:55:36 UTC 2024 - Gus Kenion + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Oct 25 14:55:09 UTC 2023 - Fridrich Strba diff --git a/xbean.spec b/xbean.spec index 9f0c472..35ddce1 100644 --- a/xbean.spec +++ b/xbean.spec @@ -1,7 +1,7 @@ # # spec file for package xbean # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,8 +53,8 @@ This package provides API documentation for xbean. %prep %setup -q -a1 -%patch2 -p1 -%patch3 -p1 +%patch -P 2 -p1 +%patch -P 3 -p1 cp xbean-asm-util/src/main/java/org/apache/xbean/asm9/original/commons/AsmConstants.java xbean-reflect/src/main/java/org/apache/xbean/recipe/