Accepting request 1153583 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1153583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdb-4_8?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2024-03-03 19:17:57 +00:00 committed by Git OBS Bridge
commit fa2ab76483
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