forked from pool/clFFT
Accepting request 1151655 from science
OBS-URL: https://build.opensuse.org/request/show/1151655 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clFFT?expand=0&rev=7
This commit is contained in:
commit
01118af038
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 10:54:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 23 12:51:43 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
Mon May 23 12:51:43 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -112,12 +112,12 @@ This subpackage provides shared libStatTimer library
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%ifarch aarch64 riscv64
|
%ifarch aarch64 riscv64
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user