mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Mesa 18.0.1
This commit is contained in:
parent
9f97135799
commit
8f740e5d72
2 changed files with 10 additions and 3 deletions
12
mesa.spec
12
mesa.spec
|
@ -50,14 +50,14 @@
|
|||
%define vulkan_drivers --with-vulkan-drivers=intel,radeon
|
||||
%endif
|
||||
|
||||
%global sanitize 1
|
||||
%global sanitize 0
|
||||
|
||||
#global rctag rc5
|
||||
|
||||
Name: mesa
|
||||
Summary: Mesa graphics libraries
|
||||
Version: 18.0.0
|
||||
Release: 4%{?rctag:.%{rctag}}%{?dist}
|
||||
Version: 18.0.1
|
||||
Release: 1%{?rctag:.%{rctag}}%{?dist}
|
||||
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -364,6 +364,9 @@ Headers for development with the Vulkan API.
|
|||
%if 0%{sanitize}
|
||||
cp -f %{SOURCE1} src/gallium/auxiliary/vl/vl_decoder.c
|
||||
cp -f %{SOURCE2} src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
|
||||
%else
|
||||
cmp %{SOURCE1} src/gallium/auxiliary/vl/vl_decoder.c
|
||||
cmp %{SOURCE2} src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
|
||||
%endif
|
||||
|
||||
cp %{SOURCE4} docs/
|
||||
|
@ -669,6 +672,9 @@ popd
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 18 2018 Adam Jackson <ajax@redhat.com> - 18.0.1-1
|
||||
- Mesa 18.0.1
|
||||
|
||||
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 18.0.0-4
|
||||
- Re-enable wayland support, conditionally drop mesa-wayland-egl subpackage
|
||||
only in F28+ (#1564210)
|
||||
|
|
1
sources
1
sources
|
@ -1 +1,2 @@
|
|||
SHA512 (mesa-18.0.0.tar.xz) = 686c881ddad93e6f1ea48e07d7bc578999e0fc3371f22478e9de3ef1f3accdc866842bca90c2a53d8f5fa47c39aaabde1f3ee23b18322afc7250e322d2deabec
|
||||
SHA512 (mesa-18.0.1.tar.xz) = 1db32b2d01a818778f0d299a06db9e088eb4d8a5bfa8945baa448751dfbe87468ce971743d6133d8e4033b07d9dbb166cfa5c01bc4294e1ec1a37de0f98d313d
|
||||
|
|
Loading…
Reference in a new issue