import compiler-rt-14.0.6-1.module+el8.7.0+15816+ec020e8f

This commit is contained in:
CentOS Sources 2022-07-08 06:16:00 +00:00 committed by Stepan Oksanichenko
parent ee8c0e1896
commit 13d1888406
5 changed files with 7 additions and 4 deletions

View File

@ -1,2 +1,2 @@
6e285bfcbd93160355011a276efec3112d3179f2 SOURCES/compiler-rt-14.0.0.src.tar.xz
91f03b578aff0fda6b9d3e2185e6ea5e588c6d47 SOURCES/compiler-rt-14.0.6.src.tar.xz
b8d2648a01d36ed0186fd2c5af325fd28797f9a0 SOURCES/tstellar-gpg-key.asc

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/compiler-rt-14.0.0.src.tar.xz
SOURCES/compiler-rt-14.0.6.src.tar.xz
SOURCES/tstellar-gpg-key.asc

Binary file not shown.

View File

@ -1,4 +1,4 @@
%global compiler_rt_version 14.0.0
%global compiler_rt_version 14.0.6
#global rc_ver 2
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
@ -10,7 +10,7 @@
Name: compiler-rt
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}
Release: 3%{?dist}
Release: 1%{?dist}
Summary: LLVM "compiler-rt" runtime libraries
License: NCSA or MIT
@ -117,6 +117,9 @@ popd
%endif
%changelog
* Tue Jun 28 2022 Tom Stellard <tstellar@redhat.com> - 14.0.6-1
- 14.0.6 Release
* Wed May 25 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-3
- Fix page size constant size on aarch64 and ppc64le