mirror of
https://src.fedoraproject.org/rpms/libomp.git
synced 2024-11-28 09:14:55 +00:00
6.0.1 Release
This commit is contained in:
parent
c075edc6ff
commit
016701fd49
3 changed files with 6 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@
|
|||
/openmp-6.0.0rc2.src.tar.xz
|
||||
/openmp-6.0.0.src.tar.xz
|
||||
/openmp-6.0.1rc1.src.tar.xz
|
||||
/openmp-6.0.1.src.tar.xz
|
||||
|
|
|
@ -4,11 +4,9 @@
|
|||
%global libomp_arch %{_arch}
|
||||
%endif
|
||||
|
||||
%global rc_ver 1
|
||||
|
||||
Name: libomp
|
||||
Version: 6.0.1
|
||||
Release: 0.1.rc%{rc_ver}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenMP runtime for clang
|
||||
|
||||
License: NCSA
|
||||
|
@ -132,6 +130,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_datadir}/libomp
|
|||
%{_datadir}/libomp
|
||||
|
||||
%changelog
|
||||
* Thu Jun 28 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-1
|
||||
- 6.0.1 Release
|
||||
|
||||
* Fri May 11 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-0.1.rc1
|
||||
- 6.0.1-rc1 Release
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (openmp-6.0.1rc1.src.tar.xz) = ff3b1ce9e9b4a4c20e11638d71babd58a680fe2c2d2467b21915be4b90db090aa9036a7a39501f34a1ddb7368acaeb78a188e5274a39abc9e8042d46637e1c14
|
||||
SHA512 (openmp-6.0.1.src.tar.xz) = abb956583e5d11d0c6f6d97183c081d658616a74933be884a591eaa3d8c4bb04f08f02016d2c86d7384c7ff1aa44fb949b0d967fc0ff50e3132aaba412e9add8
|
||||
|
|
Loading…
Reference in a new issue