SHA256
1
0
forked from pool/clFFT
Ana Guerrero 2024-02-26 18:48:30 +00:00 committed by Git OBS Bridge
commit 01118af038
2 changed files with 8 additions and 3 deletions

View File

@ -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>

View File

@ -112,12 +112,12 @@ This subpackage provides shared libStatTimer library
%prep
%setup -q
%patch0 -p1
%patch -P 0 -p1
%ifarch aarch64 riscv64
%patch1 -p1
%patch -P 1 -p1
%endif
%if 0%{?suse_version} >= 1550
%patch2 -p1
%patch -P 2 -p1
%endif
%build