Update to 19.0.0~rc1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
0794d42c87
commit
a3f576ae07
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION ?= 18.3.1
|
VERSION ?= 19.0.0-rc1
|
||||||
SANITIZE ?= 1
|
SANITIZE ?= 1
|
||||||
|
|
||||||
DIRNAME = mesa-${VERSION}
|
DIRNAME = mesa-${VERSION}
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
%global ver 18.3.2
|
%global ver 19.0.0-rc1
|
||||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -81,7 +81,7 @@ BuildRequires: kernel-headers
|
|||||||
BuildRequires: pkgconfig(libdrm_intel) >= 2.4.75
|
BuildRequires: pkgconfig(libdrm_intel) >= 2.4.75
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?with_radeonsi}
|
%if 0%{?with_radeonsi}
|
||||||
BuildRequires: pkgconfig(libdrm_amdgpu) >= 2.4.95
|
BuildRequires: pkgconfig(libdrm_amdgpu) >= 2.4.97
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.71
|
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.71
|
||||||
BuildRequires: pkgconfig(libdrm_nouveau) >= 2.4.66
|
BuildRequires: pkgconfig(libdrm_nouveau) >= 2.4.66
|
||||||
@ -130,7 +130,7 @@ BuildRequires: pkgconfig(libomxil-bellagio)
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libelf)
|
BuildRequires: pkgconfig(libelf)
|
||||||
BuildRequires: pkgconfig(libglvnd) >= 0.2.0
|
BuildRequires: pkgconfig(libglvnd) >= 0.2.0
|
||||||
BuildRequires: llvm-devel >= 6.0.0
|
BuildRequires: llvm-devel >= 7.0.0
|
||||||
%if 0%{?with_opencl}
|
%if 0%{?with_opencl}
|
||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
BuildRequires: pkgconfig(libclc)
|
BuildRequires: pkgconfig(libclc)
|
||||||
@ -628,6 +628,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 31 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 19.0.0~rc1-1
|
||||||
|
- Update to 19.0.0~rc1
|
||||||
|
|
||||||
* Thu Jan 17 2019 Adam Jackson <ajax@redhat.com> - 18.3.2-1
|
* Thu Jan 17 2019 Adam Jackson <ajax@redhat.com> - 18.3.2-1
|
||||||
- Update to 18.3.2
|
- Update to 18.3.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mesa-18.3.2.tar.xz) = fb128a089817cf94c9fbb7a73fc7fe97e2920d8cbfd9e395917d01323f8e943962f26814d28d9ba66728155dc67f9edca9347096c79772217ffa7764fe06104b
|
SHA512 (mesa-19.0.0-rc1.tar.xz) = 0ff6e1c76d92bdac74c7f144d1ec17edf46e8b94fe955730afdb130e9db49adb90ab3e72bc4368226965fd170ed91d78a753cae971b7d568916883c07e1aca92
|
||||||
|
Loading…
Reference in New Issue
Block a user