forked from pool/mono-core
Accepting request 1175760 from Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/1175760 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=135
This commit is contained in:
commit
1cc0e2e920
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user