9.0.0-rc3 Release
This commit is contained in:
parent
e23651f100
commit
c27e0e374a
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/openmp-8.0.0rc2.src.tar.xz
|
||||
/openmp-8.0.0rc4.src.tar.xz
|
||||
/openmp-8.0.0.src.tar.xz
|
||||
/openmp-9.0.0rc3.src.tar.xz
|
||||
|
10
libomp.spec
10
libomp.spec
@ -1,4 +1,5 @@
|
||||
#%%global rc_ver 4
|
||||
%global rc_ver 3
|
||||
%global baserelease 0.1
|
||||
%global libomp_srcdir openmp-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
|
||||
@ -9,8 +10,8 @@
|
||||
%endif
|
||||
|
||||
Name: libomp
|
||||
Version: 8.0.0
|
||||
Release: 2%{?rc_ver:.rc%{rc_ver}}%{?dist}.1
|
||||
Version: 9.0.0
|
||||
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Summary: OpenMP runtime for clang
|
||||
|
||||
License: NCSA
|
||||
@ -122,6 +123,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_libexecdir}/tests/libomp
|
||||
%{_libexecdir}/tests/libomp/
|
||||
|
||||
%changelog
|
||||
* Thu Aug 22 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.1.rc3
|
||||
- 9.0.0-rc3 Release
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openmp-8.0.0.src.tar.xz) = 0fff071c9dbf118bc1908e433d6ce571f47a4f2dbc5bf2d843151889e3414473bb5a9c97dc0b6dc6d1bd9ab0c6e365cae625f97d1b11d5d6ae059fa5a0496cb3
|
||||
SHA512 (openmp-9.0.0rc3.src.tar.xz) = 532334f244131d8928cef26e01fd849e0c6c43248cfa3a676a16ae803a8874fc593fee658da551a75ed28000fc57204e13783af9dcc42ff3ed382b16fd211b4d
|
||||
|
Loading…
Reference in New Issue
Block a user