From 8467d3015b3ea520a13c3a126d6c90be06492f35 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Thu, 19 Jan 2023 16:58:53 -0300 Subject: [PATCH] Mention the Apache 2.0 license List Apache 2.0 with LLVM exceptions in the license field. This license got adopted in 2019. --- compiler-rt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index 3d22c65..8545819 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -11,10 +11,10 @@ Name: compiler-rt Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: LLVM "compiler-rt" runtime libraries -License: NCSA or MIT +License: Apache-2.0 WITH LLVM-exception OR NCSA OR MIT URL: http://llvm.org Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz.sig @@ -111,6 +111,9 @@ popd %endif %changelog +* Thu Jan 19 2023 Tulio Magno Quites Machado Filho - 15.0.7-3 +- Include the Apache license adopted in 2019. + * Thu Jan 19 2023 Fedora Release Engineering - 15.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild