SHA256
1
0
forked from pool/mono-core

Accepting request 1149568 from home:pgajdos:m

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

OBS-URL: https://build.opensuse.org/request/show/1149568
OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=223
This commit is contained in:
Dominique Leuenberger 2024-05-22 11:16:31 +00:00 committed by Git OBS Bridge
parent bd62f47175
commit fc7659d82f
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 15:33:26 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu Feb 16 23:35:19 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -204,14 +204,14 @@ technologies that have been submitted to the ECMA for standardization.
%prep
%setup -q -n mono-%{version}.%{version_suffix}
%patch14 -p1
%patch -P 14 -p1
%if "%roslyn" == "no"
%patch15 -p1
%patch -P 15 -p1
%else
%patch20 -p1
%patch -P 20 -p1
%endif
%patch22 -p1
%patch23 -p1
%patch -P 22 -p1
%patch -P 23 -p1
%build
%define _lto_cflags %{nil}