Update to LLVM 15.0.7
Resolves: rhbz#2118567
This commit is contained in:
		
							parent
							
								
									4f42ddcf04
								
							
						
					
					
						commit
						0eb0fff14d
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -25,3 +25,4 @@ | |||||||
| /lit-15.0.0.post0.tar.gz | /lit-15.0.0.post0.tar.gz | ||||||
| /lit-15.0.1.tar.gz | /lit-15.0.1.tar.gz | ||||||
| /lit-15.0.6.tar.gz | /lit-15.0.6.tar.gz | ||||||
|  | /lit-15.0.7.tar.gz | ||||||
|  | |||||||
| @ -1,18 +1,17 @@ | |||||||
| %global lit_version 15.0.6 | %global lit_version 15.0.7 | ||||||
| #global rc_ver 1 |  | ||||||
| #%%global post_ver 0 | #%%global post_ver 0 | ||||||
| 
 | 
 | ||||||
| %bcond_without check | %bcond_without check | ||||||
| 
 | 
 | ||||||
| Name: python-lit | Name: python-lit | ||||||
| Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}} | Version: %{lit_version} | ||||||
| Release: 1%{?dist} | Release: 1%{?dist} | ||||||
| BuildArch: noarch | BuildArch: noarch | ||||||
| 
 | 
 | ||||||
| License: NCSA | License: NCSA | ||||||
| Summary: Tool for executing llvm test suites | Summary: Tool for executing llvm test suites | ||||||
| URL: https://pypi.python.org/pypi/lit | URL: https://pypi.python.org/pypi/lit | ||||||
| Source0: %{pypi_source lit %{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}}} | Source0: %{pypi_source lit %{lit_version}%{?post_ver:.post%{post_ver}}} | ||||||
| 
 | 
 | ||||||
| # for file check | # for file check | ||||||
| %if %{with check} | %if %{with check} | ||||||
| @ -33,7 +32,7 @@ Requires: python3-setuptools | |||||||
| lit is a tool used by the LLVM project for executing its test suites. | lit is a tool used by the LLVM project for executing its test suites. | ||||||
| 
 | 
 | ||||||
| %prep | %prep | ||||||
| %autosetup -n lit-%{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}} -p4 | %autosetup -n lit-%{lit_version}%{?post_ver:.post%{post_ver}} -p4 | ||||||
| 
 | 
 | ||||||
| %build | %build | ||||||
| %py3_build | %py3_build | ||||||
| @ -56,6 +55,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p | |||||||
| %{_bindir}/lit | %{_bindir}/lit | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Tue Jan 17 2023 Konrad Kleine <kkleine@redhat.com> - 15.0.7-1 | ||||||
|  | - Update to 15.0.7 | ||||||
|  | 
 | ||||||
| * Tue Dec 06 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.6-1 | * Tue Dec 06 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.6-1 | ||||||
| - Update to 15.0.6 | - Update to 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