import clang-15.0.7-1.module+el8.8.0+17939+b58878af
This commit is contained in:
parent
a50ec4079c
commit
8839583fff
@ -1,3 +1,3 @@
|
|||||||
7b47dbb51bd2de28174d8425f4fe9523880bc7b8 SOURCES/clang-15.0.0.src.tar.xz
|
7b4d1188cce1ce4ea1cf2ea362fba685c4aca34d SOURCES/clang-15.0.7.src.tar.xz
|
||||||
65c804e2539753ab350a0960b378ce66bc57b0e9 SOURCES/clang-tools-extra-15.0.0.src.tar.xz
|
752fe847136eff2dfbfcc8bbddfaa9319532d104 SOURCES/clang-tools-extra-15.0.7.src.tar.xz
|
||||||
347bdd5ee6d6b93c9644c268511815912c0fb2dc SOURCES/release-keys.asc
|
347bdd5ee6d6b93c9644c268511815912c0fb2dc SOURCES/release-keys.asc
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
SOURCES/clang-15.0.0.src.tar.xz
|
SOURCES/clang-15.0.7.src.tar.xz
|
||||||
SOURCES/clang-tools-extra-15.0.0.src.tar.xz
|
SOURCES/clang-tools-extra-15.0.7.src.tar.xz
|
||||||
SOURCES/release-keys.asc
|
SOURCES/release-keys.asc
|
||||||
|
Binary file not shown.
BIN
SOURCES/clang-15.0.7.src.tar.xz.sig
Normal file
BIN
SOURCES/clang-15.0.7.src.tar.xz.sig
Normal file
Binary file not shown.
Binary file not shown.
BIN
SOURCES/clang-tools-extra-15.0.7.src.tar.xz.sig
Normal file
BIN
SOURCES/clang-tools-extra-15.0.7.src.tar.xz.sig
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
%global maj_ver 15
|
%global maj_ver 15
|
||||||
%global min_ver 0
|
%global min_ver 0
|
||||||
%global patch_ver 0
|
%global patch_ver 7
|
||||||
#global rc_ver 4
|
#global rc_ver 4
|
||||||
%global clang_version %{maj_ver}.%{min_ver}.%{patch_ver}
|
%global clang_version %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||||
|
|
||||||
@ -607,6 +607,9 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 19 2023 Tom Stellard <tstellar@redhat.com> - 15.0.7-1
|
||||||
|
- Update to LLVM 15.0.7
|
||||||
|
|
||||||
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
|
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
|
||||||
- Update to LLVM 15.0.0
|
- Update to LLVM 15.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user