Accepting request 1150740 from devel:tools

Prepare for RPM 4.20 (forwarded request 1150589 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1150740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=99
This commit is contained in:
Ana Guerrero 2024-02-27 21:43:43 +00:00 committed by Git OBS Bridge
commit 402112cb34
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 \