Update to LLVM 16.0.0 RC3

This commit is contained in:
Tulio Magno Quites Machado Filho 2023-03-14 15:46:31 -03:00
parent 28387450a4
commit eefe83e4eb

View File

@ -2,13 +2,13 @@
%global debug_package %{nil}
%global shortname clc
%global libclc_version 15.0.7
#global rc_ver 3
%global libclc_version 16.0.0
%global rc_ver 3
%global libclc_srcdir libclc-%{libclc_version}%{?rc_ver:rc%{rc_ver}}.src
Name: libclc
Version: %{libclc_version}%{?rc_ver:~rc%{rc_ver}}
Release: 3%{?dist}
Release: 1%{?dist}
Summary: An open source implementation of the OpenCL 1.1 library requirements
License: Apache-2.0 WITH LLVM-exception OR BSD OR MIT
@ -96,6 +96,9 @@ export CFLAGS="%{build_cflags} -D__extern_always_inline=inline"
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Mar 1 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-1
- Update to LLVM 16.0.0 RC3
* Thu Jan 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-3
- Update license to SPDX identifiers.
- Include the Apache license adopted in 2019.