From 1bafe64a40187149631a24b28c071b8cc5dca4d9 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Fri, 3 Mar 2023 10:16:01 -0300 Subject: [PATCH] Update to LLVM 16.0.0 RC3 --- clang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clang.spec b/clang.spec index 0d6ffa7..6f643ac 100644 --- a/clang.spec +++ b/clang.spec @@ -10,7 +10,7 @@ %global maj_ver 16 %global min_ver 0 %global patch_ver 0 -%global rc_ver 1 +%global rc_ver 3 %global clang_version %{maj_ver}.%{min_ver}.%{patch_ver} %if %{with compat_build} @@ -42,7 +42,7 @@ Name: %pkg_name Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}} -Release: 3%{?dist} +Release: 1%{?dist} Summary: A C language family front-end for LLVM License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -611,6 +611,9 @@ false %endif %changelog +* Thu Feb 23 2023 Tulio Magno Quites Machado Filho - 16.0.0~rc3-1 +- Update to LLVM 16.0.0 RC3 + * Thu Jan 19 2023 Tulio Magno Quites Machado Filho - 15.0.7-3 - Update license to SPDX identifiers. - Include the Apache license adopted in 2019.