From dafcfb9c24a102d9491fb4be9fbb73a3eb670158 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:46 +0200 Subject: [PATCH] Eliminate use of obsolete %patchN syntax (#2283636) --- ags.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ags.spec b/ags.spec index 1b95afc..84aeafe 100644 --- a/ags.spec +++ b/ags.spec @@ -69,12 +69,12 @@ since continued to be developed by contributors. %prep %setup -q -%patch0 -p1 -b .gcc14 +%patch -P0 -p1 -b .gcc14 %if %{with freetype} -%patch2 -p1 -b .noft +%patch -P2 -p1 -b .noft %endif %if %{with openal} -%patch3 -p1 -b .openal +%patch -P3 -p1 -b .openal %endif # delete unused bundled stuff pushd Common/libinclude