#56 Mention the Apache 2.0 license
Merged a year ago by tstellar. Opened a year ago by tuliom.
rpms/ tuliom/compiler-rt spdx  into  rawhide

file modified
+5 -2
@@ -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 @@ 

  %endif

  

  %changelog

+ * Thu Jan 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-3

+ - Include the Apache license adopted in 2019.

+ 

  * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

  

List Apache 2.0 with LLVM exceptions in the license field.
This license got adopted in 2019.

Build succeeded.

I'm not sure wither it's supposed to be AND MIT or OR MIT, but I think this is fine.

Pull-Request has been merged by tstellar

a year ago
Metadata