From a57d2f8080adb3bae665dc4a1024faae286d268ee0d7d0ae481e096b4abc4b86 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 20 Feb 2024 11:50:34 +0000 Subject: [PATCH] Accepting request 1147735 from home:dimstar:rpm4.20:a Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147735 OBS-URL: https://build.opensuse.org/package/show/Java:packages/aelfred?expand=0&rev=28 --- aelfred.changes | 5 +++++ aelfred.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/aelfred.changes b/aelfred.changes index 62ac315..ac2fd67 100644 --- a/aelfred.changes +++ b/aelfred.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 10:02:33 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sat Mar 19 13:00:20 UTC 2022 - Fridrich Strba diff --git a/aelfred.spec b/aelfred.spec index 2b6aedf..8c5ba22 100644 --- a/aelfred.spec +++ b/aelfred.spec @@ -1,7 +1,7 @@ # # spec file for package aelfred # -# Copyright (c) 2022 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 @@ -55,8 +55,8 @@ Demonstrations and samples for aelfred. %prep %setup -q -c unzip %{name}-source.zip -%patch0 -%patch1 -p1 +%patch -P 0 +%patch -P 1 -p1 %build export JAVA_HOME=%{java_home}