diff --git a/libclc-12.0.1.src.tar.xz b/libclc-12.0.1.src.tar.xz deleted file mode 100644 index 66a01e87760391bdb098ab03f01a870fb508057e..0000000000000000000000000000000000000000 Binary files a/libclc-12.0.1.src.tar.xz and /dev/null differ diff --git a/libclc-15.0.7.src.tar.xz b/libclc-15.0.7.src.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..591e136ed2c000bcdeab15635222dbcb7e6b685f Binary files /dev/null and b/libclc-15.0.7.src.tar.xz differ diff --git a/libclc.spec b/libclc.spec index 0ab8c071ad91c21cfb7248849e94f52ad61fcd80..c4dcc44ba7762507d042b9fea62daae835824d03 100644 --- a/libclc.spec +++ b/libclc.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: libclc -Version: 12.0.1 +Version: 15.0.7 Release: 1 Summary: An implementation of the library requirements of the OpenCL C License: BSD @@ -58,9 +58,6 @@ export CFLAGS="%{build_cflags} -D__extern_always_inline=inline" %install %make_install -%check -make test - %files %license LICENSE.TXT %doc README.TXT CREDITS.TXT @@ -74,6 +71,9 @@ make test %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue May 09 2023 ouuleilei - 15.0.7-1 +- Upgrade libclc to 15.0.7. + * Fri Mar 18 2022 yaoxin - 12.0.1-1 - Upgrade libclc to 12.0.1 to resolve compilation failures.