From 1c5a4f6a6b9cd2bdfcb7b209a762b927b8b8d309 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 11 Aug 2020 14:22:32 +0800 Subject: [PATCH] Modify python to python3 --- libclc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libclc.spec b/libclc.spec index f98b1a4..81729ea 100644 --- a/libclc.spec +++ b/libclc.spec @@ -2,7 +2,7 @@ Name: libclc Version: 0.2.0 -Release: 15 +Release: 16 Summary: An implementation of the library requirements of the OpenCL C License: BSD URL: https://libclc.llvm.org @@ -69,6 +69,9 @@ export CFLAGS="%{build_cflags} -D__extern_always_inline=inline" %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Aug 11 2020 yanan li -0.2.0-16 +- Modify python to python3 + * Thu Jul 09 2020 whoisxxx - 0.2.0-15 - Add RISC-V arch