import compiler-rt-14.0.6-1.module+el8.7.0+15816+ec020e8f
This commit is contained in:
parent
ee8c0e1896
commit
13d1888406
@ -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
|
b8d2648a01d36ed0186fd2c5af325fd28797f9a0 SOURCES/tstellar-gpg-key.asc
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
SOURCES/tstellar-gpg-key.asc
|
||||||
|
Binary file not shown.
BIN
SOURCES/compiler-rt-14.0.6.src.tar.xz.sig
Normal file
BIN
SOURCES/compiler-rt-14.0.6.src.tar.xz.sig
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
%global compiler_rt_version 14.0.0
|
%global compiler_rt_version 14.0.6
|
||||||
#global rc_ver 2
|
#global rc_ver 2
|
||||||
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: compiler-rt
|
Name: compiler-rt
|
||||||
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: LLVM "compiler-rt" runtime libraries
|
Summary: LLVM "compiler-rt" runtime libraries
|
||||||
|
|
||||||
License: NCSA or MIT
|
License: NCSA or MIT
|
||||||
@ -117,6 +117,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 25 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-3
|
||||||
- Fix page size constant size on aarch64 and ppc64le
|
- Fix page size constant size on aarch64 and ppc64le
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user