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 \