mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
18.2.6
This commit is contained in:
parent
fcab6854c8
commit
c2ccb656dd
3 changed files with 7 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION ?= 18.2.3
|
VERSION ?= 18.2.6
|
||||||
SANITIZE ?= 1
|
SANITIZE ?= 1
|
||||||
|
|
||||||
DIRNAME = mesa-${VERSION}
|
DIRNAME = mesa-${VERSION}
|
||||||
|
|
|
@ -41,9 +41,9 @@
|
||||||
|
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 18.2.4
|
%global ver 18.2.6
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
|
||||||
|
@ -621,6 +621,9 @@ popd
|
||||||
%{_includedir}/vulkan/
|
%{_includedir}/vulkan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 4 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.2.6-1
|
||||||
|
- Update to 18.2.6
|
||||||
|
|
||||||
* Tue Nov 06 2018 Dave Airlie <airlied@redhat.com> - 18.2.4-2
|
* Tue Nov 06 2018 Dave Airlie <airlied@redhat.com> - 18.2.4-2
|
||||||
- workaround bug with gcc 8.2.1-4
|
- workaround bug with gcc 8.2.1-4
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (mesa-18.2.4.tar.xz) = 287950e9e1265c53d50f50b84de38cbea2ad1a027604fc7c4b6896481e9ad265ed8bd68c5bb1030dcf36a03d064ac41561064787f251521c63caa46c9e4d2273
|
SHA512 (mesa-18.2.6.tar.xz) = 71b5a7dd85b70cb6dc8f915df1ca69cc7a7a5840f5f062c03e6d097e85b8eb84e795d957ad11a0d4fccaa47a7caf8b3cfae98da4f5be484d1f013a7e373362a8
|
||||||
|
|
Loading…
Reference in a new issue