From 07d81c0bfe664800d3ddca5556081e44e02cc288 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 09:24:57 +0800 Subject: [PATCH] License compliance rectification --- flang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flang.spec b/flang.spec index 9fedd7f..ce54cae 100644 --- a/flang.spec +++ b/flang.spec @@ -2,10 +2,10 @@ Name: flang Version: flang_20210324 -Release: 2 +Release: 3 Summary: Fortran language compiler targeting LLVM -License: Apache-2.0 License +License: Apache-2.0 URL: https://github.com/flang-compiler/flang Source0: flang-flang_20210324.tar.gz @@ -32,6 +32,9 @@ TODO: support build Flang. %changelog +* Wed May 18 2022 liukuo - flang_20210324-3 +- License compliance rectification + * Mon Dec 13 2021 heyitao - flang_20210324-2 - Remove the dist tag in the version. -- Gitee