From 911519a91f9043fd70099f94faebbb897eb47949 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Wed, 1 Feb 2023 18:53:15 -0300 Subject: [PATCH] Update to LLVM 16.0.0 RC1 --- python-lit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-lit.spec b/python-lit.spec index 66ee2fb..1e57183 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -1,12 +1,12 @@ -%global lit_version 15.0.7 -#global rc_ver 1 +%global lit_version 16.0.0 +%global rc_ver 1 #global post_ver 0 %bcond_without check Name: python-lit Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}} -Release: 3%{?dist} +Release: 1%{?dist} BuildArch: noarch License: NCSA @@ -52,11 +52,14 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p %files -n python3-lit %license LICENSE.TXT -%doc README.txt +%doc README.rst %{python3_sitelib}/* %{_bindir}/lit %changelog +* Wed Feb 01 2023 Tulio Magno Quites Machado Filho - 16.0.0~rc1-1 +- Update to LLVM 16.0.0 RC1 + * Fri Jan 20 2023 Fedora Release Engineering - 15.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild