mirror of
https://src.fedoraproject.org/rpms/libomp.git
synced 2024-11-28 01:04:51 +00:00
Update to LLVM 13.0.1rc2
This commit is contained in:
parent
78e4c0c54c
commit
635f754396
3 changed files with 8 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -81,3 +81,5 @@
|
|||
/openmp-13.0.0.src.tar.xz.sig
|
||||
/openmp-13.0.1rc1.src.tar.xz
|
||||
/openmp-13.0.1rc1.src.tar.xz.sig
|
||||
/openmp-13.0.1rc2.src.tar.xz
|
||||
/openmp-13.0.1rc2.src.tar.xz.sig
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%global libomp_version 13.0.1
|
||||
%global rc_ver 1
|
||||
%global rc_ver 2
|
||||
%global libomp_srcdir openmp-%{libomp_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
|
||||
|
@ -158,6 +158,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|||
%{_libexecdir}/tests/libomp/
|
||||
|
||||
%changelog
|
||||
* Thu Jan 13 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc2-1
|
||||
- Update to LLVM 13.0.1rc2
|
||||
|
||||
* Mon Jan 10 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc1-1
|
||||
- Update to LLVM 13.0.1rc1
|
||||
|
||||
|
|
4
sources
4
sources
|
@ -1,2 +1,2 @@
|
|||
SHA512 (openmp-13.0.1rc1.src.tar.xz) = c5f25d3ecaac1bcda842aefc2d62b1b9a92b35cddba8775de3932395525920a9f855662ac89be97175f20227687d21d8b82115159ec668c0c45139ad0c89e211
|
||||
SHA512 (openmp-13.0.1rc1.src.tar.xz.sig) = 708c9d4540eef39716294a7947b69d7489c6dc61e4d41c003e73a0a22ad58194e85a3931e0141dc9107b4461479b22386b991d29890059cc37f1c5180be5a3f4
|
||||
SHA512 (openmp-13.0.1rc2.src.tar.xz) = 4ffb6b847bdf2bad326c84c4366edd2613311bd06db38d3b82a3c77799cb8d35e955d7522697768846668911d5f62a9ce8473bfce46a68a41f97a1b22168a4e6
|
||||
SHA512 (openmp-13.0.1rc2.src.tar.xz.sig) = cc0f8bc815c9997240f22268ca6f8ca469c10b018b2581517f404390c5d02db97c08ad0317cc92856dce500492525f8269ea8187ee7bd7b7547db6d6e0079da2
|
||||
|
|
Loading…
Reference in a new issue