Accepting request 1153464 from home:pgajdos:l

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1153464
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=71
This commit is contained in:
Pedro Monreal Gonzalez 2024-02-29 19:07:28 +00:00 committed by Git OBS Bridge
parent 62b60df928
commit 8860aaec7d
3 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 29 16:01:36 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Jun 21 12:42:57 UTC 2023 - Pedro Monreal <pmonreal@suse.com>

View File

@ -92,9 +92,9 @@ This package contains the header files and libraries.
%prep
%setup -q -n %{generic_name}-%{version}
%patch0
%patch1
%patch2 -p1
%patch -P 0
%patch -P 1
%patch -P 2 -p1
%build
cd dist

View File

@ -61,9 +61,9 @@ These are the development files.
%prep
%setup -q -n %{generic_name}-%{version}
%patch0
%patch1 -p1
%patch2
%patch -P 0
%patch -P 1 -p1
%patch -P 2
%build
cd dist