mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Rebuild for clang-11.1.0
This commit is contained in:
parent
f9e1e5b00f
commit
82bae2e57b
1 changed files with 4 additions and 1 deletions
|
@ -54,7 +54,7 @@ Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 20.3.3
|
%global ver 20.3.3
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
|
||||||
|
@ -602,6 +602,9 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 22 2021 Tom Stellard <tstellar@redhat.com> - 20.3.3-5
|
||||||
|
- Rebuild for clang-11.1.0
|
||||||
|
|
||||||
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 20.3.3-4
|
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 20.3.3-4
|
||||||
- Disable classic drivers in RHEL
|
- Disable classic drivers in RHEL
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue