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
This commit is contained in:
Bjørn Lie 2023-11-28 13:23:27 +00:00 committed by Git OBS Bridge
parent 3249df725c
commit c37bc9d9b1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 28 11:24:53 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 25 12:37:26 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Tue Oct 25 12:37:26 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package gcr3 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 %prep
%setup -q -n %{_name}-%{version} %setup -q -n %{_name}-%{version}
%if 0%{?sle_version} %if 0%{?sle_version}
%patch1 -p1 %patch -P 1 -p1
%endif %endif
%patch2 -p1 %patch -P 2 -p1
%build %build
%meson \ %meson \