From 4ec8569f9dbae510cd6911efacc3b99b88080a7b347497f0d5665aebf2792dfd Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 6 Mar 2024 01:05:32 +0000 Subject: [PATCH] Accepting request 1154045 from home:pgajdos:l - Use %patch -P N instead of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1154045 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libappindicator?expand=0&rev=53 --- libappindicator.changes | 5 +++++ libappindicator.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libappindicator.changes b/libappindicator.changes index d8cc352..1a6a755 100644 --- a/libappindicator.changes +++ b/libappindicator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 1 13:33:17 UTC 2024 - pgajdos@suse.com + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Mon Oct 30 11:56:00 UTC 2023 - Dominique Leuenberger diff --git a/libappindicator.spec b/libappindicator.spec index 32027c1..33341ed 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -130,9 +130,9 @@ This package contains the development files for the appindicator%{?psuffix} libr %prep %setup -q -c -n libappindicator-%{version} -%patch0 -p1 -%patch1 -p1 -#%%patch2 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 +#%%patch -P 2 -p1 %build # Create dummy file, to avoid dependency on gtk-doc