From c37bc9d9b1d35a47b08f5e463645c113d8272069164fdc2b639bbf6369e06cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 28 Nov 2023 13:23:27 +0000 Subject: [PATCH] Accepting request 1129515 from GNOME:Next Use %patch -p N instead of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1129515 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr3?expand=0&rev=7 --- gcr3.changes | 5 +++++ gcr3.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcr3.changes b/gcr3.changes index c5f875a..cddff05 100644 --- a/gcr3.changes +++ b/gcr3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 28 11:24:53 UTC 2023 - Dominique Leuenberger + +- Use %patch -p N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Oct 25 12:37:26 UTC 2022 - Dominique Leuenberger diff --git a/gcr3.spec b/gcr3.spec index 527f8c4..a664eda 100644 --- a/gcr3.spec +++ b/gcr3.spec @@ -1,7 +1,7 @@ # # spec file for package gcr3 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -205,9 +205,9 @@ GCK is a library for accessing PKCS#11 modules like smart cards, in a %prep %setup -q -n %{_name}-%{version} %if 0%{?sle_version} -%patch1 -p1 +%patch -P 1 -p1 %endif -%patch2 -p1 +%patch -P 2 -p1 %build %meson \