Update to LLVM 15.0.7
This commit is contained in:
parent
aea687aa6e
commit
61dba01991
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/lit-15.0.0.post0.tar.gz
|
||||
/lit-15.0.1.tar.gz
|
||||
/lit-15.0.6.tar.gz
|
||||
/lit-15.0.7.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global lit_version 15.0.6
|
||||
%global lit_version 15.0.7
|
||||
#global rc_ver 1
|
||||
#global post_ver 0
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Name: python-lit
|
||||
Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
License: NCSA
|
||||
@ -57,6 +57,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
||||
%{_bindir}/lit
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2023 Nikita Popov <npopov@redhat.com> - 15.0.7-2
|
||||
- Update to LLVM 15.0.7
|
||||
|
||||
* Tue Dec 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-1
|
||||
- Update to LLVM 15.0.6
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lit-15.0.6.tar.gz) = f7715f17fade21b49bd732a3c1ee801cb1f8c84741a3bf4e7c2dff268e9b0b336e6bb24ca92fbf32b671b7bf78052ea6621690bc14afd0e6af4a70aa8ca8b34f
|
||||
SHA512 (lit-15.0.7.tar.gz) = 4aaf3676920158419070c8dcd0868967c2612a4248194bbf7c4b8c967e8b57d4ffdaf07156142b5aea276c3409e6a10bad1fb4a45bc6d4c905a24a69c27b1522
|
||||
|
Loading…
Reference in New Issue
Block a user