From 7f4e76924dc9d73f2d9970e984698dcb382e010e8301bac2b1af71b3f2b39586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 31 May 2024 15:03:32 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main xbean revision aa2d6f55f0981f80a6efeedccf6c5769 --- xbean.changes | 5 +++++ xbean.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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/