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