mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Merge remote-tracking branch 'origin/f33' into f32
This commit is contained in:
commit
a000950331
2 changed files with 6 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 20.2.4
|
||||
%global ver 20.2.5
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
|
@ -579,6 +579,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 16 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.5-1
|
||||
- Update to 20.2.5
|
||||
|
||||
* Tue Dec 15 2020 Pete Walter <pwalter@fedoraproject.org> - 20.2.4-2
|
||||
- Revert vulkan conditional changes as it broke s390x deps
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (mesa-20.2.4.tar.xz) = e60decb867a3ca08b99e72aa62db8c5515696bf4a9e2642c1703479167a79b0828192f6dcca688263f5786cd524308a4410e47111fa7b97c091473e4ac4ee799
|
||||
SHA512 (mesa-20.2.5.tar.xz) = 63761ceb989cc9836c519e37def5655687fcc4fc1d1673a5d9fd308dcc2e465a176d309f469398b6238ba2186e299ccd21c7a4f09e4a41d6575b935dc37b1b6b
|
||||
|
|
Loading…
Reference in a new issue