18.1.2
This commit is contained in:
parent
20136eda59
commit
b3b089e268
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION ?= 18.1.1
|
VERSION ?= 18.1.2
|
||||||
SANITIZE ?= 1
|
SANITIZE ?= 1
|
||||||
|
|
||||||
DIRNAME = mesa-${VERSION}
|
DIRNAME = mesa-${VERSION}
|
||||||
|
11
mesa.spec
11
mesa.spec
@ -51,11 +51,11 @@
|
|||||||
|
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Version: 18.1.1
|
Version: 18.1.2
|
||||||
Release: 4%{?rctag:.%{rctag}}%{?dist}
|
Release: 1%{?rctag:.%{rctag}}%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
|
||||||
#Source0: https://mesa.freedesktop.org/archive/%{name}-%{version}%{?rctag:-%{rctag}}.tar.xz
|
#Source0: https://mesa.freedesktop.org/archive/%{name}-%{version}%{?rctag:-%{rctag}}.tar.xz
|
||||||
Source0: %{name}-%{version}%{?rctag:-%{rctag}}.tar.xz
|
Source0: %{name}-%{version}%{?rctag:-%{rctag}}.tar.xz
|
||||||
Source1: vl_decoder.c
|
Source1: vl_decoder.c
|
||||||
@ -71,12 +71,10 @@ Patch2: 0002-hardware-gloat.patch
|
|||||||
Patch3: 0003-evergreen-big-endian.patch
|
Patch3: 0003-evergreen-big-endian.patch
|
||||||
Patch4: 0004-bigendian-assert.patch
|
Patch4: 0004-bigendian-assert.patch
|
||||||
|
|
||||||
|
|
||||||
# Disable rgb10 configs by default:
|
# Disable rgb10 configs by default:
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1560481
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1560481
|
||||||
Patch7: 0001-gallium-Disable-rgb10-configs-by-default.patch
|
Patch7: 0001-gallium-Disable-rgb10-configs-by-default.patch
|
||||||
|
|
||||||
|
|
||||||
# glvnd support patches
|
# glvnd support patches
|
||||||
# non-upstreamed ones
|
# non-upstreamed ones
|
||||||
Patch10: glvnd-fix-gl-dot-pc.patch
|
Patch10: glvnd-fix-gl-dot-pc.patch
|
||||||
@ -673,6 +671,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 16 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.1.2-1
|
||||||
|
- Mesa 18.1.2
|
||||||
|
|
||||||
* Fri Jun 15 2018 Adam Jackson <ajax@redhat.com> - 18.1.1-4
|
* Fri Jun 15 2018 Adam Jackson <ajax@redhat.com> - 18.1.1-4
|
||||||
- Build tegra too
|
- Build tegra too
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mesa-18.1.1.tar.xz) = 49c0de225ad262e459f6333bff50822ca7c2efc1c7400e6e01b6071b2a83460055383b47f69447c9cb1d6c75a8f3638cb4eb2ad0be6862b68aedb25972647da4
|
SHA512 (mesa-18.1.2.tar.xz) = 05d78a7c926298e3ff7a8384fc920c1e104e782b9c89e65ec27c40e99963fa3b3146d6c1e71b83fc10ef2ac719c210bbbc466eb9e0d76795fa6841b2cb291a40
|
||||||
|
Loading…
Reference in New Issue
Block a user