Accepting request 1150589 from home:dimstar:rpm4.20:d

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150589
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=205
This commit is contained in:
Petr Gajdos 2024-02-26 09:06:20 +00:00 committed by Git OBS Bridge
parent d0305f5e09
commit fa1d943822
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 07:48:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Jan 22 11:06:03 UTC 2024 - pgajdos@suse.com

View File

@ -63,13 +63,13 @@ language VHDL.
%prep
%setup -q
# Leap 15 and SLE don't accept '%%autopatch -M'
%patch1 -p1
%patch -P 1 -p1
%if %{with libclang}
%if 0%{?sle_version} == 150100 || (0%{?sle_version} == 150200 && !0%{?is_opensuse})
%patch2 -p1
%patch -P 2 -p1
%endif
%endif
%patch3 -p1
%patch -P 3 -p1
%build
%cmake \