mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Rebuild for LLVM 12.0.0-final
This commit is contained in:
parent
a0b3a66315
commit
d4346105cf
1 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,7 @@ Name: mesa
|
|||
Summary: Mesa graphics libraries
|
||||
%global ver 21.1.1
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
|
@ -607,6 +607,9 @@ popd
|
|||
%files vulkan-devel
|
||||
|
||||
%changelog
|
||||
* Wed May 26 2021 Tom Stellard <tstellar@redhat.com> - 21.1.1-2
|
||||
- Rebuild for LLVM 12.0.0-final
|
||||
|
||||
* Wed May 19 2021 Pete Walter <pwalter@fedoraproject.org> - 21.1.1-1
|
||||
- Update to 21.1.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue