mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Update to 20.1.4
This commit is contained in:
parent
efcb187b46
commit
06af6f1b97
2 changed files with 6 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 20.1.3
|
||||
%global ver 20.1.4
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
|
@ -589,6 +589,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2020 Pete Walter <pwalter@fedoraproject.org> - 20.1.4-1
|
||||
- Update to 20.1.4
|
||||
|
||||
* Wed Jul 22 2020 Lyude Paul <lyude@redhat.com> - 20.1.3-2
|
||||
- Only require pkgconfig(libdrm) to fix build dependencies for arches other
|
||||
than the one our SRPM was generated with (#1859515)
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (mesa-20.1.3.tar.xz) = c3134cda6a07041c2cacd783663c0618e97f907bb0e67718a5c8fb03f4608ba47f0cd5adb6f0400a44f15fd70f3b41d66da1376035ba4e4f4f97a1843dcb1f77
|
||||
SHA512 (mesa-20.1.4.tar.xz) = f4d79694cda8531e7560147caf5d18bce5c685cd6c61264dced5adaa9043be9c83d3a2bd623ebffedc8d4258b9b1f97d84d9aeea307aa77cf99d0bc47c987155
|
||||
|
|
Loading…
Reference in a new issue